Multiplication Rule

Find the probability that two events both occur when one might affect the chance of the other using multiplication of probabilities.

P(AB)=P(A)P(BA)P(A \cap B) = P(A)\,P(B \mid A)

Solve a problem with Multiplication Rule

Type the problem. The solver will use Multiplication Rule where Multiplication Rule is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Multiplication Rule takes
AA
BB
Multiplication Rule
SymbolMeaning
AAAn event, representing one outcome or set of outcomes in a probability experiment; if you interpret AA as anything else, like a count of objects, the formula will give meaningless results.
BBAnother event, whose probability can depend on whether AA happened; in this formula, BB's probability is conditional on AA, which is what distinguishes Multiplication Rule from simple multiplication of two independent probabilities.

When to use it

Use the Multiplication Rule when you need to find the probability of two events both happening and the second event's probability depends on the first.

Level

Usually taught in: Algebra II

Worked examples

1. Draw two cards without replacement

Problem

A standard deck has 52 cards, with 26 red cards and 26 black cards. You draw one card and don't put it back, then draw a second card. What is the probability that both cards are red?
  1. P(A)=P(first red)=2652=12P(A) = P(\text{first red}) = \frac{26}{52} = \frac{1}{2}

    Of the 52 cards, 26 are red, so the probability the first card is red is 26/5226/52, which simplifies to 1/21/2.

  2. P(BA)=P(second redfirst red)=2551P(B \mid A) = P(\text{second red} \mid \text{first red}) = \frac{25}{51}

    After drawing one red card and not replacing it, 25 red cards remain out of 51 total, so the conditional probability is 25/5125/51.

  3. P(AB)=P(A)P(BA)=122551P(A \cap B) = P(A) \cdot P(B \mid A) = \frac{1}{2} \cdot \frac{25}{51}

    Apply the Multiplication Rule by multiplying the probability of the first event by the conditional probability of the second event.

  4. P(AB)=25102P(A \cap B) = \frac{25}{102}

    Multiply the fractions: (1/2)(25/51)=25/102(1/2) \cdot (25/51) = 25/102.

Answer: P(both red)=25102P(\text{both red}) = \frac{25}{102}

This problem requires the Multiplication Rule because drawing the second card depends on the first (the deck has one fewer card). If you had replaced the first card, both draws would be independent and you'd use P(A)P(B)P(A) \cdot P(B) instead. Here, the shrinking deck means you must use the conditional probability to account for how the first draw changes the second card's probability.

2. Draw from a bag of marbles without replacement

Problem

A bag contains 4 red marbles, 3 blue marbles, and 2 yellow marbles. You draw one marble, don't put it back, then draw another. What is the probability of drawing a red marble first and a blue marble second?
  1. Total marbles=4+3+2=9\text{Total marbles} = 4 + 3 + 2 = 9

    Count all the marbles in the sample space.

  2. P(A)=P(red first)=49P(A) = P(\text{red first}) = \frac{4}{9}

    Of 9 marbles, 4 are red, so the probability of drawing red on the first draw is 4/94/9.

  3. P(BA)=P(blue secondred first)=38P(B \mid A) = P(\text{blue second} \mid \text{red first}) = \frac{3}{8}

    If a red marble was drawn first, 8 marbles remain in the bag, and all 3 blue marbles are still there, so the conditional probability is 3/83/8.

  4. P(AB)=4938=1272P(A \cap B) = \frac{4}{9} \cdot \frac{3}{8} = \frac{12}{72}

    Multiply using the Multiplication Rule: (4/9)(3/8)=12/72(4/9) \cdot (3/8) = 12/72.

  5. 1272=16\frac{12}{72} = \frac{1}{6}

    Simplify by dividing both numerator and denominator by their GCD of 12.

Answer: P(red then blue)=16P(\text{red then blue}) = \frac{1}{6}

This example is harder because you must track how the second probability changes after the first draw. The Multiplication Rule is essential because the bag's composition changes, making the two events dependent on each other in a way that matters for the final answer.

3. Traffic lights on a road trip

Problem

