Official Solution:A deck of cards contains 6 cards numbered from 1, 2, 3, 4, 5, and to 6. If three cards are randomly selected one by one from the deck without replacement, what is the probability that the numbers on the cards are in increasing order? A. \(\frac{1}{60}\)
B. \(\frac{1}{30}\)
C. \(\frac{1}{20}\)
D. \(\frac{1}{6}\)
E. \(\frac{1}{3}\)
Any three cards can be drawn in \(3! = 6\) ways, and only one sequence from these 6 will be in ascending order. So, the probability is \(\frac{1}{6}\).
For example, 2, 5, and 6 can be drawn in 6 ways ({firs card, second card, third card}): {2, 5, 6}, {2, 6, 5}, {5, 2, 6}, {5, 6, 2}, {6, 2, 5} and {6, 5, 2}. Only one from these 6 is in ascending order: {2, 5, 6}.
Answer: D