One decision decides the whole question
Class 9 probability dealt with a single event. This chapter deals with two or more, and almost every mark turns on one decision: are you being asked for this or that, or for this and then that?
OR means add. AND means multiply. Everything else in the chapter is a correction to one of those two rules for the case where the events overlap or interfere with each other.
Mutually exclusive is not the same as independent
These two words are confused more than any other pair in the syllabus, and they describe completely different situations.
Mutually exclusive events cannot both happen. Drawing a card that is a king and drawing one that is a queen — one card cannot be both, so P(A ∩ B) = 0, and the addition rule loses its correction term.
Independent events can both happen; the point is that one occurring does not change the probability of the other. Two coin tosses, or two draws from a bag with replacement.
| Mutually exclusive | Independent | |
|---|---|---|
| Can both occur? | no | yes |
| P(A ∩ B) | 0 | P(A) × P(B) |
| P(A ∪ B) | P(A) + P(B) | P(A) + P(B) − P(A)P(B) |
| Typical example | king or queen from one card | two separate coin tosses |
They are almost opposites
If two events with non-zero probabilities are mutually exclusive, they cannot be independent: knowing that A happened tells you B definitely did not, which is a very large change in the probability of B. Any answer describing the same pair of events as both mutually exclusive and independent is wrong.
Tree diagrams, and what replacement changes
A tree diagram is the safest tool for any experiment in stages, because it forces you to write down every path. Multiply along a branch to get the probability of one complete outcome; add the branches that satisfy the question.
Two checks are built in. The probabilities on the branches leaving any single node must add to 1. And the probabilities of all the complete outcomes at the far right must also add to 1. If either fails, you have made an error before doing any of the real work.
A bag has 5 red and 3 green balls. Two are drawn without replacement. Find P(one of each colour).
- First draw:
P(R) = 5/8,P(G) = 3/8. Check: they add to 1 ✓Eight balls, five of them red. - Second draw after a red: 7 balls remain, 4 of them red.
P(R|R) = 4/7,P(G|R) = 3/7.Both the numerator and the denominator drop for the colour already taken. - Second draw after a green:
P(R|G) = 5/7,P(G|G) = 2/7.The reds are untouched, so only the denominator and the green count change. - Two paths give different colours:
RG = (5/8)(3/7) = 15/56andGR = (3/8)(5/7) = 15/56.Both orders count. Using only one is the commonest error in the chapter. - Add them:
15/56 + 15/56 = 30/56 = 15/28.Multiply along, add across — the two rules of the tree.
15/28
Switch between the two modes. The first-stage branches never change — the bag is untouched at that point. Only the second stage differs, because without replacement there is one ball fewer and possibly one fewer of the colour just drawn.
Conditional probability
P(B | A) means "the probability of B given that A has already happened". It is what the second stage of a tree diagram is made of, and without replacement every second-stage branch is a conditional probability.
The general multiplication rule P(A ∩ B) = P(A) × P(B|A) is the honest version. When the events happen to be independent, P(B|A) is simply P(B) and the rule collapses to the familiar one — so there is really only one multiplication rule, with a shortcut for the easy case.
Reading "given that" out of the wording
Questions rarely use the notation. They say things like "a student is chosen from those who passed" or "the first ball was red; find the probability that the second is also red". Both are asking for a conditional probability, and the phrase to look for is anything that restricts the sample space before the event of interest.
At least one
Whenever the words "at least one" appear, stop and consider the complement. Counting the ways to get at least one of something usually means adding several cases; counting the one way to get none of it is a single multiplication.
For three coins: P(at least one head) as a direct count needs seven of the eight outcomes. Through the complement it is 1 − (1/2)³ = 7/8 in one line.
Before you leave this chapter
- OR → add, AND → multiply. Decide which before writing anything.
- Mutually exclusive means P(A ∩ B) = 0. Independent means P(B|A) = P(B). They are different ideas and cannot both apply.
- On a tree, multiply along the branches and add the paths — and check every node sums to 1.
- Without replacement, both the numerator and denominator change for the item already taken.
- "At least one" is nearly always 1 − P(none).