Turning the Definition Around

The conditional-probability definition P(E∣F)=P(E∩F)P(F)P(E|F) = \dfrac{P(E \cap F)}{P(F)} answers "what is the conditional?" — but rearranged, it answers the more common question "what is the probability that both events occur?":

P(E∩F)=P(E) P(F∣E)=P(F) P(E∣F)P(E \cap F) = P(E)\,P(F|E) = P(F)\,P(E|F)

(each form valid when the conditioning event has nonzero probability). This is the multiplication rule of probability. The event E∩FE \cap F is often written simply EFEF.

Reading it as a story

P(E) P(F∣E)P(E)\,P(F|E) reads: probability the first thing happens, times the probability the second happens given the first already has. This is exactly how sequential experiments unfold — draw a ball, the urn changes, draw again. The rule formalises "update the odds after each step, then multiply along the chain."

Extension to three or more events

P(E∩F∩G)=P(E)  P(F∣E)  P(G∣E∩F)P(E \cap F \cap G) = P(E)\;P(F|E)\;P(G|E \cap F)

and similarly for longer chains — each factor conditions on everything drawn so far.

Key Point (without vs with replacement): the multiplication rule earns its keep in without-replacement problems, where each draw changes the pool: both counts (favourable and total) shrink as you go. With replacement, the pool resets and the factors are all equal — a preview of independence, next section. The single most common error is forgetting to update BOTH the numerator and the denominator after each draw.

Solved Examples

Example 1: Two blacks, no replacement

An urn contains 1010 black and 55 white balls. Two balls are drawn one after the other without replacement. Find the probability that both are black.

Solution:

  1. First draw: P(E)=1015P(E) = \dfrac{10}{15}.
  2. Second draw, updated urn (99 black among 1414): P(F∣E)=914P(F|E) = \dfrac{9}{14}.
  3. Multiply: 1015×914=37\dfrac{10}{15} \times \dfrac{9}{14} = \dfrac{3}{7}.

Answer: 37\dfrac{3}{7}.


Example 2: King, king, ace

Three cards are drawn successively without replacement from a well-shuffled pack. Find the probability that the first two are kings and the third is an ace.

Solution:

  1. Chain of three: P(K)=452P(K) = \dfrac{4}{52}; P(K∣K)=351P(K|K) = \dfrac{3}{51} (three kings left in 5151); P(A∣KK)=450P(A|KK) = \dfrac{4}{50} (all four aces still there, 5050 cards left).
  2. Multiply: 452×351×450=25525\dfrac{4}{52} \times \dfrac{3}{51} \times \dfrac{4}{50} = \dfrac{2}{5525}.

Answer: 25525\dfrac{2}{5525} — note the third factor's numerator did NOT shrink: no aces had been removed.


Example 3: Both aces

Two cards are drawn without replacement. Find the probability that both are aces.

Solution:

  1. Chain: 452×351\dfrac{4}{52} \times \dfrac{3}{51}.
  2. Simplify: 113×117=1221\dfrac{1}{13} \times \dfrac{1}{17} = \dfrac{1}{221}.

Answer: 1221\dfrac{1}{221}. (With replacement the answer would be 113×113=1169\dfrac{1}{13} \times \dfrac{1}{13} = \dfrac{1}{169} — replacement always makes repeats more likely… than without? Compare: 1169>1221\dfrac{1}{169} > \dfrac{1}{221}: yes, resetting the pool keeps all four aces available.)


Example 4: All three good

A box holds 1515 oranges of which 1212 are good. Three oranges are drawn without replacement. Find the probability that all three are good.

Solution:

  1. Chain: 1215×1114×1013\dfrac{12}{15} \times \dfrac{11}{14} \times \dfrac{10}{13}.
  2. Compute: 4491\dfrac{44}{91}.

Answer: 4491\dfrac{44}{91} — both numbers fall by one at each step: good oranges and total oranges.


Example 5: Order matters in the chain

An urn has 55 red and 33 black balls. Two are drawn without replacement. Find the probability that the first is red and the second is black.

Solution:

  1. Chain in the stated order: P(R1)=58P(R_1) = \dfrac{5}{8}; P(B2∣R1)=37P(B_2|R_1) = \dfrac{3}{7} (all three blacks remain, seven balls left).
  2. Multiply: 1556\dfrac{15}{56}.

Answer: 1556\dfrac{15}{56} — the chain follows the stated sequence; "one red and one black in any order" would add the reverse chain 38×57\dfrac{3}{8}\times\dfrac{5}{7} as well.


Example 6: None defective

Of 1010 bulbs, 33 are defective. Three bulbs are drawn without replacement. Find the probability that none is defective.

Solution:

  1. Chain through the good bulbs: 710×69×58\dfrac{7}{10} \times \dfrac{6}{9} \times \dfrac{5}{8}.
  2. Compute: 724\dfrac{7}{24}.

Answer: 724\dfrac{7}{24}.