"Lefthandedness is indepdendent of a person's gender."If there are about 5% lefties in the entire population, then this statement will imply that these 5% is more or less equally divided among men and women. In particular, if there are 40% men and 60% women, then the proportion of female lefties should be 5% of 60%, i.e., 5% $\times$ 60%. Thus, the multiplication comes naturally. Here is a more mathematical example.
EXAMPLE 1: Suppose that we toss a fair coin twice. So the sample space is $\Omega = \{HH, HT, TH, T T\}.$ Let $A$ be the event that the first toss shows $H,$ and $B$ be the event that the second toss shows $H.$ In other words, $A=\{HH,HT\}$ and $B=\{HH,TH\}.$ As the outcome of one toss can have no influence on the outcome of another, so intuitively $A,B$ should be "independent". From the definition also $P(A\cap B) = P(\{HH\}) = \frac 14 = \frac 12\times \frac 12 = P(A)P(B).$ ■
EXERCISE 1: (Easy) Consider a single roll of a fair die. Write down two events, $A,B$ such that $A,B$ are independent. Also, write down two events $C,D$ that are dependent.
Sometimes two events that are somehow related actually turns out to be indepedent. Here is an example.EXAMPLE 2: A fair coin is tossed twice. The outcome of the first toss is written down. If the second toss shows a head, then the first outcome is written again. If the second outcome is a tail, then the opposite of the first outome is written. For example, if the both the outcomes are tails, then we first write tail (the first outcome), and then we write head (opposite of the first outcome). Let $A$ be the event that we first write "head", and $B$ be the event that we write "head" in the second position. Are $A,B$ independent?
SOLUTION: Apparently the first toss plays a role in both the writings. But still a simple computation shows that $P(A)=P(B)=\frac 12$ and $P(A\cap B)=\frac 14.$ So we have independence. ■EXERCISE 2: (Easy) Same problem as above, but this time the coin is biased. Say, $P(H)=0.6.$
EXAMPLE 3: Consider the random experiment where a fair coin is tossed thrice. For $i\neq j\in\{1,2,3\},$ let $A_{ij}$ be the event that the $i$-th and $j$-th tosses have the same outcome. Do you intuitively feel that $A_{12}, A_{23}$ and $A_{13}$ are "independent"? Now check if they are pairwise independent. Also check if they are mutually independent.
SOLUTION: Since the solution is very easy, why not try yourself first, before clicking here? ■EXAMPLE 4: Can you give three events $A,B,C$ such that $P(A\cap B\cap C) = P(A)P(B)P(C)$ but still $A,B,C$ are not mutually independent?
SOLUTION: Use the fact $P(\phi)=0$ to get a trivial such example. ■Let $\Omega_1$ and $\Omega_2$ be the two sample spaces with corresponding probability functions $P_1,P_2.$ We first combine these to form the Cartesian product $\Omega = \Omega_1\times\Omega_2.$ Notice that $\Omega$ is again countable. For the "coin toss $\times$ die roll" example, this gives $$\Omega = \{(H,1),(H,2),(H,3),(H,4),(H,5),(H,6),(T,1),(T,2),(T,3),(T,4),(T,5),(T,6)\}.$$ Now for each singleton set of the form $\{(a,b)\}$ we define the probability $P(\{(a,b)\}) = P_1(\{a\})\times P_2(\{b\}).$ This uniquely determines $P(A)$ for all $A\subseteq\Omega$ via the probability axioms.
EXAMPLE 5: If the two random experiments are rolling a (fair) die, and these are carried out independently, then the product space may be visualised as 36 points arranged in a square:
![]() |
|---|
| Product space of two die rolls |
![]() |
|---|
| Two events in the product space |
Proof: The proof is easy if $A_1$ and $A_2$ are both finite.
For the case where at least one of $A_1,A_2$ is infinite (countably infinite as $\Omega_i$'s are countable), we need to use the fact that infinite series of nonnegative terms may be rearranged without changing the value of the series. [QED]EXAMPLE 6: I have two dice with probabilities $\left(\frac{1}{16}, \frac{2}{16}, \frac{4}{16}, \frac{3}{16}, \frac{1}{16}, \frac{5}{16}\right)$ and $\left(\frac{2}{12}, \frac{1}{12}, \frac{2}{12}, \frac{1}{12}, \frac{4}{12}, \frac{2}{12}\right)$. These ar rolled independently. What is the probability that both of the show the same number?
SOLUTION: Let $A = $ the event in question. Then $A = A_1\cup \cdots \cup A_6$, where $A_i = $ the event that both the dice show $i$. Since a die cannot show two different numbers simulataneously, hence $A_i$'s are disjoint. Now $P(A_i) = P(\mbox{first die shows }i)\times P(\mbox{second die shows }i)$, since the ice are rolled independently. So $$\begin{eqnarray*} P(A_1) & = & \frac{1}{16}\times\frac{2}{12}\\ P(A_2) & = & \frac{2}{16}\times\frac{1}{12}\\ P(A_3) & = & \frac{4}{16}\times\frac{2}{12}\\ P(A_4) & = & \frac{3}{16}\times\frac{1}{12}\\ P(A_5) & = & \frac{4}{16}\times\frac{1}{12}\\ P(A_6) & = & \frac{2}{16}\times\frac{5}{12}. \end{eqnarray*}$$ Since the $A_i$'s are independent, hence $P(A) = \sum_1^6 P(A_i)$. ■EXAMPLE 7: A coin with $P(head)=p\in(0,1)$ is tossed again and again independently. Show that we must get a head eventually.
SOLUTION: Here we are working over an infinite product space. For any finite sequence of $H$'s and $T$'s of length $n$ with exactly $k$ many $H$'s, the probability is $p^k(1-p)^{n-k}.$ Let $A_n$ be the event that the first $n$ tosses have produced no $H.$ Also let $A$ denote the event that no $H$ ever occurs. Then clearly $A_1\supseteq A_2\supseteq A_3\supseteq\cdots$ and $A = \cap A_n.$ Thus $A_n\searrow A.$ Hence $P(A_n)\rightarrow P(A).$ Now $P(A_n) = (1-p)^n\rightarrow 0$ since $p\in (0,1).$ So $P(A)=0.$ Hence $P(A^c) = 1,$ as required. ■EXERCISE 3: (Easy) If $A,B$ are independent, then show that $A^c,B$ are also independent. Are $A^c,B^c$ also independent?
EXERCISE 4: (Easy) Is it possible to have an event that is independent of itself? If so, find all such events. If not, prove why not.
EXERCISE 5: (Easy) Is it possible to have an event that is independent of all other events? If so, find all such events. If not, prove why not.
EXERCISE 6: (Medium) If $A,B$ are independent, and $A,C$ are also independent, then is it true that $A$ and $B\cup C$ must also be independent?
EXERCISE 7: (Easy) If $A$ and $B$ are mutually exclusive, then must $A,B$ be independent? Must they be dependent?
EXERCISE 8: (Easy) The numbers $-10,...,-1,1,...,10$ are written on 20 pieces of papers. One of the papers is drawn at random. Let $A$ be the event that the selected number is negative, and $B$ be the event that the selected number has absolute value $>5.$ Are $A,B$ independent?
EXERCISE 9: (Medium) Same set up as above. Find an event $C$ such that $A,B,C$ are mutually independent.
EXERCISE 10: (Medium) If $A\subseteq B$ are two events, can $A,B$ be independent?
EXERCISE 11: (Easy) If $P(A_i)=p_i$ for $i=1,2,3,$ and $A_i$'s are mutually independent, then find $P(A_1\cup A_2\cup A_3).$
EXERCISE 12: (Easy) If two fair dice are rolled independently, find the probability that the first shows a number strictly larger than the second.
EXERCISE 13: (Easy) If two fair dice are rolled independently, find the probability that the first number divides the second.
EXERCISE 14: (Medium)
![]() |
|---|
EXERCISE 15: (Medium)
![]() |
|---|
EXERCISE 16: (Easy)
![]() |
|---|
EXERCISE 17: (Hard)
![]() |
|---|