newsfilter.io
Tutorial, Lecture

Real Numbers – Episode 16, Finale

  • Episode Scope: This final episode of Season 1 of Real Numbers focuses on deriving multiple mathematical solutions for problems introduced in the previous week, rather than presenting new problems.
  • Core Problem 1: Danielle attempts half-court shots (20% success rate) until she makes one; the objective is to calculate the expected number of attempts.
    • Intuitive Approach: Since success is 1/5, the guess is 5 attempts; checking 5 attempts yields exactly one success on average.
    • Formula Method: Using the expected value formula for non-negative integers ($E = \sum_{i=1}^{\infty} P(X \ge i)$), the calculation involves a geometric series with ratio 4/5.
      • The sum of the series $4/5^{(i-1)}$ from $i=1$ to $\infty$ equals $1 / (1 - 4/5) = 5$.
    • Recursive Approach:
      • Let $E$ be the expected attempts.
      • Equation derived: $E = (1/5 \times 1) + (4/5 \times (1 + E))$.
      • Solving for $E$ yields $E = 5$.
    • Infinite Sum Definition: Calculating $\sum_{i=1}^{\infty} i \times P(\text{first success at } i)$.
      • The series is arithmetico-geometric (terms: $i \times (4/5)^{i-1} \times 1/5$).
      • Summing vertically creates geometric row sums, resulting in a total of 5.
    • Calculus/Taylor Series Method:
      • The series is identified as a derivative of the geometric series $\sum x^i = 1/(1-x)$.
      • Differentiating yields $1/(1-x)^2$; substituting $x=4/5$ and scaling by 1/5 results in 5.
    • Simulation/Law of Large Numbers:
      • In a large sample of practice endings, the ratio of total marks to total makes equals the expected attempts.
      • With a 20% success rate, makes represent 1/5 of total marks, so $1 / (1/5) = 5$.
  • Core Problem 2 (Bonus): Danielle shoots until she makes two half-court shots in a row (20% success rate per shot).
    • Intuitive Hypothesis: Since the probability of two consecutive makes is $(1/5)^2 = 1/25$, the initial guess was 25 attempts.
    • Recursive Solution with States:
      • Two states defined: $x$ (overall expected attempts) and $y$ (additional attempts needed after one make).
      • System of equations:
        • $x = (1/5)(1+y) + (4/5)(1+x)$
        • $y = (1/5)(1) + (4/5)(1+x)$
      • Substitution and solving yield $x = 30$.
    • Discrepancy: The actual expected value (30) is higher than the intuitive guess (25) because missing a shot after a partial success resets the process entirely, adding more expected attempts than a simple probability inversion suggests.
  • Future Season Plans:
    • The show is transitioning from problem-solving episodes to soliciting listener feedback for Season 2.
    • Feedback Requests: Listeners are asked to identify preferred problems, suggest future topics, propose new show designs, or suggest format changes (e.g., graphics or extra math depth).
    • Host Sentiment: The host expresses uncertainty about increasing the "math density" but remains open to dimension-based expansions.