Compound Events Statistics Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
A deck has 52 cards. You draw 2 cards without replacement. What is the probability of drawing at least one ace?

Solution

  1. 1
    Step 1: Use the complement: P(at least one ace)=1P(no aces)P(\text{at least one ace}) = 1 - P(\text{no aces}).
  2. 2
    Step 2: P(no aces)=4852×4751=22562652=1882210.8507P(\text{no aces}) = \frac{48}{52} \times \frac{47}{51} = \frac{2256}{2652} = \frac{188}{221} \approx 0.8507. So P(at least one ace)=10.8507=0.1493P(\text{at least one ace}) = 1 - 0.8507 = 0.1493.

Answer

P(at least one ace)=1188221=332210.149P(\text{at least one ace}) = 1 - \frac{188}{221} = \frac{33}{221} \approx 0.149 (about 14.9%).
The complement method is efficient for 'at least one' problems. Instead of calculating all the ways to get one or two aces separately, we find the probability of the complement (no aces) and subtract from 1. This technique is widely used in probability.

About Compound Events

Compound events are probability events made up of two or more simple events combined using 'and' (both events occur) or 'or' (at least one occurs). For independent 'and' events, multiply probabilities; for 'or' events, add probabilities and subtract any overlap.

Learn more about Compound Events →

More Compound Events Examples