A coin is flipped 4 times. Assume that all outcomes are equally likely. Let be the event that the first flip lands on heads. Let be the event that there is an even number of tails. What is the probability of ? What is the probability of ? What is the probability of given ? Are and independent?
My work
$$P(A)=\frac 12$$ $$P(B)=\frac12$$ $$P(A\cap B )=\frac{3}{16}$$
$$P(B|A)=\frac{P(A\cap B )}{P(A)} = \frac{\frac{3}{16}}{\frac{1}{2}}=\frac 38$$
and $A$ and $B$ are not independent because $P(A).P(B)\neq P(A\cap B)$
Nope. $P(A \cap B) = \frac{1}{4}$. Could be HHHH, HTTH, HTHT, or HHTT. Your process is correct though.
As a sanity check: If you flip $n$ coins, the probability that an even number come up tails is always $\frac{1}{2}$, independent of $n$. This is because the last flip always has one outcome which will make the total even and one which will make it odd. Thus the outcome of the first flip (for $n > 1$) has no effect on the probability that the total number of tails is even, i.e. these are independent events.