We flip a fair coin three times; these flips are independent of each other. These three coin flips
give us a sequence of length three, where each symbol is $H$ or $T$. Define the events
A = "the sequence contains at most one $T$",
B = "the symbols in the sequence are not all equal".
Which of the following is true?
(a)
None of the above.
(b)
The events $A$ and $B$ are independent.
(c)
The events $A$ and $B$ are not independent.
Solution
For anything less than 5 flips, I honestly just draw a tree diagram to find the answer
Let's determine S
S is the set of all possible outcomes of the 3 coin flips
$ |S| = 2^3 = 8$
Let's determine A
A occurs when we get 0 or 1 tails
$ |A| = 4 $
$ Pr(A) = \frac{4}{8} = \frac{1}{2} $
Let's determine B
B occurs when we HHH and TTT don't happen, so the other 6 outcomes
$ |B| = 6 $
$ Pr(B) = \frac{6}{8} $
Let's determine $ A \cap B $
$ |A \cap B| = 3 $
$ Pr(A \cap B) = \frac{3}{8} $
Now, let’s check if A and B are independent
$ Pr(A \cap B) = Pr(A) \cdot Pr(B) $
$ \frac{3}{8} = \frac{1}{2} \cdot \frac{6}{8} $
$ \frac{3}{8} = \frac{6}{16} $
Since the equation is true, A and B are independent.