Multiplication Rule: P(A and B) for Joint Events

April 13, 2026

Problem

Draw two aces in a row without replacement from a 52-card deck. Compute P(2 aces) = 4/52 × 3/51. Show the shrinking deck and contrast with replacement.

Explanation

The multiplication rule

For any two events AA and BB: P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B \mid A)

In words: the chance both happen is the chance of the first times the chance of the second given that the first happened.

If AA and BB are independent, P(BA)=P(B)P(B \mid A) = P(B) and the rule simplifies to P(AB)=P(A)P(B).P(A \cap B) = P(A) \cdot P(B).

Step-by-step solution (without replacement)

Step 1 — First ace. Four aces in 52 cards: P(A1)=452=113P(A_1) = \dfrac{4}{52} = \dfrac{1}{13}

Step 2 — Second ace, given the first was an ace. One ace already taken; three aces remain among 51 cards: P(A2A1)=351=117P(A_2 \mid A_1) = \dfrac{3}{51} = \dfrac{1}{17}

Step 3 — Multiply: P(A1A2)=452351=122652=1221P(A_1 \cap A_2) = \dfrac{4}{52} \cdot \dfrac{3}{51} = \dfrac{12}{2652} = \boxed{\dfrac{1}{221}}

Numerically, 0.00452\approx 0.00452, i.e. about 0.45% — roughly 1 in 221.

Comparison — with replacement

If we put the first card back and reshuffle, the two draws are independent, so P(A1A2)=452452=11690.00592P(A_1 \cap A_2) = \dfrac{4}{52} \cdot \dfrac{4}{52} = \dfrac{1}{169} \approx 0.00592

That's about 1 in 169 — slightly more likely than the without-replacement version, because you keep all 4 aces available for the second draw.

Verification by counting

Without replacement, the number of ordered 2-card hands that are both aces is 43=124 \cdot 3 = 12. Total ordered 2-card hands: 5251=265252 \cdot 51 = 2652. Ratio: 12/2652=1/22112/2652 = 1/221. ✓

Generalizing to nn events

P(A1A2An)=P(A1)P(A2A1)P(A3A1A2)P(A_1 \cap A_2 \cap \cdots \cap A_n) = P(A_1) \cdot P(A_2 \mid A_1) \cdot P(A_3 \mid A_1 \cap A_2) \cdots

This "chain rule" is the backbone of many probability arguments, including Bayes updates and tree-diagram reasoning.

Common mistakes

  • Treating draws without replacement as independent. The second denominator should shrink. Using 4/524/524/52 \cdot 4/52 for without-replacement draws is a classic error.
  • Mis-counting after removal. Once an ace is drawn, both the ace count (numerator) and the total card count (denominator) drop by 1.
  • Mixing up "and" with "or." "And" multiplies (joint event); "or" adds (with overlap correction). See the addition-rule problem.

Try it in the visualization

Toggle between with- and without-replacement modes. A shrinking deck illustrates why the denominator drops when the drawn card is removed. The product P(A1)P(A2A1)P(A_1) \cdot P(A_2 \mid A_1) is assembled factor by factor at the bottom of the panel.

Interactive Visualization

Parameters

Without replacement
52.00
4.00
2.00
5.00
Your turn

Got your own math or physics problem?

Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.

Sign Up Free to Try It30 free visualizations every day
Multiplication Rule: P(A and B) for Joint Events | MathSpin