Independent Events

When information changes nothing

Conditional probability measures how the chance of EE updates once we learn that FF has occurred. Sometimes, though, the update does nothing at all — knowing FF leaves the probability of EE exactly where it was:

P(E∣F)=P(E)P(E|F) = P(E)

When this happens, the information "FF occurred" is irrelevant to EE. We then call EE and FF independent events.

A quick example. Draw one card from a well-shuffled deck of 52. Let EE = "the card is a spade" and FF = "the card is an ace".

P(E)=1352=14,P(F)=452=113,P(E∩F)=P(ace of spades)=152P(E) = \frac{13}{52} = \frac{1}{4}, \qquad P(F) = \frac{4}{52} = \frac{1}{13}, \qquad P(E \cap F) = P(\text{ace of spades}) = \frac{1}{52}

Now condition:

P(E∣F)=P(E∩F)P(F)=1/521/13=14=P(E)P(E|F) = \frac{P(E \cap F)}{P(F)} = \frac{1/52}{1/13} = \frac{1}{4} = P(E)

Being told "it's an ace" tells you nothing about whether it is a spade — exactly one of the four aces is a spade, just as exactly one-quarter of the whole deck is spades. The events are independent.

The official definition

Substituting P(E∣F)=P(E)P(E|F) = P(E) into the multiplication theorem P(E∩F)=P(F) P(E∣F)P(E \cap F) = P(F)\,P(E|F) gives the symmetric, preferred form of the definition.

Definition. Two events EE and FF are independent if P(E∩F)=P(E)⋅P(F)P(E \cap F) = P(E) \cdot P(F)

This form is better than P(E∣F)=P(E)P(E|F) = P(E) for two reasons: it is symmetric in EE and FF (no need to decide which event is the "condition"), and it makes sense even when P(E)P(E) or P(F)P(F) is 00 (a conditional like P(E∣F)P(E|F) needs P(F)≠0P(F) \neq 0).

If P(E∩F)≠P(E) P(F)P(E \cap F) \neq P(E)\,P(F), the events are called dependent.

The independence test (the single most-used check in this section):

Step 1 — compute three numbers: P(E)P(E), P(F)P(F), and P(E∩F)P(E \cap F), each directly from the sample space.

Step 2 — compare: multiply P(E)⋅P(F)P(E) \cdot P(F) and check whether it equals P(E∩F)P(E \cap F).

Step 3 — conclude: equal ⇒\Rightarrow independent; unequal ⇒\Rightarrow dependent.

Worked check. A die is thrown once. Let EE = "multiple of 3" ={3,6}= \{3, 6\} and FF = "even number" ={2,4,6}= \{2, 4, 6\}.

P(E)=26=13,P(F)=36=12,P(E∩F)=P({6})=16P(E) = \frac{2}{6} = \frac{1}{3}, \qquad P(F) = \frac{3}{6} = \frac{1}{2}, \qquad P(E \cap F) = P(\{6\}) = \frac{1}{6}

Since P(E) P(F)=13⋅12=16=P(E∩F)P(E)\,P(F) = \frac{1}{3} \cdot \frac{1}{2} = \frac{1}{6} = P(E \cap F), the events are independent — even though both are about the same single throw of the same die. Independence is a numerical property, not a statement that the events "come from different experiments".

Independent is NOT the same as mutually exclusive

This is the most-tested conceptual trap of the chapter. The two ideas are not just different — for events with nonzero probability they are incompatible.

Mutually exclusive Independent
Meaning cannot happen together one gives no information about the other
Equation P(E∩F)=0P(E \cap F) = 0 P(E∩F)=P(E) P(F)P(E \cap F) = P(E)\,P(F)
Knowing FF occurred kills EE: P(E∣F)=0P(E \vert F) = 0 leaves EE alone: P(E∣F)=P(E)P(E \vert F) = P(E)

