The Addition Rule: P(AB)P(A \cup B)

Take three coin tosses with A={HHT,HTH,THH}A = \{HHT, HTH, THH\} and B={HTH,THH,HHH}B = \{HTH, THH, HHH\}. Here P(A)=P(B)=38P(A) = P(B) = \frac{3}{8}, so P(A)+P(B)=68P(A) + P(B) = \frac{6}{8} — but AB={HHT,HTH,THH,HHH}A \cup B = \{HHT, HTH, THH, HHH\} has probability 48=12\frac{4}{8} = \frac{1}{2}. The two common points HTH,THHHTH, THH got counted twice in P(A)+P(B)P(A) + P(B). Subtract them once:

P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

Venn diagram showing the overlap counted twice in the addition rule

Why it always holds. Write AB=A(BA)A \cup B = A \cup (B - A), a disjoint union, so Axiom 3 gives 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) disjointly, so P(BA)=P(B)P(AB)P(B - A) = P(B) - P(A \cap B). Substituting proves the rule for ANY two events.

Mutually exclusive special case. If AB=ϕA \cap B = \phi then P(AB)=0P(A \cap B) = 0 and the rule collapses to P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) — exactly Axiom 3.

In words: P(A or B)=P(A)+P(B)P(A and B)P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B).

The Complement Rule: P(not A)P(\text{not } A)

AA and AA' are mutually exclusive and exhaustive: AA=ϕA \cap A' = \phi and AA=SA \cup A' = S. Axioms 2 and 3 give P(A)+P(A)=P(S)=1P(A) + P(A') = P(S) = 1, so

