IMOClass 9 › Probability

Probability

Random Experiments and Outcomes

What is Probability?

Probability is the branch of mathematics that measures how likely an event is to occur. It quantifies uncertainty and helps us make predictions about random events.

Where Does the Word Come From?

The word "probability" comes from the Latin word "probabilis" meaning "provable" or "worthy of approval."

A Brief History of Probability:

Time PeriodDevelopmentKey Contributors
16th-17th CenturyFormal study beganGirolamo Cardano (Italy)
1654Birth of probability theoryBlaise Pascal and Pierre de Fermat (France)
18th CenturyLaw of Large NumbersJacob Bernoulli (Switzerland)
20th CenturyModern probability theoryAndrey Kolmogorov (Russia)

The Gambler's Problem That Started It All:

In 1654, a gambler named Chevalier de Méré asked Pascal: "Why do I lose money betting on getting at least one six in 4 rolls of a die, but win betting on at least one double-six in 24 rolls of two dice?" This question led Pascal and Fermat to develop probability theory.

Scope and Applications of Probability:

FieldApplication Example
**Medicine**Probability of a treatment being effective
**Insurance**Calculating risk and setting premiums
**Gaming**Designing fair games and predicting odds
**Sports**Probability of a team winning
**Finance**Stock market predictions
**Artificial Intelligence**Machine learning algorithms

Meaning of Probability:

  • Probability is always a number between 0 and 1
  • 0 means the event is impossible (will never happen)
  • 1 means the event is certain (will definitely happen)
  • The closer the probability is to 1, the more likely the event
Sample Space & EventsExperiment: Roll a fair 6-sided dieSample Space S = {1, 2, 3, 4, 5, 6} — all possible outcomes123456Total outcomes = 6Event A: EvenA = {2,4,6}P(A) = 3/6 = 1/2Event B: > 4B = {5,6}P(B) = 2/6 = 1/3Event C: PrimeC = {2,3,5}P(C) = 3/6 = 1/2
Example 1: Sample space when tossing one coin?
{Head, Tail} — two outcomes.
Example 2: How many outcomes when a die is rolled?
Six: 1, 2, 3, 4, 5, 6.
Quick recap
  • Outcome = one result; sample space = all outcomes.
  • An event is a set of outcomes of interest.
✓ Quick check
Two fair coins are tossed simultaneously. What is the probability of getting exactly one head?
Sample space = {HH, HT, TH, TT}. Outcomes with exactly one head = {HT, TH}. Probability = 2/4 = 1/2.
Two coins are tossed. What is the probability of getting at most one head?
Outcomes with at most one head (0 or 1 head) = {TT, HT, TH}. Total outcomes = 4. Probability = 3/4.

Empirical Probability

What is Experimental Probability?

Experimental probability (also called empirical probability) is the probability determined by actually performing an experiment and recording the results. It is based on observed data, not theoretical calculations.

Theoretical vs. Experimental Probability:

AspectTheoretical ProbabilityExperimental Probability
**Calculation**Favorable outcomes / Total possible outcomesObserved frequency / Total trials
**Accuracy**Exact, fixed valueApproximate, changes with trials
**Example**P(heads) = 1/2After 100 flips, 48 heads → 0.48

Formula for Experimental Probability:

\[

P(\text{Event}) = \frac{\text{Number of times event occurred}}{\text{Total number of trials}}

\]

Law of Large Numbers:

As the number of trials increases, the experimental probability gets closer to the theoretical probability.

Why Use Experimental Probability?

  • When theoretical probability is unknown or difficult to calculate
  • To test if a game or process is fair
  • In real-world situations where outcomes are not equally likely

Steps to Find Experimental Probability:

  1. Perform the experiment many times (trials)
  2. Count how many times the event occurs
  3. Divide the count by the total number of trials
Probability of Simple EventsP(Event) = Number of favourable outcomes Total number of outcomesRange: 0 ≤ P(E) ≤ 1P = 0: Impossible event P = 1: Certain eventExperiment: Toss a fair coin twiceS = {HH, HT, TH, TT} → n(S) = 4Exactly 2 heads: {HH}P = 1/4At least 1 tail: {HT,TH,TT}P = 3/4No heads: {TT}P = 1/4Complementary events: P(E) + P(not E) = 1If P(E) = 3/5, then P(E') = 1 - 3/5 = 2/5
Example 1: A forecast was right 175 of 250 days. P(correct)?
175 ÷ 250 = 0.7.
Example 2: If P(E) = 0.37, find P(not E).
1 − 0.37 = 0.63.
Quick recap
  • P(E) = favourable ÷ total, between 0 and 1.
  • P(not E) = 1 − P(E); impossible = 0, certain = 1.
✓ Quick check
Amit's piggy bank contains 100 50p coins, 50 ₹1 coins, 20 ₹2 coins, and 10 ₹5 coins. If one coin falls out, what is the probability it is a 50p coin?
Total coins = 100 + 50 + 20 + 10 = 180. 50p coins = 100. Probability = 100/180 = 5/9.
Marks of 90 students: 0-20(7), 20-40(10), 40-60(10), 60-70(20), 70-100(43). The probability of a student getting more than 70% is:
Students scoring 70-100 are 43. Total students = 90. Probability = 43/90.

Coins, Dice and Cards

What is a Single Event?

A single event is one outcome or a set of outcomes from a single experiment. For example, rolling a die once and getting an even number is a single event.

Types of Events:

Event TypeDefinitionExample
**Compound Event**Two or more outcomes combinedRolling an odd number (1,3,5)
**Impossible Event**Cannot occurRolling a 7
**Certain Event**Will always occurRolling a number < 7

Basic Probability Formula:

\[

P(E) = \frac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}}

\]

Key Properties:

  • 0 ≤ P(E) ≤ 1 for any event E
  • P(impossible event) = 0
  • P(certain event) = 1
  • Sum of probabilities of all elementary events = 1

Common Probability Problems:

ExperimentSample SpaceExample Event
Rolling a die{1,2,3,4,5,6}Getting a number > 4
Drawing a card52 cardsDrawing a heart
Spinning a spinnerEqual sectionsLanding on red
Complementary Events & Combined ExperimentsEvent EEvent EEvent E'(favourable)(not E)Combined Experiment: Die + CoinS = {(1,H),(1,T),(2,H),(2,T),(3,H),(3,T),(4,H),(4,T),(5,H),(5,T),(6,H),(6,T)}n(S) = 6 × 2 = 12P(odd and head) = P({1H,3H,5H}) = 3/12 = 1/4
Example 1: P(even number) on one die?
3 favourable (2, 4, 6) ÷ 6 = ½.
Example 2: P(a red card) from a deck of 52?
26 ÷ 52 = ½.
Quick recap
  • Die: 6 outcomes; two dice: 36; deck: 52 cards.
  • P(E) = favourable ÷ total for equally likely outcomes.
✓ Quick check
Two dice are rolled simultaneously. What is the probability of getting a sum of exactly 12?
The only outcome giving a sum of 12 is (6,6). Probability = 1/36.
What is the probability of drawing the King of Hearts from a well-shuffled deck of 52 cards?
There is only 1 King of Hearts in the deck. Probability = 1/52.
Ready to test this chapter?
Take the Chapter Test →