Expected Dart Score for a Bivariate Normal Throw with Ring Scoring

Read the full interview experience this question came from →

Quick Overview

Expected-value question about a dart whose landing point has independent zero-mean normal coordinates, calibrated so it lands within 1 unit of the origin with probability 3/4. Asks for the expected score with 16 points inside radius 1 and 4 points up to radius 2, testing the radial distribution of a bivariate normal.

Expected Dart Score for a Bivariate Normal Throw with Ring Scoring

Company: DRW

Role: Quantitative Researcher

Category: Statistics & Math

Difficulty: hard

Interview Round: Onsite

A dart lands at the point $(X, Y)$, where $X$ and $Y$ are independent normal random variables, each with mean 0 and variance $\sigma^2$. The probability that the dart lands within 1 unit of the origin is $\tfrac{3}{4}$. A throw scores 16 points if its distance from the origin is at most 1, 4 points if its distance is greater than 1 but at most 2, and 0 points otherwise. What is the expected score of a single throw? ```hint Think in terms of distance Consider the distribution of the distance $R = \sqrt{X^2 + Y^2}$ from the origin. Ask whether you need the value of $\sigma$ itself, or only a quantity that the given probability already determines. ``` ### Constraints and Clarifications - $\sigma > 0$ is not given directly; it is fixed by the condition $P(R \le 1) = 3/4$. - The scoring regions are a disk of radius 1 and the ring between radii 1 and 2. A point exactly on a boundary circle receives the higher score, although boundaries have probability zero. - Give the exact expected score. ### What a Strong Answer Covers - Deriving the distribution of the radial distance for independent, zero-mean normal coordinates with equal variance. - Using the calibration probability to determine the parameter the scoring regions depend on, without numerical approximation. - Computing the probability of the ring as a difference of cumulative probabilities. - Assembling the expected value and checking that the region probabilities sum to 1. ### Follow-up Questions 1. What is the expected score if the variance of each coordinate is doubled? 2. Why does the calculation become harder if $X$ and $Y$ have different variances? 3. What is the variance of the score?

Overview: Expected-value question about a dart whose landing point has independent zero-mean normal coordinates, calibrated so it lands within 1 unit of the origin with probability 3/4. Asks for the expected score with 16 points inside radius 1 and 4 points up to radius 2, testing the radial distribution of a bivariate normal.

Read the full DRW Quantitative Researcher interview experience this question came from

|Home/Statistics & Math/DRW
DRW logo
DRW
Sep 13, 2026
hardQuantitative ResearcherOnsiteStatistics & Math
0
0

A dart lands at the point (X,Y)(X, Y), where XX and YY are independent normal random variables, each with mean 0 and variance σ2\sigma^2. The probability that the dart lands within 1 unit of the origin is 34\tfrac{3}{4}. A throw scores 16 points if its distance from the origin is at most 1, 4 points if its distance is greater than 1 but at most 2, and 0 points otherwise.

What is the expected score of a single throw?

Constraints and Clarifications

  • σ>0\sigma > 0 is not given directly; it is fixed by the condition P(R1)=3/4P(R \le 1) = 3/4 .
  • The scoring regions are a disk of radius 1 and the ring between radii 1 and 2. A point exactly on a boundary circle receives the higher score, although boundaries have probability zero.
  • Give the exact expected score.

What a Strong Answer Covers Guidance

  • Deriving the distribution of the radial distance for independent, zero-mean normal coordinates with equal variance.
  • Using the calibration probability to determine the parameter the scoring regions depend on, without numerical approximation.
  • Computing the probability of the ring as a difference of cumulative probabilities.
  • Assembling the expected value and checking that the region probabilities sum to 1.

Follow-up Questions Guidance

  1. What is the expected score if the variance of each coordinate is doubled?
  2. Why does the calculation become harder if XX and YY have different variances?
  3. What is the variance of the score?
Loading comments...