Probability • Topic 1 of 2

Classical Definition of Probability

What is the classical definition of probability? Probability is the measure of how likely a particular event is to happen. In Class 10 we study theoretical (classical) probability, which is defined only when all outcomes of a random experiment are equally likely:

$P(E)=\dfrac{\text{number of outcomes favourable to }E}{\text{number of all equally likely outcomes}}=\dfrac{n(E)}{n(S)}$

Here $S$ is the sample space (the set of all possible outcomes) and $E$ is the event (a subset of $S$). A single outcome of the experiment is called an elementary event; the probability of all the elementary events of an experiment always adds up to $1$.

Types of events you must know:

  • Sure (certain) event — it is bound to happen, so $P(\text{sure})=1$. Example: getting a number less than $7$ on a die.
  • Impossible event — it can never happen, so $P(\text{impossible})=0$. Example: getting $8$ on a single die.
  • Complementary event — the event "$E$ does not happen", written $\overline{E}$ (or $E'$). For every event, $P(E)+P(\overline{E})=1$, so $P(\overline{E})=1-P(E)$.

Because the favourable outcomes can never exceed the total, the probability of any event always lies between $0$ and $1$:

$0\le P(E)\le 1$

The three standard experiments. Almost every board question is built from one of these sample spaces, so memorise them:

  • Coins. One coin: $S=\{H,T\}$, $n(S)=2$. Two coins: $S=\{HH,HT,TH,TT\}$, $n(S)=4$. Three coins: $n(S)=8$. Each extra coin doubles the count ($2^n$).
  • Dice. One die: $S=\{1,2,3,4,5,6\}$, $n(S)=6$. Two dice: $n(S)=36$ ordered pairs $(a,b)$ — see the sum table below.
  • Cards. A well-shuffled deck has $52$ cards in $4$ suits — spades and clubs are black, hearts and diamonds are red ($26$ red, $26$ black). Each suit has $13$ cards: Ace, $2$ to $10$, Jack, Queen, King. There are $4$ aces, and the face cards are the Jack, Queen and King of each suit — $12$ face cards in all (not $16$: the Ace is not a face card).

Common mistakes to avoid:

  • Counting only $4$ kings but forgetting that a deck has exactly $52$ cards — always use $52$ as the denominator for a single draw.
  • Treating the Ace as a face card. Face cards are J, Q, K only ($12$ cards).
  • For two coins, writing $S=\{HH,HT,TT\}$ and using $n(S)=3$. The order matters, so $HT$ and $TH$ are different — $n(S)=4$.
  • Reading "at least one" as "exactly one". "At least one head" on two coins means $\{HH,HT,TH\}$, which is fastest as $1-P(\text{no head})=1-\tfrac14=\tfrac34$.
  • Leaving the answer unsimplified — always reduce $\tfrac{8}{52}$ to $\tfrac{2}{13}$.

Probability is favourable-over-total, never anything else. Express it as a fraction in lowest terms, a decimal, or a percentage, but the value can never be negative and can never exceed $1$ — if your answer comes out as $\tfrac{7}{4}$ or $-\tfrac{1}{3}$, you have miscounted somewhere. A handy check: the probabilities of an event and its complement must add to exactly $1$.

The complement trick is the single most useful idea in this chapter: whenever an event is hard to count directly (especially "at least" problems), count the opposite and subtract from $1$. For instance, "at least one head in two tosses" is much faster as $1-P(TT)=1-\tfrac14=\tfrac34$ than by listing all the favourable cases.

The probability scale running from 0 (impossible) through 0.5 (even chance) to 1 (certain) Every probability lies between 0 and 1 0 Impossible 0.5 Even chance 1 Certain P(8 on a die)=0 P(head on a coin)=1/2 P(number ≤ 6 on a die)=1 Sample spaces of a coin and a die, and the formula P(E) equals favourable over total Sample space S = all equally likely outcomes Coin: n(S)=2 H T S = {H, T} P(H) = 1/2 Die: n(S)=6 Shaded = even P(even) = 3/6 = 1/2 P(E) = favourable n(E) / total n(S)
1
Worked Example
A fair coin is tossed once. Find the probability of getting a head.
Solution
  1. Step 1: Sample space $S=\{H,T\}$, so $n(S)=2$.
  2. Step 2: Favourable outcomes for a head $=\{H\}$, so $n(E)=1$.
  3. Step 3: $P(H)=\dfrac{n(E)}{n(S)}=\dfrac{1}{2}$.

Answer: $P(H)=\dfrac{1}{2}$

2
Worked Example
A die is rolled once. Find the probability of getting an even number.
Solution
  1. Step 1: $S=\{1,2,3,4,5,6\}$, so $n(S)=6$.
  2. Step 2: Even numbers $=\{2,4,6\}$, so $n(E)=3$.
  3. Step 3: $P(\text{even})=\dfrac{3}{6}=\dfrac{1}{2}$.

Answer: $P(\text{even})=\dfrac{1}{2}$

3
Worked Example
If $P(E)=0.37$, find $P(\overline{E})$, the probability that $E$ does not occur.
Solution
  1. Step 1: Complementary events satisfy $P(E)+P(\overline{E})=1$.
  2. Step 2: $P(\overline{E})=1-P(E)=1-0.37$.
  3. Step 3: $P(\overline{E})=0.63$.

Answer: $P(\overline{E})=0.63$

4
Worked Example
A die is thrown once. Find the probability of getting a prime number.
Solution
  1. Step 1: $S=\{1,2,3,4,5,6\}$, so $n(S)=6$.
  2. Step 2: Prime numbers on a die are $\{2,3,5\}$ (note: $1$ is not prime), so $n(E)=3$.
  3. Step 3: $P(\text{prime})=\dfrac{3}{6}=\dfrac{1}{2}$.

Answer: $P(\text{prime})=\dfrac{1}{2}$

5
Worked Example
One card is drawn from a well-shuffled deck of 52 playing cards. Find the probability that it is (i) an ace, (ii) a red card.
Solution
  1. Step 1: Total cards $n(S)=52$.
  2. Step 2: (i) There are $4$ aces, so $P(\text{ace})=\dfrac{4}{52}=\dfrac{1}{13}$.
  3. Step 3: (ii) Red cards (hearts + diamonds) $=26$, so $P(\text{red})=\dfrac{26}{52}=\dfrac{1}{2}$.

Answer: (i) $\dfrac{1}{13}$; (ii) $\dfrac{1}{2}$

6
Worked Example
One card is drawn from a deck of 52 cards. Find the probability that it is a face card.
Solution
  1. Step 1: Total cards $n(S)=52$.
  2. Step 2: Face cards are the Jack, Queen and King of each suit: $3\times4=12$ cards (the Ace is not a face card).
  3. Step 3: $P(\text{face card})=\dfrac{12}{52}=\dfrac{3}{13}$.

Answer: $P(\text{face card})=\dfrac{3}{13}$

7
Worked Example
One card is drawn from a deck of 52 cards. Find the probability that it is either a king or a queen.
Solution
  1. Step 1: Total cards $n(S)=52$.
  2. Step 2: Number of kings $=4$, number of queens $=4$.
  3. Step 3: A card cannot be both a king and a queen, so favourable outcomes $=4+4=8$.
  4. Step 4: $P(\text{king or queen})=\dfrac{8}{52}=\dfrac{2}{13}$.

Answer: $P(\text{king or queen})=\dfrac{2}{13}$

8
Worked Example
Two coins are tossed simultaneously. Find the probability of getting at least one head.
Solution
  1. Step 1: $S=\{HH,HT,TH,TT\}$, so $n(S)=4$.
  2. Step 2: "At least one head" is easiest by complement. The only outcome with no head is $\{TT\}$, so $P(\text{no head})=\dfrac{1}{4}$.
  3. Step 3: $P(\text{at least one head})=1-P(\text{no head})=1-\dfrac{1}{4}=\dfrac{3}{4}$.

Answer: $\dfrac{3}{4}$

9
Worked Example
A bag contains 3 red, 5 black and 4 white balls. One ball is drawn at random. Find the probability that it is (i) white, (ii) not black.
Solution
  1. Step 1: Total balls $=3+5+4=12$, so $n(S)=12$.
  2. Step 2: (i) White balls $=4$, so $P(\text{white})=\dfrac{4}{12}=\dfrac{1}{3}$.
  3. Step 3: (ii) Black balls $=5$, so $P(\text{black})=\dfrac{5}{12}$.
  4. Step 4: $P(\text{not black})=1-\dfrac{5}{12}=\dfrac{7}{12}$.

Answer: (i) $\dfrac{1}{3}$; (ii) $\dfrac{7}{12}$

10
Worked Example
A lot of 20 bulbs contains 4 defective ones. One bulb is drawn at random. Find the probability that (i) the bulb is defective, (ii) the bulb is not defective.
Solution
  1. Step 1: Total bulbs $n(S)=20$.
  2. Step 2: (i) Defective bulbs $=4$, so $P(\text{defective})=\dfrac{4}{20}=\dfrac{1}{5}$.
  3. Step 3: (ii) $P(\text{not defective})=1-\dfrac{1}{5}=\dfrac{4}{5}$.

Answer: (i) $\dfrac{1}{5}$; (ii) $\dfrac{4}{5}$

11
Worked Example
A card is drawn from a deck of 52 cards. Find the probability that it is a red king.
Solution
  1. Step 1: Total cards $n(S)=52$.
  2. Step 2: Kings are red only in hearts and diamonds, so there are $2$ red kings.
  3. Step 3: $P(\text{red king})=\dfrac{2}{52}=\dfrac{1}{26}$.

Answer: $P(\text{red king})=\dfrac{1}{26}$

12
Worked Example
The probability of guessing the correct answer to a question is $\dfrac{x}{12}$. If the probability of not guessing the correct answer is $\dfrac{2}{3}$, find $x$.
Solution
  1. Step 1: Let $P(\text{correct})=\dfrac{x}{12}$ and $P(\text{not correct})=\dfrac{2}{3}$.
  2. Step 2: These are complementary, so $\dfrac{x}{12}+\dfrac{2}{3}=1$.
  3. Step 3: $\dfrac{x}{12}=1-\dfrac{2}{3}=\dfrac{1}{3}$.
  4. Step 4: $x=12\times\dfrac{1}{3}=4$.

Answer: $x=4$

Key Points

  • Classical probability: P(E) = Number of favorable outcomes / Total outcomes
  • Probability is always between 0 and 1 (inclusive)
  • Sum of probabilities of all outcomes = 1
  • P(not E) = 1 − P(E) (complement rule)
  • All outcomes must be equally likely for classical definition to apply
  • Probability can be expressed as fraction, decimal, or percentage
  • Sample space sizes to memorise: 1 coin = 2, 2 coins = 4, 3 coins = 8; 1 die = 6, 2 dice = 36; deck = 52
  • A deck has 26 red and 26 black cards; 4 aces; only 12 face cards (J, Q, K) — the Ace is NOT a face card
  • For "at least" problems, use the complement: P(at least one) = 1 − P(none)
Tap an option to check your answer0 / 4
Q1.Classical probability $P(E)=$
Explanation: Ratio of favourable to total.
Q2.The probability of a sure event is:
Explanation: $P(\text{sure})=1$.
Q3.The probability of an impossible event is:
Explanation: $P(\text{impossible})=0$.
Q4.For any event, $P(E)$ lies in:
Explanation: $0\le P(E)\le1$.