Complete guide — probability scale, randomness, empirical probability from experiments, theoretical probability with sample space, events, and tree diagrams. Chapter 15 · 5 Marks.
| Term | Definition | Example |
|---|---|---|
| Experiment | An activity with uncertain outcomes | Rolling a die |
| Outcome | A single result of the experiment | Getting a 4 |
| Sample Space (S) | Set of ALL possible outcomes | S = {1,2,3,4,5,6} |
| Event (E) | A subset of the sample space | E = {2,4,6} (even numbers) |
| Favourable outcomes | Outcomes that satisfy the event | 3 outcomes for E above |
| Random experiment | Each outcome is equally likely | Fair coin, fair die |
P(E) = (Number of times E occurred) / (Total number of trials)
The more trials you do, the closer the empirical probability gets to the true (theoretical) probability. This is the Law of Large Numbers.
Sample space: S = {H, T}
n(S) = 2
P(Head) = 1/2
P(Tail) = 1/2
S = {1,2,3,4,5,6}, n(S) = 6
P(any number) = 1/6
P(even) = 3/6 = 1/2
P(prime) = {2,3,5} = 3/6 = 1/2
| Suit | Colour | Cards | Total |
|---|---|---|---|
| ♠ Spades | Black | A,2,3,4,5,6,7,8,9,10,J,Q,K | 13 |
| ♣ Clubs | Black | A,2,3,4,5,6,7,8,9,10,J,Q,K | 13 |
| ♥ Hearts | Red | A,2,3,4,5,6,7,8,9,10,J,Q,K | 13 |
| ♦ Diamonds | Red | A,2,3,4,5,6,7,8,9,10,J,Q,K | 13 |
| Total | 26 black, 26 red | 4 Aces, 4 Kings, 4 Queens, 4 Jacks | 52 |
A bag contains 3 red, 5 blue, 2 green balls. Find P(Red), P(Blue), P(Green), P(not Red).
Cards numbered 1–20 are placed in a box. One card is drawn at random. Find P(prime number), P(divisible by 5), P(perfect square).
P(winning a game) = 0.3. What is P(losing)?
0 ≤ P(E) ≤ 1 always. P=0 means impossible, P=1 means certain. If you get P>1 or P<0, you made an error.
Complementary events sum to 1. If P(rain) = 0.3, then P(no rain) = 0.7. Use this to find P(not E) = 1 − P(E).
For two dice: n(S)=36. For two coins: n(S)=4. Count all equally likely outcomes — don't miss any.
4 suits × 13 cards. 26 red (hearts+diamonds), 26 black. 4 Aces, 4 Kings, 4 Queens, 4 Jacks, 16 face cards total (J+Q+K × 4 suits).
Empirical probability from experiments rarely equals the theoretical value exactly. As trials → ∞, empirical → theoretical (Law of Large Numbers).
For compound events, probability of a path = product of probabilities on each branch. Sum of all end-probabilities = 1.
P(at least 1 Head) = 1 − P(no Heads) = 1 − P(all Tails). This complement approach is faster than listing all favourable outcomes.
Write final answer as a simplified fraction or decimal. CBSE expects simplified: 6/36 = 1/6, 2/4 = 1/2.
| Situation | n(S) | Common Events |
|---|---|---|
| 1 coin | 2 | P(H)=1/2, P(T)=1/2 |
| 2 coins | 4 | P(2H)=1/4, P(1H)=1/2, P(0H)=1/4 |
| 1 die | 6 | P(6)=1/6, P(even)=1/2, P(prime)=1/2 |
| 2 dice | 36 | P(sum=7)=1/6, P(doublet)=1/6 |
| 52 cards | 52 | P(ace)=1/13, P(red)=1/2, P(heart)=1/4, P(face)=3/13 |