Difficulty: Medium
Correct Answer: 1/221
Explanation:
Introduction / Context:Card-draw probabilities often use combinations since order does not matter for the set of drawn cards. There are 4 aces in a 52-card deck; we want both drawn cards to be aces without replacement.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
C(4,2) = 6C(52,2) = 52*51/2 = 1326Probability = 6/1326 = 1/221Verification / Alternative check:Sequential method: P(first ace) = 4/52; P(second ace | first ace) = 3/51; product = (4/52)*(3/51) = 12/2652 = 1/221. Same result.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:1/221
Discussion & Comments