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.
A fair coin is tossed once. Find the probability of getting a head.
Solution- Step 1: Sample space $S=\{H,T\}$, so $n(S)=2$.
- Step 2: Favourable outcomes for a head $=\{H\}$, so $n(E)=1$.
- Step 3: $P(H)=\dfrac{n(E)}{n(S)}=\dfrac{1}{2}$.
Answer: $P(H)=\dfrac{1}{2}$
A die is rolled once. Find the probability of getting an even number.
Solution- Step 1: $S=\{1,2,3,4,5,6\}$, so $n(S)=6$.
- Step 2: Even numbers $=\{2,4,6\}$, so $n(E)=3$.
- Step 3: $P(\text{even})=\dfrac{3}{6}=\dfrac{1}{2}$.
Answer: $P(\text{even})=\dfrac{1}{2}$
If $P(E)=0.37$, find $P(\overline{E})$, the probability that $E$ does not occur.
Solution- Step 1: Complementary events satisfy $P(E)+P(\overline{E})=1$.
- Step 2: $P(\overline{E})=1-P(E)=1-0.37$.
- Step 3: $P(\overline{E})=0.63$.
Answer: $P(\overline{E})=0.63$
A die is thrown once. Find the probability of getting a prime number.
Solution- Step 1: $S=\{1,2,3,4,5,6\}$, so $n(S)=6$.
- Step 2: Prime numbers on a die are $\{2,3,5\}$ (note: $1$ is not prime), so $n(E)=3$.
- Step 3: $P(\text{prime})=\dfrac{3}{6}=\dfrac{1}{2}$.
Answer: $P(\text{prime})=\dfrac{1}{2}$
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- Step 1: Total cards $n(S)=52$.
- Step 2: (i) There are $4$ aces, so $P(\text{ace})=\dfrac{4}{52}=\dfrac{1}{13}$.
- 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}$
One card is drawn from a deck of 52 cards. Find the probability that it is a face card.
Solution- Step 1: Total cards $n(S)=52$.
- Step 2: Face cards are the Jack, Queen and King of each suit: $3\times4=12$ cards (the Ace is not a face card).
- Step 3: $P(\text{face card})=\dfrac{12}{52}=\dfrac{3}{13}$.
Answer: $P(\text{face card})=\dfrac{3}{13}$
One card is drawn from a deck of 52 cards. Find the probability that it is either a king or a queen.
Solution- Step 1: Total cards $n(S)=52$.
- Step 2: Number of kings $=4$, number of queens $=4$.
- Step 3: A card cannot be both a king and a queen, so favourable outcomes $=4+4=8$.
- Step 4: $P(\text{king or queen})=\dfrac{8}{52}=\dfrac{2}{13}$.
Answer: $P(\text{king or queen})=\dfrac{2}{13}$
Two coins are tossed simultaneously. Find the probability of getting at least one head.
Solution- Step 1: $S=\{HH,HT,TH,TT\}$, so $n(S)=4$.
- 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}$.
- Step 3: $P(\text{at least one head})=1-P(\text{no head})=1-\dfrac{1}{4}=\dfrac{3}{4}$.
Answer: $\dfrac{3}{4}$
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- Step 1: Total balls $=3+5+4=12$, so $n(S)=12$.
- Step 2: (i) White balls $=4$, so $P(\text{white})=\dfrac{4}{12}=\dfrac{1}{3}$.
- Step 3: (ii) Black balls $=5$, so $P(\text{black})=\dfrac{5}{12}$.
- Step 4: $P(\text{not black})=1-\dfrac{5}{12}=\dfrac{7}{12}$.
Answer: (i) $\dfrac{1}{3}$; (ii) $\dfrac{7}{12}$
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- Step 1: Total bulbs $n(S)=20$.
- Step 2: (i) Defective bulbs $=4$, so $P(\text{defective})=\dfrac{4}{20}=\dfrac{1}{5}$.
- Step 3: (ii) $P(\text{not defective})=1-\dfrac{1}{5}=\dfrac{4}{5}$.
Answer: (i) $\dfrac{1}{5}$; (ii) $\dfrac{4}{5}$
A card is drawn from a deck of 52 cards. Find the probability that it is a red king.
Solution- Step 1: Total cards $n(S)=52$.
- Step 2: Kings are red only in hearts and diamonds, so there are $2$ red kings.
- Step 3: $P(\text{red king})=\dfrac{2}{52}=\dfrac{1}{26}$.
Answer: $P(\text{red king})=\dfrac{1}{26}$
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- Step 1: Let $P(\text{correct})=\dfrac{x}{12}$ and $P(\text{not correct})=\dfrac{2}{3}$.
- Step 2: These are complementary, so $\dfrac{x}{12}+\dfrac{2}{3}=1$.
- Step 3: $\dfrac{x}{12}=1-\dfrac{2}{3}=\dfrac{1}{3}$.
- Step 4: $x=12\times\dfrac{1}{3}=4$.
Answer: $x=4$