A coin is tossed 3 times. Find the probability of getting at least 2 heads.
Q1. A coin is tossed 3 times. Find the probability of getting at least 2 heads.
Answer: (3C2 + 3C3) / 2³
Explanation: P(at least 2 heads) = P(2 heads) + P(3 heads) = (3C2 + 3C3) / total outcomes.