Analyzing the Setup
Imagine you are standing in front of a box containing fifteen coupons, numbered 1 through 15. You are tasked with selecting seven coupons, one by one, and after each selection, you place the coupon back into the box.
Because you replace the coupon, the probability of drawing any specific number remains constant at 151 for every single draw. This independence allows us to treat each of the seven draws as a separate, identical event.
Defining the Maximum
The core of this problem lies in the definition of the 'maximum'. We want the largest number among our seven selections to be exactly 9.
Let X be the random variable representing the maximum number drawn. For X to be exactly 9, two conditions must be satisfied simultaneously:
1. Every single coupon drawn must be less than or equal to 9. If even one coupon were 10 or higher, the maximum would be greater than 9.
2. At least one of the coupons drawn must be exactly 9. If we draw seven coupons and none of them are 9, the maximum would be 8 or less.
The Power of the Cumulative Strategy
Calculating the probability of 'at least one 9' directly can be tedious. Instead, we use the power of the Cumulative Distribution Function (CDF).
We know that the probability that the maximum is exactly 9 is the probability that the maximum is 9 or less, minus the probability that the maximum is 8 or less. Mathematically, this is expressed as:
This subtraction is a surgical strike; it removes all the cases where the maximum is 8,7,…,1 from the set of cases where the maximum is 9,8,…,1, leaving us with exactly the cases where the maximum is 9.
The Calculation
For P(X≤9), we need all seven draws to result in a number between 1 and 9. The probability of drawing a number ≤9 in a single trial is 159, which simplifies to 53.
Since we have seven independent trials, the probability that all seven are ≤9 is:
Similarly, for P(X≤8), we need all seven draws to result in a number between 1 and 8. The probability of drawing a number ≤8 in a single trial is 158. Thus, the probability that all seven are ≤8 is:
Avoiding the Trap
Many students stop at (53)7. They see the 9 and the 15, simplify to 53, and raise it to the power of 7.
But as we discussed, this includes the 'bad' outcomes where the maximum is less than 9. By subtracting (158)7, we effectively filter out those unwanted outcomes.
Our final result is:
Looking at our options, we see that none of them match this expression. Therefore, the correct choice is 'none of these'.