Math Lab
Home/Class XI/Ch 14/Addition rule and applications

Addition rule and applications

The addition rule of probability is the single most useful identity for combining events. It is the probabilistic version of the inclusion-exclusion principle from set theory.

The addition rule

For any two events A,BA, B: P(AB)=P(A)+P(B)P(AB).\boxed{P(A \cup B) = P(A) + P(B) - P(A \cap B).}

Derivation: AB=A(BA)A \cup B = A \cup (B - A) with disjoint pieces. So P(AB)=P(A)+P(BA)P(A \cup B) = P(A) + P(B - A). Also, B=(AB)(BA)B = (A \cap B) \cup (B - A) disjoint, so P(BA)=P(B)P(AB)P(B - A) = P(B) - P(A \cap B). Substitute.

The three-event rule

P(ABC)=P(A)+P(B)+P(C)P(AB)P(BC)P(AC)+P(ABC).P(A \cup B \cup C) = P(A) + P(B) + P(C) - P(A \cap B) - P(B \cap C) - P(A \cap C) + P(A \cap B \cap C).

Complement rule

P(A)=1P(A).P(A') = 1 - P(A).

This is invaluable when computing "AA does not happen" is easier than "AA happens".

"At least one" trick

For events A1,A2,,AnA_1, A_2, \dots, A_n, the probability of "at least one occurs" is P(A1A2An)=1P(none occurs)=1P(A1A2An).P(A_1 \cup A_2 \cup \dots \cup A_n) = 1 - P(\text{none occurs}) = 1 - P(A_1' \cap A_2' \cap \dots \cap A_n').

When the AiA_i are "independent" (Class XII), this becomes very useful.

Worked examples

Example 1. Roll a die. Probability of getting "even" OR "more than 33".

P(even)=3/6P(\text{even}) = 3/6. P(>3)=3/6P(>3) = 3/6. P(even and>3)=P({4,6})=2/6P(\text{even and} > 3) = P(\{4, 6\}) = 2/6.

P(even or>3)=3/6+3/62/6=4/6=2/3P(\text{even or} > 3) = 3/6 + 3/6 - 2/6 = 4/6 = 2/3.

Example 2. Draw one card. Probability of "ace" OR "spade".

P(ace)=4/52P(\text{ace}) = 4/52. P(spade)=13/52P(\text{spade}) = 13/52. P(ace and spade)=P(ace of spades)=1/52P(\text{ace and spade}) = P(\text{ace of spades}) = 1/52.

P=4/52+13/521/52=16/52=4/13P = 4/52 + 13/52 - 1/52 = 16/52 = 4/13.

Example 3. Two dice rolled. Probability sum is 77 OR doubles.

P(sum 7)=6/36=1/6P(\text{sum 7}) = 6/36 = 1/6. P(doubles)=6/36=1/6P(\text{doubles}) = 6/36 = 1/6. P(both)P(\text{both})? Doubles have sums 2,4,6,8,10,122, 4, 6, 8, 10, 12. So no doubles have sum 77. Intersection is empty.

P=1/6+1/60=1/3P = 1/6 + 1/6 - 0 = 1/3.

Example 4. A bag has 33 red, 44 blue, 55 green balls. Two balls drawn. Probability they are of the same colour.

S=(122)=66|S| = \binom{12}{2} = 66. Favourable: same colour. (32)+(42)+(52)=3+6+10=19\binom{3}{2} + \binom{4}{2} + \binom{5}{2} = 3 + 6 + 10 = 19.

P=19/66P = 19/66.

Example 5. In a class of 100100 students, 4040 play cricket, 2525 play football, 1515 play both. A student is picked at random.

Probability of playing at least one sport: (40+2515)/100=50/100=0.5(40 + 25 - 15)/100 = 50/100 = 0.5. Probability of playing neither: 10.5=0.51 - 0.5 = 0.5.

Try it yourself

  1. P(A)=0.6,P(B)=0.4,P(AB)=0.2P(A) = 0.6, P(B) = 0.4, P(A \cap B) = 0.2. Find P(AB)P(A \cup B).
  2. Draw a card. Probability of "heart" OR "king".
  3. Two dice rolled. Probability of sum 4\le 4 OR doubles.
  4. From a deck, draw a card. Probability "red" OR "face card".
  5. A die rolled. Probability "even" OR "prime".
  6. Three coins tossed. Probability "at least one head".
  7. 2020 students, 1212 play cricket, 88 play football, 55 play both. Probability a random student plays at least one game?
  8. P(A)=1/3,P(B)=1/2,P(AB)=2/3P(A) = 1/3, P(B) = 1/2, P(A \cup B) = 2/3. Find P(AB)P(A \cap B).
  9. In a survey, 60%60\% read English newspapers, 40%40\% read Hindi, 20%20\% both. Probability a person reads at least one.
  10. Probability of not getting 66 in two rolls of a die.
  11. Two dice. Probability sum is 99 OR doubles.
  12. From {1,2,,20}\{1, 2, \dots, 20\}, pick a number. Probability it is divisible by 22 or 33 or 55.

Pitfalls / Tricks

  • The addition rule subtracts the intersection only once.
  • For mutually exclusive events, P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) (the intersection is empty).
  • Use complement when "at least one" appears , it is often simpler.
  • Insight. The addition rule is just inclusion-exclusion translated into probability. Master inclusion-exclusion (Chapter 1) and probability becomes much friendlier.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Addition rule
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6