Difficulty: Easy
Correct Answer: 1/2 , 3/4
Explanation:
Introduction / Context:
With two independent fair coin tosses, we compute probabilities for two events: exactly one head, and at least one head.
Given Data / Assumptions:
Concept / Approach:
Count favorable outcomes for each event and divide by 4 (total outcomes). Use complement for “at least one head” if desired.
Step-by-Step Solution:
P(exactly one head) = 2 / 4 = 1/2.P(at least one head) = 1 − P(TT) = 1 − 1/4 = 3/4.
Verification / Alternative check:
Direct counting confirms 2 favorable for A and 3 favorable for B.
Why Other Options Are Wrong:
Other ordered pairs do not match the correct counts; 2/3 or 4/5 are not attainable with a four-element uniform sample space in this context.
Common Pitfalls:
Including HH in “exactly one head” or excluding it from “at least one head”.
Final Answer:
1/2 , 3/4
Discussion & Comments