On a road trip, you drive through two towns in sequence. The probability you hit a red light in the first town is 0.60.6. If you get a red light in the first town, the probability of a red light in the second town is 0.70.7 (due to traffic backup). If you don't get a red light in the first town, the probability in the second town is only 0.30.3. What is the probability you get a red light at both towns?
  1. P(A)=P(red at first town)=0.6P(A) = P(\text{red at first town}) = 0.6

    The problem states the probability of a red light in the first town directly.

  2. P(BA)=P(red at secondred at first)=0.7P(B \mid A) = P(\text{red at second} \mid \text{red at first}) = 0.7

    Given that you hit a red light in the first town, the problem tells us the conditional probability at the second town is 0.70.7.

  3. P(AB)=0.60.7P(A \cap B) = 0.6 \cdot 0.7

    Apply the Multiplication Rule by multiplying the probability of the first event by the conditional probability of the second.

  4. P(AB)=0.42P(A \cap B) = 0.42

    Multiply: 0.60.7=0.420.6 \cdot 0.7 = 0.42.

Answer: P(red at both towns)=0.42P(\text{red at both towns}) = 0.42

This word problem shows why Multiplication Rule matters in real life. The second town's red light probability depends on what happened in the first town (traffic backup), so the events are dependent. This is why we cannot use the simpler formula P(A)P(B)P(A) \cdot P(B)—the conditional probability P(BA)=0.7P(B \mid A) = 0.7 is different from the marginal probability P(B)=0.5P(B) = 0.5 (the average of 0.70.7 and 0.30.3).

Common mistakes

Where Multiplication Rule usually goes wrong
Answer came out wrong
P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)
Use P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B \mid A) to account for how event AA affects event BB's probability.
P(AB)=P(A)+P(BA)P(A \cap B) = P(A) + P(B \mid A)
Use multiplication, not addition: P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B \mid A).
Confusing P(AB)P(A \cap B) with P(AB)P(A \cup B) and using the wrong formula
Remember: \cap means intersection ('and'), so use P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B \mid A); \cup means union ('or'), so use Addition Rule instead.
The mistakeWhy it is wrongThe fix
P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)This assumes the events are independent, but the problem states or implies that the second event's probability depends on the first; using the marginal probability P(B)P(B) instead of the conditional P(BA)P(B \mid A) throws away the dependence information.Use P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B \mid A) to account for how event AA affects event BB's probability.
P(AB)=P(A)+P(BA)P(A \cap B) = P(A) + P(B \mid A)The Multiplication Rule multiplies probabilities, not adds them; adding is used in the Addition Rule to find the probability of at least one event (union), not both events (intersection).Use multiplication, not addition: P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B \mid A).
Confusing P(AB)P(A \cap B) with P(AB)P(A \cup B) and using the wrong formulaThe symbols look similar (\cap means intersection, \cup means union), and students sometimes mix up 'and' (both events) with 'or' (at least one event), leading them to use the Addition Rule by mistake.Remember: \cap means intersection ('and'), so use P(AB)=P(A)P(BA)P(A \cap B) = P(A) \cdot P(B \mid A); \cup means union ('or'), so use Addition Rule instead.

Tips and when to use something else

  • Always identify which event happens first or is the 'given' condition in the problem; that event goes in the marginal probability P(A)P(A), and the other goes in the conditional probability P(BA)P(B \mid A).
  • If the problem says the events are independent, use P(A)P(B)P(A) \cdot P(B) instead; this is a special case of Multiplication Rule where P(BA)=P(B)P(B \mid A) = P(B).
  • For three events, extend the rule: P(ABC)=P(A)P(BA)P(CAB)P(A \cap B \cap C) = P(A) \cdot P(B \mid A) \cdot P(C \mid A \cap B), chaining the conditional probabilities.
  • Draw a probability tree diagram if the problem gets complex; it makes the order of events and all the conditional probabilities easy to see.

Frequently asked questions

When do I use Multiplication Rule vs. Addition Rule?
The Multiplication Rule gives P(AB)P(A \cap B) (probability of both events), while the Addition Rule gives P(AB)P(A \cup B) (probability of at least one event). Use Multiplication when the problem asks for the probability of two things happening together, and use Addition when it asks for 'either or'.
Can I use Multiplication Rule for independent events?
Yes! When events are independent, the conditional probability P(BA)=P(B)P(B \mid A) = P(B), so Multiplication Rule becomes P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B). This is a special case where the rule simplifies because knowing AA doesn't change the probability of BB.
Do I have to put event A first, or can I switch the order?
You can switch: P(AB)=P(A)P(BA)=P(B)P(AB)P(A \cap B) = P(A) \cdot P(B \mid A) = P(B) \cdot P(A \mid B) both work. Pick whichever event you have information about in the problem, or whichever happens first naturally. The answer will be the same.
What does P(B | A) mean exactly?
It is the probability of BB happening *given that* AA already happened—the updated probability of BB after you know AA is true. This is usually different from P(B)P(B) (the probability with no information) unless the events are independent.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18