Math Lab
Home/Class X/Ch 14/Complementary events

Complementary events

The complement of an event EE is the event "EE does not occur". It is denoted Eˉ\bar E (or EE' or EcE^c).

For example:

  • If EE = "rolling a 66", then Eˉ\bar E = "rolling something other than 66".
  • If EE = "drawing a king", then Eˉ\bar E = "drawing a non-king".
  • If EE = "rain tomorrow", then Eˉ\bar E = "no rain tomorrow".

The complement rule

The fundamental property is: P(E)+P(Eˉ)=1P(E) + P(\bar E) = 1, or equivalently,

P(Eˉ)=1P(E).\boxed{P(\bar E) = 1 - P(E).}

This is because the events EE and Eˉ\bar E together cover all possible outcomes (the entire sample space), and they don't overlap. Their probabilities sum to 11.

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 66 in three rolls of a die?"

Direct count is tedious: enumerate cases with exactly one 66, exactly two 66s, exactly three 66s.

Complement: P(P(no 66 in any roll)=(5/6)3=125/216) = (5/6)^3 = 125/216. So P(P(at least one 6$$) = 1 - 125/216 = 91/216.

(Technically the (5/6)3(5/6)^3 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 EEP(E)P(E)Eˉ\bar EP(Eˉ)P(\bar E)
Rolling a 661/61/6Not 665/65/6
Drawing a king1/131/13Not a king12/1312/13
Drawing a heart1/41/4Not a heart3/43/4
Drawing a face card3/133/13Not a face card10/1310/13
Getting two heads (in two tosses)1/41/4Not two heads3/43/4
Getting at least one head (in two tosses)3/43/4No head1/41/4

Worked examples

Example 1. A die is rolled. Find P(P(the number is not greater than 4$$).

P(P(greater than 4$$) = 2/6 = 1/3. So P(P(not)=11/3=2/3) = 1 - 1/3 = 2/3.

(Or directly: {1,2,3,4}\{1, 2, 3, 4\} has 44 outcomes, 4/6=2/34/6 = 2/3.)

Example 2. A card is drawn from a deck. Find P(P(it is neither a king nor a queen)).

P(P(king or queen)=(4+4)/52=8/52=2/13) = (4 + 4)/52 = 8/52 = 2/13. P(P(neither)=12/13=11/13) = 1 - 2/13 = 11/13.

Example 3. A bag contains 1010 red, 1515 green, and 55 blue balls. One is drawn. Find P(P(neither red nor blue)).

Total: 3030. P(P(red or blue)=15/30=1/2) = 15/30 = 1/2. P(P(neither)=1/2) = 1/2.

(Or: P(P(green)=15/30=1/2) = 15/30 = 1/2.)

Example 4. Two coins are tossed. Find P(P(at least one tail)).

P(P(no tail)=P() = P(two heads)=1/4) = 1/4. So P(P(at least one tail)=11/4=3/4) = 1 - 1/4 = 3/4.

Example 5. A die is rolled. The probability of getting an even number is 1/21/2. What is the probability of getting an odd number?

By complement: 11/2=1/21 - 1/2 = 1/2.

Example 6. Probability of an event is 0.40.4. Find P(P(complement)).

10.4=0.61 - 0.4 = 0.6.

Example 7. P(Eˉ)=5/8P(\bar E) = 5/8. Find P(E)P(E).

P(E)=15/8=3/8P(E) = 1 - 5/8 = 3/8.

Example 8. A box has 55 pink balls and xx green balls. The probability of drawing a green ball is 3/43/4. Find xx.

P(P(green)=x/(x+5)=3/44x=3x+15x=15) = x/(x + 5) = 3/4 \Rightarrow 4x = 3x + 15 \Rightarrow x = 15.

Example 9. A box has 2424 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 =r= r. Then P(P(red)=r/24) = r/24, P(P(blue)=(24r)/24) = (24 - r)/24. Given r=2(24r)r=482r3r=48r=16r = 2(24 - r) \Rightarrow r = 48 - 2r \Rightarrow 3r = 48 \Rightarrow r = 16.

Example 10. A die is rolled twice. Find P(P(at least one 1$$) using complement.

P(P(no 11 on either)=(5/6)(5/6)=25/36) = (5/6)(5/6) = 25/36. P(P(at least one 1$$) = 1 - 25/36 = 11/36.

(Direct enumeration also works: 1111 pairs have at least one 11 , verify.)

Try it yourself

  1. A coin is tossed. P(P(not head)=?) = ?
  2. A die is rolled. P(P(not a multiple of 3$$) = ?
  3. A card is drawn. P(P(not a heart)=?) = ?
  4. A bag has 44 red and 66 green balls. P(P(not red)=?) = ?
  5. P(E)=0.3P(E) = 0.3. Find P(Eˉ)P(\bar E).
  6. P(Eˉ)=0.45P(\bar E) = 0.45. Find P(E)P(E).
  7. Two coins are tossed. P(P(at least one head)=?) = ? (use complement)
  8. A card is drawn. P(P(neither king nor queen)=?) = ?
  9. A die is rolled. P(P(neither 11 nor 6$$) = ?
  10. A bag has 55 red, 44 blue, 11 yellow ball. P(P(not blue)=?) = ?
  11. A card is drawn. P(P(not a face card)=?) = ?
  12. A box has 2020 cards numbered 11 to 2020. P(P(not divisible by 4$$) = ?

Pitfalls / Insight

(1) P(Eˉ)=1P(E)P(\bar E) = 1 - P(E) is a complementary relation, not a "subtraction" , both probabilities are between 00 and 11.

(2) "Neither A nor B" is the complement of "A or B". To find it, compute P(AB)P(A \cup B) using inclusion-exclusion, then subtract from 11.

(3) "At least one X" is usually easier through the complement "no X".

(4) Some students try to compute P(P(not A)) as P(A)-P(A). This is wrong. Probability is non-negative; the correct formula is 1P(A)1 - P(A).

(5) When solving for an unknown (like "find xx"), set up the probability equation directly and solve. Don't guess.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Complementary events
6 questions · pick the best answer
Q1

P(Eˉ)=1P(E)P(\bar E) = 1 - P(E) holds:

Q2

P(E)=0.7P(E) = 0.7. P(Eˉ)=P(\bar E) = :

Q3

Die. P(P(not a 44)=) = :

Q4

Card. P(P(not a face card)=) = :

Q5

Two coins. P(P(at least one tail)=) = :

Q6

Bag: 44 red, 66 blue. P(P(not red)=) = :