P(A)=P(not A)=1P(A).P(A') = P(\text{not } A) = 1 - P(A).

Venn diagram of an event and its complement filling the sample space

Ten cards numbered 1 to 10, A={2,4,6,8}A = \{2, 4, 6, 8\}: P(A)=410=25P(A) = \frac{4}{10} = \frac{2}{5} and P(A)=125=35P(A') = 1 - \frac{2}{5} = \frac{3}{5} — no need to count the six members of AA'.

Two consequences worth automating:

  • De Morgan in probability: P(AB)=P((AB))=1P(AB)P(A' \cap B') = P((A \cup B)') = 1 - P(A \cup B) — 'neither AA nor BB' is the complement of 'AA or BB'. Similarly P(AB)=1P(AB)P(A' \cup B') = 1 - P(A \cap B).
  • Carving up AA: P(AB)=P(A)P(AB)P(A \cap B') = P(A) - P(A \cap B) — 'AA only' is AA minus the overlap. Same for P(AB)=P(B)P(AB)P(A' \cap B) = P(B) - P(A \cap B).

Consistency checks. Given numbers must obey the machinery: P(AB)P(A \cap B) can never exceed P(A)P(A) or P(B)P(B), and P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B) must land in [0,1][0, 1]. Data like P(A)=0.5P(A) = 0.5, P(B)=0.7P(B) = 0.7, P(AB)=0.6P(A \cap B) = 0.6 is inconsistent — the intersection outgrew AA.

Solved Examples

Example 1. Anil qualifies an exam with probability 0.05, Ashima with 0.10, both with 0.02. Find the probability that (a) both do not qualify (b) atleast one does not qualify (c) only one qualifies.

Solution.

Step 1 — name the events and record the data. Let EE = 'Anil qualifies', FF = 'Ashima qualifies'. Given: P(E)=0.05P(E) = 0.05, P(F)=0.10P(F) = 0.10, P(EF)=0.02P(E \cap F) = 0.02.

(a) Step 2 — translate. 'Both do not qualify' means EE fails AND FF fails: the event EFE' \cap F', which De Morgan rewrites as (EF)(E \cup F)'.

Step 3 — compute the union first. P(EF)=P(E)+P(F)P(EF)=0.05+0.100.02=0.13P(E \cup F) = P(E) + P(F) - P(E \cap F) = 0.05 + 0.10 - 0.02 = 0.13.

Step 4 — complement. P(EF)=10.13=0.87P(E' \cap F') = 1 - 0.13 = \mathbf{0.87}.

(b) Step 5 — spot the cleaner complement. 'Atleast one does NOT qualify' is the complement of 'both qualify': 1P(EF)=10.02=0.981 - P(E \cap F) = 1 - 0.02 = \mathbf{0.98}.

(c) Step 6 — split 'only one' into disjoint cases. Either (Anil yes, Ashima no) =EF= E \cap F' or (Anil no, Ashima yes) =EF= E' \cap F. Each is an event minus the overlap: P(EF)=0.050.02=0.03P(E \cap F') = 0.05 - 0.02 = 0.03 and P(EF)=0.100.02=0.08P(E' \cap F) = 0.10 - 0.02 = 0.08.

Step 7 — add the disjoint pieces. P(only one)=0.03+0.08=0.11P(\text{only one}) = 0.03 + 0.08 = \mathbf{0.11}.


Example 2. A committee of two is selected from two men and two women. Find the probability of (a) no man (b) one man (c) two men.

Solution.

Step 1 — count all committees. Choosing 2 people from 4: (42)=6\binom{4}{2} = 6 equally likely committees.

(a) Step 2. No man forces two women: (22)=1\binom{2}{2} = 1 way → P=16P = \frac{1}{6}.

(b) Step 3. One man AND one woman: (21)×(21)=2×2=4\binom{2}{1} \times \binom{2}{1} = 2 \times 2 = 4 ways → P=46=23P = \frac{4}{6} = \frac{2}{3}.

(c) Step 4. Two men: (22)=1\binom{2}{2} = 1 way → P=16P = \frac{1}{6}.

Step 5 — verify the three cases exhaust everything. 16+46+16=1\frac{1}{6} + \frac{4}{6} + \frac{1}{6} = 1 ✓ — the committee must contain 0, 1 or 2 men.


Example 3. Are these consistently defined? (i) P(A)=0.5P(A) = 0.5, P(B)=0.7P(B) = 0.7, P(AB)=0.6P(A \cap B) = 0.6 (ii) P(A)=0.5P(A) = 0.5, P(B)=0.4P(B) = 0.4, P(AB)=0.8P(A \cup B) = 0.8.

Solution.

Step 1 — know the consistency tests. Any legal data must satisfy P(AB)min(P(A),P(B))P(A \cap B) \leq \min(P(A), P(B)) (the part cannot beat the whole) and 0P(AB)10 \leq P(A \cup B) \leq 1 with the addition rule connecting the four numbers.

(i) Step 2. Here P(AB)=0.6P(A \cap B) = 0.6 but P(A)=0.5P(A) = 0.5. Since ABAA \cap B \subseteq A, we need P(AB)0.5P(A \cap B) \leq 0.5 — violated. Not consistent (no experiment can produce these numbers).

(ii) Step 3. Recover the intersection from the addition rule: P(AB)=P(A)+P(B)P(AB)=0.5+0.40.8=0.1P(A \cap B) = P(A) + P(B) - P(A \cup B) = 0.5 + 0.4 - 0.8 = 0.1.

Step 4 — check it is legal. 0.100.1 \geq 0 ✓ and 0.1min(0.5,0.4)=0.40.1 \leq \min(0.5, 0.4) = 0.4 ✓. Consistent.


Example 4. Fill in the blanks:

P(A)P(A) P(B)P(B) P(AB)P(A \cap B) P(AB)P(A \cup B)
(i) 13\frac{1}{3} 15\frac{1}{5} 115\frac{1}{15} ?
(ii) 0.350.35 ? 0.250.25 0.60.6
(iii) 0.50.5 0.350.35 ? 0.70.7

Solution. All three rows are the SAME equation P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B), solved for a different unknown.

(i) Step 1. Common denominator 15: P(A)=515P(A) = \frac{5}{15}, P(B)=315P(B) = \frac{3}{15}, P(AB)=115P(A \cap B) = \frac{1}{15}. Step 2. P(AB)=5+3115=715P(A \cup B) = \frac{5 + 3 - 1}{15} = \frac{7}{15}.

(ii) Step 1. Substitute: 0.6=0.35+P(B)0.250.6 = 0.35 + P(B) - 0.25. Step 2. Simplify the knowns: 0.350.25=0.100.35 - 0.25 = 0.10, so 0.6=0.10+P(B)0.6 = 0.10 + P(B), giving P(B)=0.5P(B) = 0.5.

(iii) Step 1. Rearrange for the intersection: P(AB)=P(A)+P(B)P(AB)=0.5+0.350.7P(A \cap B) = P(A) + P(B) - P(A \cup B) = 0.5 + 0.35 - 0.7. Step 2. =0.15= 0.15.


Example 5. (a) P(A)=35P(A) = \frac{3}{5}, P(B)=15P(B) = \frac{1}{5}, AA and BB mutually exclusive: find P(A or B)P(A \text{ or } B). (b) P(E)=14P(E) = \frac{1}{4}, P(F)=12P(F) = \frac{1}{2}, P(E and F)=18P(E \text{ and } F) = \frac{1}{8}: find (i) P(E or F)P(E \text{ or } F) (ii) P(not E and not F)P(\text{not } E \text{ and not } F).

Solution.

(a) Step 1. Mutually exclusive means P(AB)=0P(A \cap B) = 0, so the addition rule loses its correction term. Step 2. P(AB)=35+15=45P(A \cup B) = \frac{3}{5} + \frac{1}{5} = \frac{4}{5}.

(b)(i) Step 1. Full addition rule over denominator 8: P(EF)=28+4818P(E \cup F) = \frac{2}{8} + \frac{4}{8} - \frac{1}{8}. Step 2. =58= \frac{5}{8}.

(b)(ii) Step 3. 'Not EE and not FF' =EF=(EF)= E' \cap F' = (E \cup F)' by De Morgan. Step 4. P=158=38P = 1 - \frac{5}{8} = \frac{3}{8}.


Example 6. P(not E or not F)=0.25P(\text{not } E \text{ or not } F) = 0.25. Are EE and FF mutually exclusive?

Solution.

Step 1 — rewrite with De Morgan. EF=(EF)E' \cup F' = (E \cap F)': 'atleast one fails' is exactly 'not both occur'.

Step 2 — take the complement. P(EF)=1P((EF))=10.25=0.75P(E \cap F) = 1 - P((E \cap F)') = 1 - 0.25 = 0.75.

Step 3 — interpret. Mutually exclusive would force P(EF)=0P(E \cap F) = 0; here it is 0.75>00.75 > 0, so EE and FF can occur together and are not mutually exclusive.


Example 7. P(A)=0.42P(A) = 0.42, P(B)=0.48P(B) = 0.48, P(A and B)=0.16P(A \text{ and } B) = 0.16. Find (i) P(not A)P(\text{not } A) (ii) P(not B)P(\text{not } B) (iii) P(A or B)P(A \text{ or } B).

Solution.

Step 1 — (i) and (ii) are complements. P(A)=10.42=0.58P(A') = 1 - 0.42 = 0.58 and P(B)=10.48=0.52P(B') = 1 - 0.48 = 0.52.

Step 2 — (iii) addition rule. P(AB)=P(A)+P(B)P(AB)=0.42+0.480.16P(A \cup B) = P(A) + P(B) - P(A \cap B) = 0.42 + 0.48 - 0.16.

Step 3 — arithmetic. 0.42+0.48=0.900.42 + 0.48 = 0.90; 0.900.16=0.740.90 - 0.16 = 0.74.


Example 8. In Class XI, 40% study Mathematics, 30% study Biology, 10% study both. A student is picked at random; find the probability that they study Mathematics or Biology.

Solution.

Step 1 — percentages to probabilities. P(M)=0.40P(M) = 0.40, P(B)=0.30P(B) = 0.30, P(MB)=0.10P(M \cap B) = 0.10.

Step 2 — why subtract? Adding 40%+30%40\% + 30\% counts the both-subject students twice — once in each group — so remove them once.

Step 3 — compute. P(MB)=0.40+0.300.10=0.6P(M \cup B) = 0.40 + 0.30 - 0.10 = \mathbf{0.6}.


Example 9. An entrance test has two exams. P(pass first)=0.8P(\text{pass first}) = 0.8, P(pass second)=0.7P(\text{pass second}) = 0.7, P(pass atleast one)=0.95P(\text{pass atleast one}) = 0.95. Find the probability of passing both.

Solution.

Step 1 — translate. 'Atleast one' is the union: P(AB)=0.95P(A \cup B) = 0.95; 'both' is the intersection we want.

Step 2 — rearrange the addition rule. P(AB)=P(A)+P(B)P(AB)P(A \cap B) = P(A) + P(B) - P(A \cup B).

Step 3 — substitute. =0.8+0.70.95=1.50.95=0.55= 0.8 + 0.7 - 0.95 = 1.5 - 0.95 = \mathbf{0.55}. Sanity check: 0.55min(0.8,0.7)0.55 \leq \min(0.8, 0.7) ✓.


Example 10. P(pass both English and Hindi)=0.5P(\text{pass both English and Hindi}) = 0.5, P(pass neither)=0.1P(\text{pass neither}) = 0.1, P(pass English)=0.75P(\text{pass English}) = 0.75. Find P(pass Hindi)P(\text{pass Hindi}).

Solution.

Step 1 — convert 'neither' into the union. 'Neither' is the complement of 'atleast one': P(EH)=10.1=0.9P(E \cup H) = 1 - 0.1 = 0.9.

Step 2 — set up the addition rule with the unknown. 0.9=P(E)+P(H)P(EH)=0.75+P(H)0.50.9 = P(E) + P(H) - P(E \cap H) = 0.75 + P(H) - 0.5.

Step 3 — solve. 0.9=0.25+P(H)0.9 = 0.25 + P(H), so P(H)=0.65P(H) = \mathbf{0.65}.

Step 4 — verify. 0.75+0.650.5=0.9=10.10.75 + 0.65 - 0.5 = 0.9 = 1 - 0.1 ✓.


Example 11. Of 60 students, 30 opted for NCC, 32 for NSS, 24 for both. A student is selected at random. Find the probability that the student opted for (i) NCC or NSS (ii) neither (iii) NSS but not NCC.

Solution.

Step 1 — data as probabilities. P(N)=3060P(N) = \frac{30}{60}, P(S)=3260P(S) = \frac{32}{60}, P(NS)=2460P(N \cap S) = \frac{24}{60}.

(i) Step 2. P(NS)=30+322460=3860=1930P(N \cup S) = \frac{30 + 32 - 24}{60} = \frac{38}{60} = \frac{19}{30}. (In headcount: 30+3224=3830 + 32 - 24 = 38 students in atleast one.)

(ii) Step 3. Complement of the union: 11930=11301 - \frac{19}{30} = \frac{11}{30}. (Headcount check: 6038=2260 - 38 = 22, and 2260=1130\frac{22}{60} = \frac{11}{30} ✓.)

(iii) Step 4. 'NSS but not NCC' removes the overlap from NSS: P(SN)=P(S)P(NS)=322460=860=215P(S \cap N') = P(S) - P(N \cap S) = \frac{32 - 24}{60} = \frac{8}{60} = \frac{2}{15}.


Example 12. (a) A card is selected from a pack of 52. (i) How many points are there in the sample space? (ii) P(ace of spades)P(\text{ace of spades})? (iii) P(ace)P(\text{ace}) and P(black card)P(\text{black card})? (b) Four men and six women are on a city council; one member is selected at random. How likely is it that it is a woman?

Solution.

(a) Step 1. Each card is one outcome: n(S)=52n(S) = 52.

Step 2. The ace of spades is a single card: P=152P = \frac{1}{52}.

Step 3. Four aces: P(ace)=452=113P(\text{ace}) = \frac{4}{52} = \frac{1}{13}. Twenty-six black cards: P(black)=2652=12P(\text{black}) = \frac{26}{52} = \frac{1}{2}.

(b) Step 4. The council has 4+6=104 + 6 = 10 members, each equally likely to be picked; 6 are women: P(woman)=610=35P(\text{woman}) = \frac{6}{10} = \frac{3}{5}.