Master the core concepts of Sets, Combinations, and Probability — the IB way.
Union, intersection, complement, and Venn diagrams — the language of sets.
Intersection $A \cap B$ means: elements that belong to both $A$ AND $B$.
Use the Inclusion-Exclusion Principle:
$A'$ = everything in $U$ that is NOT in $A$.
Number of subsets = $2^n = 2^3 = 8$
Counting without confusion — when order matters and when it doesn't.
$\dfrac{6!}{4!} = \dfrac{6 \times 5 \times \cancel{4!}}{\cancel{4!}} = 6 \times 5 = 30$
$\binom{7}{3} = \dfrac{7!}{3! \cdot 4!} = \dfrac{7 \times 6 \times 5}{3 \times 2 \times 1} = \dfrac{210}{6} = 35$
Arranging all 4 books = $4! = 4 \times 3 \times 2 \times 1 = 24$
$P(5,3) = \dfrac{5!}{(5-3)!} = \dfrac{5!}{2!} = \dfrac{120}{2} = 60$
A "hand" of cards has no order → Combination: $\binom{52}{5} = 2{,}598{,}960$
Single events, sample spaces, and the fundamental rules of chance.
Numbers greater than 4 on a die: $\{5, 6\}$ → 2 outcomes.
$P(A') = 1 - P(A) = 1 - 0.35 = 0.65$
For mutually exclusive events: $P(A \cup B) = P(A) + P(B)$
Sample space: $\{HH, HT, TH, TT\}$ — 4 equally likely outcomes.
Independent events, conditional probability, and probability trees.
Coin and die are independent (one doesn't affect the other).
1st draw: $\dfrac{4}{10}$ (4 red out of 10 total)
$P(A \mid B) = \dfrac{P(A \cap B)}{P(B)} = \dfrac{0.2}{0.4} = 0.5$
Out of 1000 people: 10 have the disease, 990 don't.
$P(\text{no 6 on either roll}) = \dfrac{5}{6} \times \dfrac{5}{6} = \dfrac{25}{36}$
$n(M \cup S) = n(M) + n(S) - n(M \cap S) = 30 + 25 - 10 = 45$
Total ways to choose 4 from 10: $\binom{10}{4} = \dfrac{10!}{4! \cdot 6!} = 210$