Complementary events
The complement of an event is the event " does not occur". It is denoted (or or ).
For example:
- If = "rolling a ", then = "rolling something other than ".
- If = "drawing a king", then = "drawing a non-king".
- If = "rain tomorrow", then = "no rain tomorrow".
The complement rule
The fundamental property is: , or equivalently,
This is because the events and together cover all possible outcomes (the entire sample space), and they don't overlap. Their probabilities sum to .
Why this matters
The complement rule is the single most useful shortcut in probability. For events that are hard to count directly but easy to count not happening, it's a huge time-saver.
Example. "What is the probability of rolling at least one in three rolls of a die?"
Direct count is tedious: enumerate cases with exactly one , exactly two s, exactly three s.
Complement: no in any roll. So at least one 6$$) = 1 - 125/216 = 91/216.
(Technically the step uses multiplication of independent probabilities, which is beyond Class X , but the reasoning via the complement is standard at this level.)
Standard examples
| Event | |||
|---|---|---|---|
| Rolling a | Not | ||
| Drawing a king | Not a king | ||
| Drawing a heart | Not a heart | ||
| Drawing a face card | Not a face card | ||
| Getting two heads (in two tosses) | Not two heads | ||
| Getting at least one head (in two tosses) | No head |
Worked examples
Example 1. A die is rolled. Find the number is not greater than 4$$).
greater than 4$$) = 2/6 = 1/3. So not.
(Or directly: has outcomes, .)
Example 2. A card is drawn from a deck. Find it is neither a king nor a queen.
king or queen. neither.
Example 3. A bag contains red, green, and blue balls. One is drawn. Find neither red nor blue.
Total: . red or blue. neither.
(Or: green.)
Example 4. Two coins are tossed. Find at least one tail.
no tailtwo heads. So at least one tail.
Example 5. A die is rolled. The probability of getting an even number is . What is the probability of getting an odd number?
By complement: .
Example 6. Probability of an event is . Find complement.
.
Example 7. . Find .
.
Example 8. A box has pink balls and green balls. The probability of drawing a green ball is . Find .
green.
Example 9. A box has balls, some red and some blue. The probability of drawing a red ball is twice the probability of drawing a blue ball. Find the number of red balls.
Let red . Then red, blue. Given .
Example 10. A die is rolled twice. Find at least one 1$$) using complement.
no on either. at least one 1$$) = 1 - 25/36 = 11/36.
(Direct enumeration also works: pairs have at least one , verify.)
Try it yourself
- A coin is tossed. not head
- A die is rolled. not a multiple of 3$$) = ?
- A card is drawn. not a heart
- A bag has red and green balls. not red
- . Find .
- . Find .
- Two coins are tossed. at least one head (use complement)
- A card is drawn. neither king nor queen
- A die is rolled. neither nor 6$$) = ?
- A bag has red, blue, yellow ball. not blue
- A card is drawn. not a face card
- A box has cards numbered to . not divisible by 4$$) = ?
Pitfalls / Insight
(1) is a complementary relation, not a "subtraction" , both probabilities are between and .
(2) "Neither A nor B" is the complement of "A or B". To find it, compute using inclusion-exclusion, then subtract from .
(3) "At least one X" is usually easier through the complement "no X".
(4) Some students try to compute not A as . This is wrong. Probability is non-negative; the correct formula is .
(5) When solving for an unknown (like "find "), set up the probability equation directly and solve. Don't guess.