Introduction to Probability
Probability, random experiments, equally likely outcomes, trials and events.
What is Probability?
Probability is the branch of mathematics that measures how likely an event is to occur. It answers questions like: "What are the chances of getting a head when I toss a coin?" or "How likely is it to draw a king from a deck of cards?" Probability is used everywhere — in weather forecasting, insurance, games, elections and scientific experiments.
The probability of any event always lies between 0 and 1 (inclusive). A probability of 0 means the event is impossible. A probability of 1 means the event is certain. Everything else falls in between.
0 ≤ P(E) ≤ 1
Classifying Events: Less Likely, Equally Likely, More Likely
Before studying exact probabilities, we first learn to judge whether an event is less likely, equally likely, or more likely based on common sense and the structure of the experiment. This helps build intuition before the formula is introduced.
(only 1 chance out of 6)
(rare in most of India)
(very rare historically)
(1 chance each out of 2)
(extremely small chance)
Random Experiment, Trial and Sample Space
An experiment where we know all possible results in advance but cannot predict which specific result will occur on any particular attempt is called a random experiment.
- Tossing a fair coin — we know the result will be Head or Tail, but cannot say which one.
- Rolling an unbiased die — we know the result will be 1 to 6, but cannot say which number.
- Drawing a card from a shuffled deck — we know it will be one of 52 cards, but cannot say which one.
What is an Event?
Out of all the outcomes of a random experiment, the set of outcomes that favour a specific result is called an Event, denoted by E.
| Experiment | Event Described | Outcomes in Event | Count |
|---|---|---|---|
| Two coins tossed | Getting at least one Tail | E = {HT, TH, TT} | 3 |
| Die rolled | Getting a prime number | A = {2, 3, 5} | 3 |
| Card drawn from 52 | Getting a 5 | B = {♠5, ♥5, ♦5, ♣5} | 4 |
Equally Likely Events
When there is no reason to prefer one outcome over another — all outcomes have the same chance of occurring — the events are called equally likely events.
| Situation | Equally Likely? | Reason |
|---|---|---|
| Coin toss: Head vs Tail | ✅ Yes | 1 chance each out of 2 |
| Die: Even vs Odd number | ✅ Yes | 3 evens {2,4,6} and 3 odds {1,3,5} |
| Card: Red vs Black | ✅ Yes | 26 red cards and 26 black cards |
| Die: Prime vs Composite | ❌ No | 3 primes {2,3,5} but only 2 composites {4,6} |
Understanding a Deck of 52 Playing Cards
A standard deck of playing cards has 52 cards split into 4 suits of 13 cards each. Each suit contains: Ace (A), 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack (J), Queen (Q) and King (K). The Jack, Queen and King are called face cards or court cards — there are 12 face cards in total (3 per suit).
| Category | Count | Which Suits |
|---|---|---|
| Total cards | 52 | All 4 suits |
| Red cards | 26 | Hearts + Diamonds |
| Black cards | 26 | Clubs + Spades |
| Cards per suit | 13 | A, 2–10, J, Q, K |
| Face cards (J, Q, K) | 12 | 3 per suit × 4 suits |
| Aces | 4 | One per suit |
| Number cards (2–10) | 36 | 9 per suit × 4 suits |
Experimental (Empirical) Probability
Experimental probability is calculated by actually performing an experiment many times and recording the results. It is also called empirical probability. The more trials you conduct, the closer the experimental probability gets to the theoretical value.
P(E) = Number of trials in which event happened ÷ Total number of trials
The lesson demonstrates this with a classic coin-toss experiment. The table below shows how the relative frequency of getting a Head changes as the number of trials increases:
| Number of Trials (n) | Heads obtained (f) | Relative Frequency (f/n) |
|---|---|---|
| 20 | 13 | 0.65 |
| 40 | 24 | 0.60 |
| 60 | 35 | 0.58 |
| 80 | 44 | 0.55 |
| 100 | 51 | 0.51 |
| … | … | … |
| Very large n | ≈ n/2 | → 0.5 (converging) |
Theoretical (Classical) Probability
P(E) = n(E) / n(S) = Favourable outcomes / Total possible outcomesThis assumes all outcomes are equally likely and we do not need to actually run the experiment.
Example 1 — Tossing a Single Coin
Sample space: S = {H, T} → n(S) = 2
Event E: Getting a Head → E = {H} → n(E) = 1
P(Head) = n(E)/n(S) = 1/2Example 2 — Rolling a Fair Die
Sample space: S = {1, 2, 3, 4, 5, 6} → n(S) = 6
(Blue = even numbers)
Event A: Getting an even number → A = {2, 4, 6} → n(A) = 3
P(even number) = n(A)/n(S) = 3/6 = 1/2Worked Example — Two Coins Tossed Simultaneously
When two coins are tossed, the outcomes depend on what each coin shows. We list them as (Coin1, Coin2) pairs. This gives 4 equally likely outcomes.
| Event | Favourable Outcomes | P(E) |
|---|---|---|
| Two heads | {HH} | 1/4 |
| At least one head | {HH, HT, TH} | 3/4 |
| No heads (both tails) | {TT} | 1/4 |
| Exactly one head | {HT, TH} | 2/4 = 1/2 |
Worked Example — Three Coins Tossed Simultaneously
Three coins give 2³ = 8 equally likely outcomes. Listing them systematically by working through all combinations of H and T:
| Event | Favourable Outcomes | Count | P(E) |
|---|---|---|---|
| At least one head | All except (T,T,T) | 7 | 7/8 |
| At most two heads | All except (H,H,H) | 7 | 7/8 |
| No tails (all heads) | {HHH} | 1 | 1/8 |
| Exactly two heads | {HHT,HTH,THH} | 3 | 3/8 |
Sure Events, Impossible Events and the Range of Probability
An event that will definitely occur in every trial is a sure event. Every element of the sample space satisfies the condition.
Example: Rolling a standard die and getting a number ≤ 6. All outcomes (1, 2, 3, 4, 5, 6) satisfy this. P = 6/6 = 1.
An event that can never occur in any trial is an impossible event. No element of the sample space satisfies the condition.
Example: Rolling a standard die and getting 7. No face shows 7. P = 0/6 = 0.
For a coin: P(Head) + P(Tail) = 1/2 + 1/2 = 1 ✓
For a die: P(1) + P(2) + P(3) + P(4) + P(5) + P(6) = 6 × (1/6) = 1 ✓
Experimental vs Theoretical Probability — Key Differences
| Feature | Experimental (Empirical) | Theoretical (Classical) |
|---|---|---|
| Based on | Actual experiment results | Mathematical logic |
| Formula | f / n (frequency / trials) | n(E) / n(S) |
| Requires experiment? | Yes — must perform trials | No — calculated in advance |
| Accuracy | Improves with more trials | Exact (if outcomes are equally likely) |
| Example | Toss coin 100 times, count heads | P(Head) = 1/2 by logic |
| Relationship | As trials → ∞, experimental → theoretical | |
Common Mistakes to Avoid
- Forgetting sample space size: Always list S first and count n(S) before attempting any probability calculation. For two coins, n(S) = 4 (not 3), because HT and TH are different outcomes.
- Treating prime and composite as equally likely: For a die, primes are {2,3,5} (3 numbers) and composites are {4,6} (only 2 numbers — note that 1 is neither prime nor composite). These are NOT equally likely.
- Ace as a face card: A is NOT a face card. Face cards are only Jack (J), Queen (Q) and King (K). There are 12 face cards, not 16.
- Misreading "at least" and "at most": "At least one head" means 1 or more heads — include all outcomes with ≥ 1 head. "At most two heads" means 2 or fewer heads — include all outcomes with ≤ 2 heads.
- Probability greater than 1: If your answer is > 1, you have made an error. Probability can never exceed 1.
What This Lesson Prepares You For
This introduction to probability builds the vocabulary and tools needed for the exercise questions in Exercise 14.1, where you apply all these concepts to solve structured probability problems involving coins, dice and card draws.
The theoretical probability framework introduced here expands significantly in Class 10 Probability, where you will encounter complementary events (P(not E) = 1 − P(E)), combined events, and more complex problems involving coloured balls and numbered cards. The deck-of-cards structure also appears repeatedly in Class 10 probability exercises.
For students looking to strengthen their foundation, revisiting Class 9 Statistics (Chapter 13) is useful — both chapters deal with collecting data and making predictions, and the concept of relative frequency in statistics directly connects to experimental probability here.
✔ Know the formula P(E) = n(E)/n(S)
✔ Remember: 0 ≤ P(E) ≤ 1
✔ Know all 52-card deck facts (26 red, 26 black, 13 per suit, 12 face cards, 4 aces)
✔ Know: P(certain event) = 1 and P(impossible event) = 0
✔ Know: Sum of all elementary event probabilities = 1
✔ For n coins: total outcomes = 2ⁿ