If EE and FF both have nonzero probability and are mutually exclusive, then P(E∩F)=0P(E \cap F) = 0 while P(E) P(F)>0P(E)\,P(F) > 0, so they cannot be independent. Intuitively, mutually exclusive events carry maximum information about each other: if one happened, the other definitely did not.

Board one-liner: "Two events with nonzero probabilities can never be both mutually exclusive and independent." Learn to reproduce the two-line argument above — it appears as a 2-mark reasoning question.

Independent experiments

Often two events sit in different experiments — a coin toss and a die throw, or two separate throws of one die. If the experiments do not influence each other, every event of the first is independent of every event of the second, and we multiply:

P(event A in experiment 1 and event B in experiment 2)=P(A)⋅P(B)P(\text{event A in experiment 1 and event B in experiment 2}) = P(A) \cdot P(B)

For example, for "a head on the coin and a 3 on the die": P=12⋅16=112P = \frac{1}{2} \cdot \frac{1}{6} = \frac{1}{12}. This is why with replacement draws multiply plain probabilities (each draw restarts the experiment identically), while without replacement draws — which change the composition of the box — need the conditional probabilities of the multiplication theorem from the previous section.

Complements, Three Events, and the "At Least One" Formula

Independence survives complements

If EE and FF are independent, then so are each of the pairs EE and F′F',   E′\ \ E' and FF,   E′\ \ E' and F′F'. Knowing that FF didn't happen is just as uninformative about EE as knowing that it did.

Proof for EE and F′F' (a favourite 2–3 mark board proof):

