newsfilter.io
Tutorial, Webinar

Real Numbers – Episode 14, Finals Week

Real Numbers Episode Summary: Expected Value in Exam Scheduling and Snowboard Usage

  • Current Series Topic: The episode applies the concept of expected value to real-life scheduling problems, specifically focusing on exam distribution and resource usage.

  • Problem 1 (New Challenge):

    • Scenario: Jaden has final exams scheduled randomly over a 5-day finals week (Monday–Friday), with each day having an equal probability.
    • Core Question: Calculate the expected number of days between two final exams if the exams are scheduled independently.
      • Definition: If exams are on the same day, the interval is 0; if on Tuesday and Friday, the interval is 3.
    • Bonus Question: Determine the average number of days between the earliest and latest exams if Jaden has three final exams.
    • Instruction: Solutions require showing work and can be submitted via the provided link.
  • Problem 2 (Review from Previous Episode):

    • Scenario: Rachel selects one of six snowboards randomly each day for six days and must sharpen every distinct board used at least once.
    • Goal: Compute the expected number of distinct snowboards used over the six-day period.
    • Naive Approach Rejected: The episode notes that a direct computational method using probability tables for each day (tracking the transition from 1 to 6 distinct boards) is mathematically complicated and inefficient.
    • Method 1 (Indicator Variables per Snowboard):
      • Definition: Define $x_i$ as an indicator variable equal to 1 if the $i$-th snowboard is used at least once, and 0 otherwise.
      • Linearity of Expectation: The total expected number of used boards is the sum of the expected values of individual $x_i$ variables.
      • Probability Calculation:
        • Probability a specific snowboard is never used in 6 days = $(5/6)^6 \approx 0.3349$.
        • Probability a specific snowboard is used = $1 - 0.3349 = 0.6651$.
      • Result: Total expected value = $6 \times 0.6651 = 3.9906$.
    • Method 2 (Indicator Variables per Day):
      • Definition: Define $y_i$ as an indicator variable equal to 1 if the snowboard chosen on day $i$ is being used for the first time that week.
      • Probability Calculation: The probability of a new board on day $i$ is $(5/6)^{i-1}$ (the chance the previous $i-1$ days did not select the current board).
      • Summation: The expected total is the sum of the first six terms of a geometric series: $\sum_{i=1}^{6} (5/6)^{i-1}$.
      • Formula Application: Using the geometric series sum formula $\frac{1 - (5/6)^6}{1 - 5/6}$, the result is $6 \times (1 - (5/6)^6)$.
      • Verification: This method yields the exact same result as Method 1: 3.9906.
    • Conclusion: On average, Rachel sharpens slightly less than four snowboards weekly.
  • Forward-Looking Statements:

    • The host invites listeners to submit solutions for the exam scheduling problem, including any personal math puzzles or alternative problem ideas.
    • The next episode will feature a new problem to solve using the principles of expected value.