In review — free for everyone. While a book is in review you are one of its reviewers: read it, use it, and tell us what is wrong. When the reports settle, the Class 11 pass is ₹999 for the year and this book’s PDF is ₹299.
‘Equally likely’ is a claim, not an assumption
Two candidates stand for one seat. It is tempting to call it a coin flip — two candidates, two outcomes, so a 50% chance each. That reasoning skips something real. A coin's two faces really are equally likely. An election's two candidates are not automatically equally likely to win. They are equally likely only if the underlying support genuinely is. That is exactly why pollsters measure support. They never assume it from the bare fact that two names sit on a ballot.
Probability's central formula rests on this same assumption, stated openly instead of smuggled in. The probability of an event is the ratio of outcomes favourable to that event, over the total number of equally likely outcomes in the sample space. Everything before "equally likely" is arithmetic — a count divided by a count. "Equally likely" itself is not arithmetic. It is a claim about the world. This chapter treats it as a claim to confirm, never one to assume.
A probability is a count divided by a count — but only once "equally likely" has been checked, not assumed.
Random experiments and the sample space
Not every trial with an uncertain-looking result counts as a random experiment. Computing $17 \times 23$ by hand might feel uncertain if you have never done it before, but it is not random — the answer is fixed the moment the two numbers are chosen, and repeating the calculation always gives the identical result. A random experiment is different: even under identical conditions, repeating it can give a different outcome each time. What stays fixed beforehand is not the result, but the full list of results that could occur.
The formal names: a RANDOM EXPERIMENT is a trial whose outcome cannot be predicted with certainty, but whose set of POSSIBLE outcomes is known in advance. That set of all possible outcomes is the SAMPLE SPACE, written $S$. Each individual possible outcome inside it is a SAMPLE POINT.
The outcome stays unknown until the trial runs. The list of what it could be is known long before that.
Write the sample space for tossing two coins
- first coin: $H$ or $T$
list what one coin alone can show - second coin: $H$ or $T$
list what the other coin alone can show - $S = \{H H, H T, T H, T T\}$
combine the two coins' outcomes — every pairing gets one sample point - $n(S) = 4$
the sample space's size is just how many sample points it lists
Events: simple, compound, impossible, sure
Roll a single die once. The full sample space is $S = \{1,2,3,4,5,6\}$ — six sample points, one for each face. An EVENT is any subset of this sample space: a well-defined description of which outcomes count.
A SIMPLE (or elementary) event contains exactly one sample point. "The die shows a $4$" is just $\{4\}$. A COMPOUND event contains more than one. "The die shows an even number" is $\{2,4,6\}$ — three sample points bundled under one description. Two special cases sit at the extremes. The IMPOSSIBLE event is $\emptyset$: it never occurs, like "the die shows a $7$." The SURE event is $S$ itself: it always occurs, since every outcome belongs to it.
Simple, compound, impossible, sure — four names for how large a subset of the sample space an event happens to be.
The algebra of events: probability borrows Chapter 1’s set language
A scholarship notice that reads "open to students scoring above 90 percent OR holding a state-level sports certificate" names a UNION of two events, in plain notice-board phrasing. A hostel rule that applies specifically when a student is both a day-scholar AND repeatedly late names an INTERSECTION instead. Neither notice ever writes the word "set" — but both are already built on exactly this idea.
An event is a subset of the sample space, so Chapter 1’s set operations carry over directly. The COMPLEMENTARY event "not $A$" is $A'$. The event "$A$ or $B$" is $A \cup B$. The event "$A$ and $B$" is $A \cap B$. The event "$A$ but not $B$" is $A - B$. Probability's event vocabulary is not new vocabulary. It is Chapter 1’s set language, applied to outcomes instead of arbitrary objects.
Every "or," "and," "not," and "but not" in an event description already names a set operation.
Mutually exclusive and exhaustive events
A single student's attendance record for one day reads PRESENT or ABSENT, never both at once — the everyday shape of what MUTUALLY EXCLUSIVE means for two events.
Two events $A$ and $B$ are MUTUALLY EXCLUSIVE when $A \cap B = \emptyset$. They share no outcome, so they can never both occur on the same trial. On a single die roll, "the result is even" and "the result is odd" are mutually exclusive. No outcome belongs to both.
Two events are mutually exclusive exactly when their intersection is empty — nothing satisfies both descriptions at once.
A city's postal-code zones illustrate the same idea. Every address falls inside at least one zone, and the full set of zones covers the entire city, leaving no address unassigned.
A collection of events $A_1, A_2, \ldots, A_n$ is exhaustive when their union is the whole sample space: $A_1 \cup A_2 \cup \ldots \cup A_n = S$. Together they cover every possible outcome, so at least one of them must occur on every trial.
Mutually exclusive events cannot overlap. Exhaustive events cannot leave a gap. A collection can do either, both, or neither.
Check whether two die-roll events are mutually exclusive, exhaustive, or both
- $A = \{1,2,3\}$, $B = \{4,5,6\}$
the two events being checked, on a single die roll - $A \cap B = \emptyset$
no outcome belongs to both sets — the events are mutually exclusive - $A \cup B = \{1,2,3,4,5,6\} = S$
together the two events cover every outcome — the events are exhaustive - both properties hold at once
true for this pair, but not guaranteed for every event pair
Axiomatic probability: turning a count into a likelihood
Suppose a basket holds 12 fruits, of which 5 are apples. Let $E$ be the event "the fruit is an apple": $n(E) = 5$, and $n(S) = 12$. So $P(E) = 5/12$. Every number here comes straight from counting, once each fruit is equally likely to be the one picked.
For a sample space $S$ whose outcomes are confirmed equally likely, the PROBABILITY of an event $E$ is
$P(E) = n(E)/n(S),$
where $n(E)$ counts outcomes favorable to $E$ and $n(S)$ counts every outcome in $S$. Probability always satisfies $0 \leq P(E) \leq 1$, with $P(S) = 1$ (the sure event) and $P(\emptyset) = 0$ (the impossible event).
A probability is a favourable count divided by a total count — but only once the sample space's outcomes are confirmed equally likely.
Find the probability of rolling a number greater than 4
- favourable outcomes: $\{5, 6\}$
list every outcome the event actually includes - $n(E) = 2$
count the favourable outcomes - $n(S) = 6$
count every outcome in the sample space - $P(E) = 2/6 = 1/3$
favourable outcomes over total outcomes, then simplify
The probability of the complement
Continue the fruit-basket example. Picking an apple has probability $5/12$. What is the probability of NOT picking an apple? No separate count of the other fruits is required — subtract from $1$ instead: $1 - 5/12 = 7/12$. Apple and not-apple between them account for every fruit in the basket, with nothing left over and nothing double-counted.
$A$ and its complement $A'$ are always mutually exclusive of each other, $A \cap A' = \emptyset$, and exhaustive of each other, $A \cup A' = S$. So $P(A) + P(A') = P(S) = 1$, which rearranges to
$P(A') = 1 - P(A) \cdot$
Finding "the probability that $A$ does not happen" never needs its own separate count. It is always one minus $P(A)$.
_$A$ and its complement split the sample space exactly, with nothing left over and nothing shared — which is why their probabilities always add to one._
Find the probability of NOT rolling a 6
- $S = \{1,2,3,4,5,6\}$, $n(S) = 6$
a fair die's six equally likely outcomes - getting a $6$: $P = 1/6$
one favourable outcome out of six - not getting a $6$: $P = 1 - 1/6$
the complement rule — subtract from one instead of counting the other five outcomes directly - $1 - 1/6 = 5/6$
the probability of not getting a 6
The additive rule: correcting for a double-counted overlap
Estimating the probability that a randomly chosen employee is either in Engineering or has more than five years' experience has to subtract the overlap — the employees who are both — exactly once. Skip that subtraction, and every employee who is both gets counted twice.
For any two events $A$ and $B$:
$P(A \cup B) = P(A) + P(B) - P(A \cap B) \cdot$
This is the probability version of Chapter 1’s inclusion-exclusion counting formula, $n(A \cup B) = n(A) + n(B) - n(A \cap B)$, with every count divided through by $n(S)$. Adding $P(A)$ and $P(B)$ counts every outcome in $A \cap B$ twice. $P(A \cap B)$ is subtracted once to correct it.
Add the two probabilities, then subtract the overlap once — the same correction Chapter 1 already made for counts, now made for probabilities.
Find the probability of drawing a King or a Heart from a 52-card deck
- $A$ = King, $n(A) = 4$
the first event and its outcome count - $B$ = Heart, $n(B) = 13$
the second event and its outcome count - $A \cap B$ = King of Hearts, $n(A \cap B) = 1$
the one card counted in both events — this is the overlap the rule corrects for - $P(A \cup B) = 4/52 + 13/52 - 1/52 = 16/52 = 4/13$
add the two probabilities, subtract the overlap once, then simplify
The additive rule when there is nothing to correct
When $A$ and $B$ are MUTUALLY EXCLUSIVE, $A \cap B = \emptyset$. So $P(A \cap B) = 0$, and the additive rule simplifies to plain addition:
$P(A \cup B) = P(A) + P(B) \cdot$
This is not a different rule from the last section's. It is the same general additive rule, with the correction term dropped because there is nothing left to correct.
Mutually exclusive events share no overlap to subtract — the general rule and the simple rule agree exactly, because the correction term is already zero.
Find the probability the result is 1 or 2 on a single die roll
- $A = \{1\}$, $B = \{2\}$
the two events being combined - $A \cap B = \emptyset$
no outcome is both — the events are mutually exclusive - $P(A \cup B) = P(A) + P(B)$
no overlap to subtract, so the additive rule reduces to plain addition - $1/6 + 1/6 = 2/6 = 1/3$
add the two probabilities directly and simplify
Every idea, one question
Every idea in this chapter answers one question: how likely, exactly?
An event is a subset of the sample space. Chapter 1’s set operations name every combination of events without new vocabulary. $P(E) = n(E)/n(S)$ turns a count into a likelihood, once the outcomes are confirmed equally likely rather than assumed to be. The complement rule and the additive rule both let a hard probability be built from easier ones, instead of counted from scratch. The additive rule's mutually-exclusive special case is the ordinary case with nothing left to correct for.
In practice, start by naming what a problem actually hands you. A plain count of favourable versus total outcomes, once equally-likely is confirmed? Use $P(E) = n(E)/n(S)$ directly. Asked for the chance something does NOT happen? Subtract from one instead of recounting. Asked for an "or" across two events that might overlap? Add the two probabilities and subtract the overlap once. Told the two events share no outcome at all? Skip the subtraction — there is nothing left to correct.
Every rule in this chapter exists because "equally likely" has to be earned before it can be divided by.
Two traps this chapter sets
THE TRAP. $P(A \cup B) = P(A) + P(B)$, always — just add the two probabilities.
THE REALITY. That only works when $A$ and $B$ are mutually exclusive. Whenever they overlap, every outcome in $A \cap B$ was already counted once inside $P(A)$, and again inside $P(B)$. $P(A \cap B)$ must be subtracted once to correct the double-count — the same boundary error as Chapter 1’s counting-formula misconception, now carried into probability.
_Skip the subtraction whenever two events overlap, and the computed "probability" is too high by exactly $P(A \cap B)$ — not a small rounding error, a real double-count._
Weaker. In a group of $40$ people, $18$ wear glasses and $12$ cycle to work. Asked for $P(\text{glasses or cycles})$, the quick move is to add the two probabilities as they stand: $18/40 + 12/40 = 30/40 = 3/4$. Nothing about that line looks wrong. It is the same addition that works for a die's even numbers and its multiples of $5$, and it takes both given numbers and uses them. But it has not asked whether any of these $40$ people were counted on both lists.
Stronger. Five of them were: $5$ people both wear glasses and cycle. Those five sit inside the $18$ and inside the $12$, so the plain sum counts each of them twice, and $P(A \cap B) = 5/40$ has to come off once: $18/40 + 12/40 - 5/40 = 25/40 = 5/8$. Count the people instead of the events and the same $25$ appears --- $13$ who only wear glasses, $5$ who do both, $7$ who only cycle. The subtraction did not remove those five from the answer; it removed the second count of them.
THE TRAP. A sample space with $n$ listed outcomes automatically gives each outcome probability $1/n$.
THE REALITY. $P(E) = n(E)/n(S)$ only holds when the outcomes are CONFIRMED equally likely, by the experiment's own symmetry — a fair coin, a fair die. Listing outcomes never by itself makes them equally likely. A biased die has a well-defined sample space too. So does a race between runners of different speeds. Neither one's outcomes are equally likely, and dividing by $n$ there gives a wrong answer.
A sample space lists what could happen. It says nothing about how often each listed outcome actually does — that has to be checked separately, every time.
Practice set
- practice A coin is tossed three times. Describe the event "exactly two heads" as a subset of the sample space, and state $n(E)$.
- practice A die is rolled once. Which of the following is the SURE event?
- practice A die is rolled once. Let $A$ = "the number is even" and $B$ = "the number is a multiple of $3$". Find $A \cap B$ and $A \cup B$.
- practice Two events $A$ and $B$ satisfy $A \cap B = \emptyset$. Which term describes this relationship?
- practice A card is drawn from a standard deck. Let $A$ = "the card is a Spade" and $B$ = "the card is a Heart". Are $A$ and $B$ mutually exclusive? Are they exhaustive?
- practice Two dice are thrown together. Write the event "the sum is at least $11$" as a subset of the sample space, and state $n(E)$.
Answers
- $E = \{H H T, H T H, T H H\}$, $n(E) = 3$
- $\{1, 2, 3, 4, 5, 6\}$
- $A \cap B = \{6\}$, $A \cup B = \{2, 3, 4, 6\}$
- mutually exclusive
- Mutually exclusive; not exhaustive.
- $E = \{(5,6), (6,5), (6,6)\}$, $n(E) = 3$
- practice A bag contains $5$ red balls and $3$ blue balls. One ball is drawn at random. Find the probability that it is red.
- practice A card is drawn from a well-shuffled deck of $52$ cards. What is the probability that it is a King?
Answers
- $5/8$
- $1/13$
- practice A die is rolled once. Find the probability of NOT getting a multiple of $3$.
- practice In a class of $50$ students, $20$ play cricket, $15$ play football, and $8$ play both. Find the probability that a randomly selected student plays cricket or football.
- practice For two mutually exclusive events $A$ and $B$ with $P(A) = 0.3$ and $P(B) = 0.4$, what is $P(A \cup B)$?
Answers
- $1 - 2/6 = 2/3$
- $20/50 + 15/50 - 8/50 = 27/50$
- $0.7$
Chapter-end problems
- board-easy Two coins are tossed together. Write the sample space and find P(exactly one head).
- board-easy A fair die is thrown once. Find P(getting a number greater than 4).
- board-easy A card is drawn from a well-shuffled deck of 52 cards. Find P(the card is a king).
- board-easy A bag has 5 red and 3 blue balls. One ball is drawn at random. Find P(it is red).
- board-easy Two dice are thrown together. Find P(the sum of the numbers is 7).
- board-easy A coin is tossed 3 times. Find P(exactly two heads).
- board-easy A number is chosen at random from 1 to 20. Find P(the number is a multiple of 3).
- board-easy A die is thrown once. Find P(not getting a 6), using the complement rule.
- board-easy Events A and B are mutually exclusive with P(A)=0.3 and P(B)=0.4. Find P(A or B).
- board-easy From a deck of 52 cards, one card is drawn. Find P(the card is not a heart), using the complement rule.
- board-standard Two dice are thrown together. Find P(the sum of the numbers is a multiple of 3).
- board-standard From a well-shuffled deck of 52 cards, one card is drawn. Find P(the card is a face card or a heart).
- board-standard Three coins are tossed together. Find P(at least two heads).
- board-standard In a class, P(likes Maths) = 0.5, P(likes Science) = 0.4, and P(likes both) = 0.2. Find P(likes Maths or Science).
- board-standard A committee of 3 is chosen at random from 5 men and 4 women. Find P(all three are men).
- board-standard Two dice are thrown. Find P(a doublet), that is, both dice show the same number.
- board-standard A number is chosen at random from 1 to 100. Find P(the number is divisible by 5 or 7).
- board-standard A card is drawn from a deck of 52. Find P(the card is a spade or an ace).
- board-standard For events A and B, P(A) = 0.6, P(A union B) = 0.8 and P(A inter B) = 0.3. Find P(B).
- board-standard A die is thrown twice. Find P(the sum of the two numbers is at least 10).
- board-standard A committee of 4 is chosen at random from 6 boys and 4 girls. Find P(exactly two girls are selected).
- board-standard Events A and B satisfy P(A) = 0.42, P(B) = 0.48 and P(A inter B) = 0.16. Find P(A').
- JEE For events A and B, P(A)=0.4, P(B)=0.3 and P(A union B)=0.58. Find P(A inter B) and state whether A and B are mutually exclusive.
- JEE Two dice are thrown. Let A be the event that the sum is even and B the event that the sum exceeds 8. Find P(A union B).
- JEE A box has 6 red, 4 green and 5 blue balls. Two balls are drawn at random without replacement. Find P(both balls are the same colour).
- JEE Events A and B are mutually exclusive. P(A)=x and P(B)=2x. If P(A or B)=0.6, find x.
- JEE Four cards are drawn at random from a well-shuffled deck of 52. Find P(all four are aces).
- JEE A 5-digit code is formed from the digits 1 to 9, without repetition. Find P(the code is divisible by 5).
- JEE For events A and B, P(A)=0.5 and P(B)=0.6. Using $0 \leq P(A \cup B) \leq 1$, find the range of possible values of P(A inter B).
- JEE A committee of 5 is formed from 7 men and 5 women. Find P(the committee has at least 3 women).
Answers
- $1/2$
- $1/3$
- $1/13$
- $5/8$
- $1/6$
- $3/8$
- $3/10$
- $5/6$
- $0.7$
- $3/4$
- $1/3$
- $11/26$
- $1/2$
- $0.7$
- $5/42$
- $1/6$
- $8/25$
- $4/13$
- $0.5$
- $1/6$
- $3/7$
- $0.58$
- $P(A \cap B) = 0.12$, not mutually exclusive
- $2/3$
- $31/105$
- $0.2$
- $1/270725$
- $1/9$
- $0.1 \leq P(A \cap B) \leq 0.5$
- $41/132$
JEE-application problems
- Two dice are thrown together. Find P(the sum of the two numbers is 8).
Check your answer
- A card is drawn from a deck of 52. Find P(it is a queen or a spade).
Check your answer
- A bag has 4 red and 6 black balls. Two balls are drawn at random without replacement. Find P(both balls are red).
Check your answer
- Events A and B satisfy P(A)=0.3, P(B)=0.5 and P(A and B)=0.1. Find P(A or B).
Check your answer
- A committee of 3 is chosen at random from 4 men and 3 women. Find P(at least one woman).
Check your answer
- A die is thrown twice. Find P(the two numbers are different).
Check your answer
- Two coins are tossed together. Find P(at least one tail).
Check your answer
- From a group of 3 boys and 2 girls, two people are selected at random. Find P(both are boys).
Check your answer
- Events A and B are mutually exclusive with P(A)=0.25 and P(A or B)=0.6. Find P(B).
Check your answer
- A number is chosen at random from 1 to 30. Find P(the number is a multiple of 4 or 6).
Check your answer
- Three coins are tossed together. Find P(no heads at all).
Check your answer
- A card is drawn from a deck of 52. Find P(it is neither a king nor a queen).
Check your answer
- For mutually exclusive events A, B with P(A)=0.5 and P(B)=0.4, find P(A' and B').
Check your answer
- Two dice are thrown. Find P(the product of the two numbers is 12).
Check your answer
- A committee of 4 is formed from 5 engineers and 3 doctors. Find P(the committee has exactly 2 doctors).
Check your answer
- If P(A)=0.6 and P(B)=0.5, find the maximum possible value of P(A and B).
Check your answer
- If P(A)=0.6 and P(B)=0.5, find the minimum possible value of P(A and B).
Check your answer
- A fair die is rolled once. Find P(the number shown is prime or even).
Check your answer
- A box has 3 defective and 7 non-defective bulbs. Two bulbs are drawn at random without replacement. Find P(at least one is defective).
Check your answer
- Events A and B satisfy P(A)=0.7, P(B)=0.6 and P(A or B)=1. Find P(A and B).
Check your answer