Probability Rules
An insurance company needs $P(\text{flood AND car theft})$. A doctor needs $P(\text{disease} \mid \text{positive test})$. These require combining events. In this lesson you'll master the addition rule for "or" and the multiplication rule for "and" — the two engines behind almost every probability calculation you'll meet in the HSC.
Practise this lesson
Three printable worksheets that build from foundations to mastery — or build your own from any module’s questions.
Consider two events $A$ and $B$ with $P(A) = 0.6$ and $P(B) = 0.4$. Without a formula — can $P(A \cup B)$ ever be less than $P(A)$? Explain your reasoning before reading on.
This lesson is built on two rules. The first handles "or" problems; the second handles "and" problems. Lock both into memory and you can solve almost any two-event probability question.
Every combined-event question routes through one of two roads: addition rule when events are joined by "or" ($\cup$), or multiplication rule when events are joined by "and" ($\cap$).
Key facts
- $P(A \cup B) = P(A) + P(B) - P(A \cap B)$
- $P(A \cap B) = P(A) \times P(B \mid A)$
- $P(A') = 1 - P(A)$ and $P(\text{at least one}) = 1 - P(\text{none})$
Concepts
- Why the addition rule subtracts the intersection once
- How the multiplication rule builds probability through stages
- The difference between mutually exclusive and independent events
Skills
- Apply the addition rule to find $P(A \cup B)$ from a Venn diagram
- Use the multiplication rule for two-stage experiments
- Solve "at least one" problems efficiently with complements
When we want the probability that at least one of two events occurs, we must not double-count outcomes that belong to both.
Shading both circles covers the overlap twice. We subtract $P(A \cap B)$ so it counts exactly once.
Bounds on $P(A \cup B)$: Since $P(A \cap B) \geq 0$, we always have $P(A \cup B) \leq P(A) + P(B)$. Also, since $A \subseteq (A \cup B)$, we have $P(A \cup B) \geq P(A)$. The union can never be smaller than either individual probability — which answers our Think First question.
$P(A \cup B) = P(A) + P(B) - P(A \cap B)$ — always subtract the intersection; $P(A \cup B) \geq \max(P(A), P(B))$ — the union is always at least as large as either event
Pause — copy the addition rule $P(A \cup B) = P(A) + P(B) - P(A \cap B)$ and the reason you subtract the intersection (to avoid double-counting the overlap) into your book.
Quick check: If $P(A) = 0.5$, $P(B) = 0.4$, and $P(A \cap B) = 0.2$, what is $P(A \cup B)$?
We just saw that $P(A \cup B)$ uses addition with a correction for double-counting. That raises a question: what rule do we use for the intersection $P(A \cap B)$ — the AND probability — especially when one event can influence the other? This card answers it → the multiplication rule: $P(A \cap B) = P(A) \times P(B \mid A)$, which simplifies to $P(A) \times P(B)$ only when events are independent.
When we want the probability that both events occur, we multiply probabilities — but we must account for how the first event affects the second.
Here $P(B \mid A)$ means "the probability of $B$ given that $A$ has occurred." This is conditional probability.
Example: A bag has 5 red and 5 blue marbles. You draw two without replacement. What is $P(\text{red then blue})$?
$P(\text{first red}) = \dfrac{5}{10} = \dfrac{1}{2}$. After removing one red, $P(\text{second blue} \mid \text{first red}) = \dfrac{5}{9}$.
So $P(\text{red then blue}) = \dfrac{1}{2} \times \dfrac{5}{9} = \dfrac{5}{18}$.
Independent events special case: If $A$ does not affect $B$, then $P(B \mid A) = P(B)$ and:
General: $P(A \cap B) = P(A) \times P(B \mid A)$ — always check whether events affect each other; Independent: $P(B \mid A) = P(B)$, so $P(A \cap B) = P(A) \times P(B)$
Pause — copy both multiplication forms: general $P(A \cap B) = P(A) \times P(B \mid A)$ and the simpler independent version $P(A \cap B) = P(A) \times P(B)$ — only use the simple version when independence is confirmed into your book.
Did you get this? True or false: if $A$ and $B$ are independent, then $P(A \cap B) = P(A) \times P(B)$.
Worked examples · 3 in a row, reveal as you go
If $P(A) = 0.6$, $P(B) = 0.5$, and $P(A \cap B) = 0.3$, find: (a) $P(A \cup B)$; (b) $P(A' \cap B)$.
A factory: Machine A makes 60% of items with 2% defect rate; Machine B makes 40% with 5% defect rate. Find: (a) $P(\text{defective})$; (b) $P(\text{from A and defective})$.
A fair die is rolled three times. Find $P(\text{at least one six})$.
Fill the gap: A box contains 6 red and 4 green balls. Two are drawn without replacement. $P(\text{red then green}) = \dfrac{6}{10} \times \dfrac{4}{9} = $ .
We just saw that both the addition and multiplication rules require you to check whether events are mutually exclusive or independent before applying the simplified form. That raises a question: what is the most efficient way to confirm those conditions and avoid using the wrong simplification? This card answers it → use the definitions as tests: mutually exclusive means $P(A \cap B) = 0$; independent means $P(A \cap B) = P(A) \times P(B)$.
The complement rule is deceptively simple but extraordinarily powerful:
Its most common application is "at least one" problems. Directly counting "at least one success" requires summing probabilities for exactly 1, exactly 2, exactly 3, and so on. The complement needs only one calculation.
Example: Four people each guess a number from 1–10. What is $P(\text{at least one correct})$?
$P(\text{one person wrong}) = \dfrac{9}{10}$. Assuming independence: $P(\text{all wrong}) = \left(\dfrac{9}{10}\right)^4 = 0.6561$.
So $P(\text{at least one correct}) = 1 - 0.6561 = 0.3439$.
$P(A \cup B) = P(A)+P(B)$ only if mutually exclusive (given or proven); $P(A \cap B) = P(A) \times P(B)$ only if independent (given or proven)
Pause — copy both condition tests: mutually exclusive requires $P(A \cap B) = 0$ (given or proven); independent requires $P(A \cap B) = P(A) \times P(B)$ (given or proven — never assume!) into your book.
Misconceptions to fix · the 3 traps that cost marks
Did you get this? True or false: $P(A \cap B) = P(A) \times P(B)$ is always true for any two events $A$ and $B$.
Activities · practice with the ideas
If $P(A) = 0.5$, $P(B) = 0.4$, and $P(A \cap B) = 0.2$, find $P(A \cup B)$.
A box contains 6 red and 4 green balls. Two are drawn without replacement. Find $P(\text{red then green})$.
If $P(A) = 0.3$, $P(B) = 0.6$, and $A$ and $B$ are mutually exclusive, find $P(A \cup B)$.
A bag has 8 black and 12 white counters. Two are drawn with replacement. Find $P(\text{both black})$.
Prove that $P(A \cap B) \leq \min(P(A), P(B))$ and explain when equality holds.
Earlier you were asked: can $P(A \cup B)$ ever be less than $P(A)$?
$P(A \cup B)$ cannot be less than $P(A)$. By definition, $A \subseteq (A \cup B)$, so every outcome in $A$ is also in $A \cup B$. Therefore $P(A \cup B) \geq P(A)$. Similarly, $P(A \cup B) \geq P(B)$. The smallest $P(A \cup B)$ can be is $\max(P(A), P(B))$, which occurs when one event is a subset of the other.
Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. A bag contains 4 red, 5 blue, and 6 green marbles. Two marbles are drawn without replacement. Find: (a) $P(\text{both red})$; (b) $P(\text{red then blue})$; (c) $P(\text{at least one red})$. (3 marks)
Q2. In a survey, $P(A) = 0.6$, $P(B) = 0.5$, and $P(A \cap B) = 0.3$. (a) Find $P(A \cup B)$. (b) Find $P(A' \cap B)$ — the probability that $B$ occurs but $A$ does not. (c) Verify that $P(A \cup B) + P(A' \cap B') = 1$. (3 marks)
Q3. A fair coin is flipped until either two heads appear or four flips have been made, whichever comes first. (a) Draw a tree diagram showing all possible sequences. (b) Find the probability the experiment ends with two heads. (c) Explain why the multiplication rule must be used at each branch of the tree, and why simply counting paths gives the wrong answer. (3 marks)
Comprehensive answers (click to reveal)
Activity 1: 1. $0.5+0.4-0.2=0.7$ · 2. $\frac{6}{10}\times\frac{4}{9}=\frac{4}{15}$ · 3. $0.3+0.6=0.9$ (mut. excl.) · 4. $\frac{8}{20}\times\frac{8}{20}=\frac{4}{25}=0.16$ · 5. Since $A \cap B \subseteq A$, $n(A \cap B) \leq n(A)$ so $P(A \cap B) \leq P(A)$; similarly $\leq P(B)$. Equality when one event is a subset of the other.
Q1 (3 marks): Total = 15. (a) $P(\text{both red}) = \frac{4}{15} \times \frac{3}{14} = \frac{12}{210} = \frac{2}{35}$ [0.5+0.5]. (b) $\frac{4}{15} \times \frac{5}{14} = \frac{20}{210} = \frac{2}{21}$ [0.5+0.5]. (c) $1 - \frac{11}{15} \times \frac{10}{14} = 1 - \frac{110}{210} = 1 - \frac{11}{21} = \frac{10}{21}$ [1].
Q2 (3 marks): (a) $0.6+0.5-0.3=0.8$ [1]. (b) $P(A' \cap B) = 0.5-0.3=0.2$ [1]. (c) $P(A' \cap B')=1-0.8=0.2$; $0.8+0.2=1$ ✓ [1].
Q3 (3 marks): (a) Paths: HH, HTH, HTTH, HTTT, THH, THTH, THTT, TTHH, TTHT, TTTH, TTTT [0.5]. (b) Ends-with-2H paths: HH($\frac{1}{4}$), HTH($\frac{1}{8}$), HTTH($\frac{1}{16}$), THH($\frac{1}{8}$), THTH($\frac{1}{16}$), TTHH($\frac{1}{16}$). Sum = $\frac{4+2+1+2+1+1}{16} = \frac{11}{16}$ [1]. (c) Each branch probability requires multiplication because the stopping condition changes at each stage. Paths are not equally likely (length varies), so counting them gives the wrong answer. The multiplication rule correctly weights each path [1.5].
Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms using the addition rule, multiplication rule, and complementary events.
Mark lesson as complete
Tick when you've finished the practice and review.