Statistics · real student question

A card is drawn from a bag of cards numbered 1, 2, 3, recorded, and returned; this is repeated five times. The five recorded numbers are sorted in decreasing order as a >= b >= c >= d >= e. Find the probability that b = 3.

Question

A bag contains three cards numbered 11, 22 and 33. A card is drawn, recorded, and returned; this is repeated 55 times. The five recorded numbers are then arranged in decreasing order as

abcdea\ge b\ge c\ge d\ge e

Find the probability that b=3b=3.

Step-by-step solution

  1. Translate the order statistic into a count. Sorting in decreasing order makes bb the second largest value. Since 33 is the largest possible card, b=3b=3 happens exactly when at least two of the five draws show a 33. (If only one 33 appeared, aa would be 33 but bb would be 22 or 11.)

    {b=3}={X2},X=# of 3s\{b=3\}=\{X\ge 2\},\qquad X=\#\text{ of }3\text{s}

  2. Identify the distribution of X. Draws are with replacement, so XBinomial(n=5, p=13)X\sim\text{Binomial}(n=5,\ p=\tfrac13).

  3. Use the complement — two terms instead of four. Rather than adding P(X=2)+P(X=3)+P(X=4)+P(X=5)P(X=2)+P(X=3)+P(X=4)+P(X=5), subtract the two small cases:

    P(X2)=1P(X=0)P(X=1)P(X\ge 2)=1-P(X=0)-P(X=1)

  4. Compute the two subtracted terms.

    P(X=0)=(23)5=32243,P(X=1)=(51)(13)(23)4=80243P(X=0)=\left(\frac23\right)^{5}=\frac{32}{243},\qquad P(X=1)=\binom51\left(\frac13\right)\left(\frac23\right)^{4}=\frac{80}{243}

  5. Subtract.

    P(b=3)=13224380243=243112243=1312430.539P(b=3)=1-\frac{32}{243}-\frac{80}{243}=\frac{243-112}{243}=\frac{131}{243}\approx 0.539

    131243\boxed{\dfrac{131}{243}}

  6. Check against the companion case b = 1. By the mirror argument, b=1b=1 requires at most one draw to be 22 or 33, giving (13)5+5(23)(13)4=1+10243=11243\left(\tfrac13\right)^5+5\left(\tfrac23\right)\left(\tfrac13\right)^4=\tfrac{1+10}{243}=\tfrac{11}{243}. Since bb must be 11, 22 or 33, the remaining case is P(b=2)=113124311243=101243P(b=2)=1-\tfrac{131}{243}-\tfrac{11}{243}=\tfrac{101}{243}, and all three sum to 11 ✓.

Answer

P(b=3)=1312430.539P(b=3)=\dfrac{131}{243}\approx 0.539

Need to solve a different problem like this? Open the solver →