1. Basic Terminology
| Term | Definition | Example |
|---|---|---|
| Random Experiment | An experiment whose outcome cannot be predicted with certainty | Tossing a coin, rolling a die |
| Sample Space (S) | Set of all possible outcomes | S = {H, T} for coin; S = {1,2,3,4,5,6} for die |
| Event (A) | Any subset of the sample space | A = {even numbers} = {2,4,6} |
| Complementary Event (A') | All outcomes NOT in A | If A = {2,4,6} then A' = {1,3,5} |
| Mutually Exclusive | A and B cannot occur simultaneously: A ∩ B = ∅ | Rolling a 3 and rolling a 5 on same die |
| Exhaustive Events | Events that together cover the entire sample space | A ∪ A' = S (always) |
2. Classical (Theoretical) Probability
When all outcomes in the sample space are equally likely:
Key properties:
- 0 ≤ P(A) ≤ 1 for any event A
- P(S) = 1 (certain event); P(∅) = 0 (impossible event)
- P(A') = 1 − P(A)
Standard Sample Spaces
| Experiment | n(S) | Key counts |
|---|---|---|
| 1 coin | 2 | 1 head, 1 tail |
| 2 coins | 4 | HH, HT, TH, TT; P(exactly 1H) = 2/4 = 1/2 |
| 1 die | 6 | P(even) = 3/6 = 1/2; P(>4) = 2/6 = 1/3 |
| 2 dice | 36 | P(sum=7) = 6/36 = 1/6; P(sum=11) = 2/36 = 1/18 |
| Pack of 52 cards | 52 | 13 each suit; 4 each rank; P(ace) = 4/52 = 1/13 |
3. Addition Theorem of Probability
Special case — Mutually Exclusive events (A ∩ B = ∅):
Three events:
Useful Derived Results
| Expression | Formula |
|---|---|
| P(only A, not B) | P(A) − P(A ∩ B) |
| P(only B, not A) | P(B) − P(A ∩ B) |
| P(exactly one of A, B) | P(A) + P(B) − 2P(A ∩ B) |
| P(neither A nor B) | 1 − P(A ∪ B) = 1 − P(A) − P(B) + P(A ∩ B) |
| P(A ∩ B') | P(A) − P(A ∩ B) |
Worked Example
P(A) = 3/10, P(B) = 2/5 = 4/10, P(A ∩ B) = 1/10. Find P(A ∪ B), P(only A), P(only B).
P(A ∪ B) = 3/10 + 4/10 − 1/10 = 6/10 = 3/5
P(only A) = 3/10 − 1/10 = 2/10 = 1/5
P(only B) = 4/10 − 1/10 = 3/10
4. Multiplication Theorem of Probability
For two events A and B:
Where P(B|A) = conditional probability of B given A has occurred.
Conditional Probability (Basic Form)
Independent Events
A and B are independent if the occurrence of one does not affect the other: P(B|A) = P(B). Then:
Note: Mutually exclusive ≠ Independent. In fact, if A ∩ B = ∅ and P(A), P(B) > 0, they are dependent (occurrence of one makes the other impossible).
"At Least One" Strategy
5. Odds For and Against an Event
If P(A) = p:
Odds in favour of A = p : (1−p) = P(A) : P(A')
Odds against A = (1−p) : p = P(A') : P(A)
If odds in favour = a : b, then P(A) = a/(a+b).