Step 1 — split EE: the event EE is the disjoint union of "EE and FF" and "EE and not FF": P(E)=P(E∩F)+P(E∩F′)P(E) = P(E \cap F) + P(E \cap F')

Step 2 — solve for the piece we want and use independence: P(E∩F′)=P(E)−P(E∩F)=P(E)−P(E) P(F)P(E \cap F') = P(E) - P(E \cap F) = P(E) - P(E)\,P(F)

Step 3 — factor: P(E∩F′)=P(E) [1−P(F)]=P(E) P(F′)P(E \cap F') = P(E)\,[1 - P(F)] = P(E)\,P(F')

which is exactly the independence condition for EE and F′F'. ■\blacksquare

Applying this twice gives P(E′∩F′)=P(E′) P(F′)P(E' \cap F') = P(E')\,P(F') as well.

The "at least one" formula

The complement rule plus independence produces the most useful formula of the section. For independent events AA and BB:

P(at least one of A,B)=P(A∪B)=1−P(A′∩B′)=1−P(A′) P(B′)P(\text{at least one of } A, B) = P(A \cup B) = 1 - P(A' \cap B') = 1 - P(A')\,P(B')

In words: at least one occurs = 1 − (both fail), and "both fail" factors because complements of independent events are independent. The same idea extends to any number of independent events:

P(at least one of A1,…,An)=1−P(A1′) P(A2′)⋯P(An′)P(\text{at least one of } A_1, \ldots, A_n) = 1 - P(A_1')\,P(A_2')\cdots P(A_n')

Template. "A problem is given to two students who work independently; their chances of solving it are 12\frac{1}{2} and 13\frac{1}{3}. What is the probability the problem gets solved?"

P(solved)=1−P(both fail)=1−12⋅23=1−13=23P(\text{solved}) = 1 - P(\text{both fail}) = 1 - \frac{1}{2} \cdot \frac{2}{3} = 1 - \frac{1}{3} = \frac{2}{3}

Far faster than adding up the three ways it could be solved.

Three events: mutual independence needs FOUR equations

Three events AA, BB, CC are mutually independent when all four of these hold:

P(A∩B)=P(A) P(B)P(A \cap B) = P(A)\,P(B) P(A∩C)=P(A) P(C)P(A \cap C) = P(A)\,P(C) P(B∩C)=P(B) P(C)P(B \cap C) = P(B)\,P(C) P(A∩B∩C)=P(A) P(B) P(C)P(A \cap B \cap C) = P(A)\,P(B)\,P(C)

The first three alone are called pairwise independence — and pairwise independence does not guarantee the fourth equation. Conversely, the fourth alone does not guarantee the first three. A JEE-flavoured fact worth remembering: mutual independence is strictly stronger than pairwise independence.

Common mistakes to avoid

Mistake 1 — "independent" read as "mutually exclusive". They are near-opposites for events of positive probability. Mutually exclusive: P(A∩B)=0P(A \cap B) = 0. Independent: P(A∩B)=P(A)P(B)>0P(A \cap B) = P(A)P(B) > 0.

Mistake 2 — assuming independence without checking. In a single-experiment problem (one die, one card), always run the three-number test. Plausible-sounding pairs frequently fail it: "even number" and "red face" on a coloured die are dependent, even though "even number" and "multiple of 3" are independent.

Mistake 3 — using P(A∪B)=P(A)+P(B)P(A \cup B) = P(A) + P(B) for independent events. That formula needs mutually exclusive events. For independent events use P(A∪B)=P(A)+P(B)−P(A)P(B)P(A \cup B) = P(A) + P(B) - P(A)P(B), or the complement route 1−P(A′)P(B′)1 - P(A')P(B').

Mistake 4 — claiming three events are mutually independent after checking only pairs. The triple-product equation is a separate requirement.

Solved Examples

Example 1 — The basic independence test

A die is thrown once. EE is the event "the number is a multiple of 3" and FF is the event "the number is even". Are EE and FF independent?

Step 1 — list the events: S={1,2,3,4,5,6}S = \{1,2,3,4,5,6\}, E={3,6}E = \{3, 6\}, F={2,4,6}F = \{2, 4, 6\}, E∩F={6}E \cap F = \{6\}.

Step 2 — compute the three numbers: P(E)=26=13,P(F)=36=12,P(E∩F)=16P(E) = \frac{2}{6} = \frac{1}{3}, \qquad P(F) = \frac{3}{6} = \frac{1}{2}, \qquad P(E \cap F) = \frac{1}{6}

Step 3 — compare: P(E) P(F)=13×12=16=P(E∩F)P(E)\,P(F) = \frac{1}{3} \times \frac{1}{2} = \frac{1}{6} = P(E \cap F).

Answer: the product matches, so EE and FF are independent.

Example 2 — Two throws of a die

An unbiased die is thrown twice. Let AA be the event "odd number on the first throw" and BB the event "odd number on the second throw". Check whether AA and BB are independent.

Step 1 — count the sample space: the two throws give 6×6=366 \times 6 = 36 equally likely ordered pairs.

Step 2 — compute each probability: AA contains the 3×6=183 \times 6 = 18 pairs with odd first entry, so P(A)=1836=12P(A) = \frac{18}{36} = \frac{1}{2}. Similarly P(B)=12P(B) = \frac{1}{2}. The event A∩BA \cap B (odd on both) contains 3×3=93 \times 3 = 9 pairs, so P(A∩B)=936=14P(A \cap B) = \frac{9}{36} = \frac{1}{4}.

Step 3 — compare: P(A) P(B)=12×12=14=P(A∩B)P(A)\,P(B) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4} = P(A \cap B).

Answer: AA and BB are independent — as expected, since the two throws do not influence each other.

Example 3 — Three coins, three events: independence must be checked pair by pair

Three coins are tossed simultaneously. Consider the events: EE "three heads or three tails", FF "at least two heads", GG "at most two heads". Of the pairs (E,F)(E,F), (E,G)(E,G), (F,G)(F,G), which are independent and which are dependent?

Step 1 — write the sample space (8 outcomes): S={HHH,HHT,HTH,THH,HTT,THT,TTH,TTT}S = \{HHH, HHT, HTH, THH, HTT, THT, TTH, TTT\} E={HHH,TTT}E = \{HHH, TTT\}, F={HHH,HHT,HTH,THH}F = \{HHH, HHT, HTH, THH\}, G=S∖{HHH}G = S \setminus \{HHH\} (everything except three heads).

Step 2 — basic probabilities: P(E)=28=14,P(F)=48=12,P(G)=78P(E) = \frac{2}{8} = \frac{1}{4}, \qquad P(F) = \frac{4}{8} = \frac{1}{2}, \qquad P(G) = \frac{7}{8}

Step 3 — intersections: E∩F={HHH}E \cap F = \{HHH\} so P(E∩F)=18P(E \cap F) = \frac{1}{8}; E∩G={TTT}E \cap G = \{TTT\} so P(E∩G)=18P(E \cap G) = \frac{1}{8}; F∩G={HHT,HTH,THH}F \cap G = \{HHT, HTH, THH\} (at least two heads but not three) so P(F∩G)=38P(F \cap G) = \frac{3}{8}.

Step 4 — test each pair:

(E,F)(E, F):  P(E)P(F)=14⋅12=18=P(E∩F)\ P(E)P(F) = \frac{1}{4} \cdot \frac{1}{2} = \frac{1}{8} = P(E \cap F) — independent.

(E,G)(E, G):  P(E)P(G)=14⋅78=732≠18\ P(E)P(G) = \frac{1}{4} \cdot \frac{7}{8} = \frac{7}{32} \neq \frac{1}{8} — dependent.

(F,G)(F, G):  P(F)P(G)=12⋅78=716≠38\ P(F)P(G) = \frac{1}{2} \cdot \frac{7}{8} = \frac{7}{16} \neq \frac{3}{8} — dependent.

Answer: only EE and FF are independent; the other two pairs are dependent. The moral: independence can hold for some pairs and fail for others within the same experiment, so every pair must be tested on its own.

Example 4 — Independence passes to complements (proof)

If EE and FF are independent, prove that EE and F′F' are also independent.

Step 1 — decompose EE: the outcomes in EE either lie in FF or in F′F', and these two parts are disjoint: P(E)=P(E∩F)+P(E∩F′)P(E) = P(E \cap F) + P(E \cap F')

Step 2 — isolate P(E∩F′)P(E \cap F') and substitute the hypothesis P(E∩F)=P(E)P(F)P(E \cap F) = P(E)P(F): P(E∩F′)=P(E)−P(E) P(F)P(E \cap F') = P(E) - P(E)\,P(F)

Step 3 — factor out P(E)P(E): P(E∩F′)=P(E) (1−P(F))=P(E) P(F′)P(E \cap F') = P(E)\,\big(1 - P(F)\big) = P(E)\,P(F')

Answer: P(E∩F′)=P(E)P(F′)P(E \cap F') = P(E)P(F'), which is precisely the statement that EE and F′F' are independent. ■\blacksquare

Example 5 — The problem-gets-solved classic

A problem is given to two students AA and BB, who attempt it independently. The probability that AA solves it is 12\frac{1}{2} and the probability that BB solves it is 13\frac{1}{3}. Find the probability that (i) the problem is solved, (ii) exactly one of them solves it.

Step 1 — set up complements: P(A)=12P(A) = \frac{1}{2}, P(B)=13P(B) = \frac{1}{3}, so P(A′)=12P(A') = \frac{1}{2}, P(B′)=23P(B') = \frac{2}{3}, and all four pairs formed from {A,A′}×{B,B′}\{A, A'\} \times \{B, B'\} are independent.

Step 2 — (i) via "at least one": P(solved)=1−P(A′) P(B′)=1−12×23=1−13=23P(\text{solved}) = 1 - P(A')\,P(B') = 1 - \frac{1}{2} \times \frac{2}{3} = 1 - \frac{1}{3} = \frac{2}{3}

Step 3 — (ii) exactly one means "AA and not BB" or "BB and not AA" (disjoint cases): P(exactly one)=P(A) P(B′)+P(B) P(A′)=12⋅23+13⋅12=13+16=12P(\text{exactly one}) = P(A)\,P(B') + P(B)\,P(A') = \frac{1}{2} \cdot \frac{2}{3} + \frac{1}{3} \cdot \frac{1}{2} = \frac{1}{3} + \frac{1}{6} = \frac{1}{2}

Answer: (i) 23\dfrac{2}{3}, (ii) 12\dfrac{1}{2}.

Example 6 — Testing independence in a deck of cards

One card is drawn from a well-shuffled deck of 52. In which of the following cases are the events EE and FF independent? (i) EE: "spade", FF: "ace" (ii) EE: "black", FF: "king" (iii) EE: "king or queen", FF: "king or jack".

Step 1 — case (i): P(E)=1352=14P(E) = \frac{13}{52} = \frac{1}{4}, P(F)=452=113P(F) = \frac{4}{52} = \frac{1}{13}, E∩FE \cap F = ace of spades, P(E∩F)=152P(E \cap F) = \frac{1}{52}. Product: 14⋅113=152\frac{1}{4} \cdot \frac{1}{13} = \frac{1}{52}. ✓ Independent.

Step 2 — case (ii): P(E)=2652=12P(E) = \frac{26}{52} = \frac{1}{2}, P(F)=452=113P(F) = \frac{4}{52} = \frac{1}{13}, E∩FE \cap F = two black kings, P(E∩F)=252=126P(E \cap F) = \frac{2}{52} = \frac{1}{26}. Product: 12⋅113=126\frac{1}{2} \cdot \frac{1}{13} = \frac{1}{26}. ✓ Independent.

Step 3 — case (iii): P(E)=852=213P(E) = \frac{8}{52} = \frac{2}{13}, P(F)=852=213P(F) = \frac{8}{52} = \frac{2}{13}, E∩FE \cap F = the four kings, P(E∩F)=452=113P(E \cap F) = \frac{4}{52} = \frac{1}{13}. Product: 213⋅213=4169≠113\frac{2}{13} \cdot \frac{2}{13} = \frac{4}{169} \neq \frac{1}{13}. ✗ Dependent.

Answer: (i) and (ii) independent; (iii) dependent. Note how (iii) fails: the two events share all four kings — half of each event — which is far more overlap than independence would allow.

Example 7 — Percentages as probabilities

In a hostel, 60% of the students read a Hindi newspaper, 40% read an English newspaper and 20% read both. A student is selected at random. (a) Find the probability that she reads neither newspaper. (b) If she reads a Hindi newspaper, find the probability that she reads an English newspaper. (c) If she reads an English newspaper, find the probability that she reads a Hindi newspaper.

Step 1 — translate: P(H)=0.6P(H) = 0.6, P(E)=0.4P(E) = 0.4, P(H∩E)=0.2P(H \cap E) = 0.2.

Step 2 — (a) neither means the complement of "at least one": P(H′∩E′)=1−P(H∪E)=1−(0.6+0.4−0.2)=1−0.8=0.2=15P(H' \cap E') = 1 - P(H \cup E) = 1 - (0.6 + 0.4 - 0.2) = 1 - 0.8 = 0.2 = \frac{1}{5}

Step 3 — (b) a conditional, not a product (check: P(H)P(E)=0.24≠0.2P(H)P(E) = 0.24 \neq 0.2, so HH and EE are not independent and we must condition): P(E∣H)=P(E∩H)P(H)=0.20.6=13P(E|H) = \frac{P(E \cap H)}{P(H)} = \frac{0.2}{0.6} = \frac{1}{3}

Step 4 — (c) the reverse conditional: P(H∣E)=P(H∩E)P(E)=0.20.4=12P(H|E) = \frac{P(H \cap E)}{P(E)} = \frac{0.2}{0.4} = \frac{1}{2}

Answer: (a) 15\dfrac{1}{5}, (b) 13\dfrac{1}{3}, (c) 12\dfrac{1}{2}. Parts (b) and (c) have different answers — a live demonstration that P(E∣H)≠P(H∣E)P(E|H) \neq P(H|E) in general.