Difficulty: Easy
Correct Answer: 105/512
Explanation:
Introduction / Context:
We model each passenger’s floor choice as an independent uniform pick among 8 floors. We seek the probability that the 5 chosen floors are all distinct.
Given Data / Assumptions:
Concept / Approach:
Favourable outcomes: permutations of choosing 5 distinct floors from 8 → P(8,5) = 8*7*6*5*4. Total outcomes: 8^5 ordered choices. Probability = P(8,5)/8^5.
Step-by-Step Solution:
P = (8*7*6*5*4) / 8^5 = (8/8)*(7/8)*(6/8)*(5/8)*(4/8).= 1 * (7/8) * (3/4) * (5/8) * (1/2) = (105)/(512).
Verification / Alternative check:
Compute numerators and denominators explicitly: 8*7*6*5*4 = 6720; 8^5 = 32768; 6720/32768 reduces to 105/512.
Why Other Options Are Wrong:
Other fractions correspond to nearby but incorrect numerators in the product (e.g., replacing 6/8 by 1/2 too early or arithmetic slips).
Common Pitfalls:
Using combinations instead of permutations; order matters because passengers are distinguishable.
Final Answer:
105/512
Discussion & Comments