Official Solution: A box contains 10 cards numbered 1 through 10. If 3 cards are randomly selected without replacement, what is the probability that the highest-numbered card picked is 5? A. \(\frac{3}{10}\)
B. \(\frac{1}{6}\)
C. \(\frac{1}{10}\)
D. \(\frac{1}{12}\)
E. \(\frac{1}{20}\)
For the highest-numbered card selected to be 5, we should select card numbered 5, and any two of the cards numbered 1, 2, 3, and 4. The number of ways to select 5 is obviously 1, and the number of ways to select two cards from 4 cards (cards numbered 1, 2, 3, and 4) is \(C^2_4\). The total number of ways to select three cards out of 10 is \(C^3_{10}\), therefore the probability is:
\(\frac{1*C^2_4}{C^3_{10}} = \frac{6}{120} = \frac{1}{20}\)
Answer: E