Probability
Classical Definition: P(E) = n(E)/n(S). 0 ≤ P(E) ≤ 1.
Key Concepts
- Sample Space (S) : All possible outcomes. Two dice: 36. Deck of cards: 52.
- Complement: P(not E) = 1 − P(E).
- Mutually Exclusive: P(A∩B) = 0. Cannot happen together. P(A∪B) = P(A) + P(B).
Playing Cards — Know the Deck COLD
52 cards. 4 suits (♠♥♦♣). 26 RED (♥♦). 26 BLACK (♠♣). Face cards: J, Q, K (12). Aces (4).
Common Mistake: Forgetting that dice outcomes are ORDERED pairs. (1,2) ≠ (2,1).
Theoretical vs Experimental Probability
Theoretical Probability: P(E) = number of favourable outcomes / total number of possible outcomes. Based on the ASSUMED equally likely outcomes.
Experimental Probability: Based on ACTUAL trials or experiments. P(E) = number of times E occurs / total number of trials. As the number of trials increases, experimental probability APPROACHES theoretical probability (Law of Large Numbers).
'AP exams test THEORETICAL probability. Experimental probability is conceptual — understand how it differs from theoretical.'
Worked Examples — Coins
Single Coin
Example 1: A fair coin is tossed once. Find P(H), P(T). Sample space S = {H, T}. n(S) = 2. P(H) = 1/2. P(T) = 1/2.
Two Coins
Example 2: Two coins are tossed. Find the probability of (i) two heads (ii) at least one head (iii) exactly one tail. S = {HH, HT, TH, TT}. n(S) = 4. (i) P(HH) = 1/4. (ii) At least one head: {HH, HT, TH} → 3/4. (iii) Exactly one tail: {HT, TH} → 2/4 = 1/2.
Three Coins
Example 3: Three coins are tossed. Find P(at least two heads). S = {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT}. n(S) = 8. At least two heads: {HHH, HHT, HTH, THH} → 4/8 = 1/2.
Worked Examples — Dice
Two Dice
Example 4: Two dice are rolled. Find the probability that the sum is (i) 7 (ii) at most 4 (iii) a prime number. n(S) = 36.
(i) Sum = 7: {(1,6),(2,5),(3,4),(4,3),(5,2),(6,1)} → 6/36 = 1/6.
(ii) Sum at most 4: sum=2{(1,1)}, sum=3{(1,2),(2,1)}, sum=4{(1,3),(2,2),(3,1)} → 6/36 = 1/6.
(iii) Prime sums: 2,3,5,7,11. Sum=2: (1,1). Sum=3: (1,2),(2,1). Sum=5: (1,4),(2,3),(3,2),(4,1). Sum=7: 6 outcomes. Sum=11: (5,6),(6,5). Total = 1+2+4+6+2 = 15 → 15/36 = 5/12.
Example 5: Two dice are rolled. Find P(doublet i.e. same number on both). Doublets: (1,1),(2,2),(3,3),(4,4),(5,5),(6,6) → 6/36 = 1/6.
Worked Examples — Playing Cards
Example 6: A card is drawn from a well-shuffled deck. Find: (i) P(king) = 4/52 = 1/13. (ii) P(red card) = 26/52 = 1/2. (iii) P(face card) = 12/52 = 3/13. (iv) P(spade) = 13/52 = 1/4. (v) P(queen of hearts) = 1/52. (vi) P(an ace or a king) = 4+4 = 8/52 = 2/13. (vii) P(neither king nor queen) = 1 − P(king or queen) = 1 − 8/52 = 44/52 = 11/13.
'Memorise the card deck: 52 cards, 4 suits, each with 13 cards (A,2-10,J,Q,K). 12 face cards. 26 red. 26 black.'
Conditional Drawing (Without Replacement)
Example 7: Two cards are drawn successively without replacement. Find P(both aces). P(first ace) = 4/52 = 1/13. P(second ace | first ace) = 3/51 = 1/17. P(both aces) = (1/13)×(1/17) = 1/221.
Mutually Exclusive and Complementary Events
Mutually Exclusive: Events that CANNOT happen simultaneously. If A and B are mutually exclusive: P(A∩B) = 0 and P(A∪B) = P(A) + P(B).
Complementary Events: A and not A are always mutually exclusive and exhaustive. P(A) + P(not A) = 1. P(not A) = 1 − P(A).
Example 8 — Not Mutually Exclusive: From a deck, P(king or heart). These are NOT mutually exclusive (king of hearts is both). P(king) = 4/52. P(heart) = 13/52. P(king∩heart) = 1/52. P(king∪heart) = 4/52 + 13/52 − 1/52 = 16/52 = 4/13.
Example 9 — Using Complement: From digits 1 to 20, a number is chosen. Find P(not a multiple of 3). Multiples of 3: {3,6,9,12,15,18} → 6/20 = 3/10. P(not multiple of 3) = 1 − 3/10 = 7/10.
Common Mistakes — Extended
- Dice outcomes are ordered: (1,2) and (2,1) are DIFFERENT outcomes. Total outcomes = 36, NOT 21.
- 'At least one' ≠ complement of 'none': The complement approach: P(at least one) = 1 − P(none). This is OFTEN easier.
- Forgetting face cards: 12 face cards (J, Q, K in each of 4 suits). Aces are NOT face cards.
- Drawing without replacement: The total reduces by 1 for the second draw.
- P(A or B) when not mutually exclusive: P(A∪B) = P(A)+P(B)−P(A∩B). The subtraction prevents double-counting.
AP Exam Focus
| Topic | Marks | Frequency |
|---|---|---|
| Coin toss problems | 2-3 | Very Common |
| Dice problems | 3-4 | Very Common |
| Playing cards problems | 4 | Common |
| Mutually exclusive events | 2-3 | Moderate |
| Complementary events | 2-3 | Common |
| Without replacement | 4 | Moderate |
Self-Test Questions
- A coin is tossed 3 times. Find P(exactly 2 heads). (Answer: {HHT,HTH,THH} → 3/8)
- Two dice are rolled. Find P(sum = 8). (Answer: {(2,6),(3,5),(4,4),(5,3),(6,2)} → 5/36)
- From a deck, find P(red face card). (Answer: 6/52 = 3/26)
- Two dice are rolled. Find P(product is even). (Answer: P(at least one even) = 1 − P(both odd) = 1 − 9/36 = 27/36 = 3/4)
- A bag has 5 red and 3 white balls. One ball is drawn at random. Find P(red). (Answer: 5/8)
- From 1 to 30, a number is selected. Find P(multiple of 4 or 5). (Answer: Multiples of 4: 7, multiples of 5: 6, common: 1 (20). P = (7+6−1)/30 = 12/30 = 2/5)
- Two dice are rolled. Find P(doublet or sum of 8). (Answer: P(doublet)=6/36, P(sum=8)=5/36, P(both)=1/36 (4,4). P = (6+5−1)/36 = 10/36 = 5/18)
