Question 570976: Suppose k identical boxes contained n balls numbered one through n. One ball is drawn from
each box. What is the probability that m is the largest number drawn?
Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website! For this problem we will assume that .
The best way is probably to try small cases (for m). Let P(m) be the probability that m is the largest number drawn. If m = 1, then every number drawn must be a 1, and
If m = 2, every number must be a 1 or a 2, and we would try to claim something like
However, this is incorrect, because this includes the case where every number is a 1 (which violates the constraint that at least one number must be a 2). To fix this, we subtract P(1):
Finding P(3) is similar to finding P(2), except that we subtract P(2):
This generalizes to
, or
where the plus/minus of (1/n)^k depends on the parity of m (i.e. if m is odd, +; if m is even, -).
| |
|