Problem
Toss a Coin $5$ times.
Let $H_1 = $ First Toss is $\mathbb{HEAD}$.
Let $H_A = $ All $5$ Tosses are $\mathbb{HEAD}$.
Find $P(H_A\mid H_1)$
The answer says that $P(H_A\mid H_1) = \frac{1}{16}$, but I don't agree with that.
My Approach
$$P(H_1) = \frac{1}{2}$$ $$P(H_A) = \frac{1}{32}$$ $$P(H_A\mid H_1)=\frac{P(H_A\cap H_1)}{P(H_1)}$$
$$P(H_A∩H_1) = \frac{1}{2} * \frac{1}{32} = \frac{1}{64}$$
$$P(H_A\mid H_1) = \frac{\frac{1}{64}}{\frac{1}{2}} = \frac{1}{32}$$
Why does my answer not match $\frac{1}{16}$? Where did I made mistake?
Let $H_1$ be the event that First Toss is $\mathcal{Heads}$.
Let $H_A$ be the event that All Tosses are $\mathcal{Heads}$.
Thus,
Since we have $5$ Empty Blanks to fill.
For Sample Space $(S)$, every Empty Blank can take $\mathcal{Two}$ values $\mathcal{Heads \space or \space Tails}$
Thus, $n(S)=2\times2\times2\times2\times2 = 32$
For $H_A \cap H_1$, every Empty Blank can take only $\mathcal{One}$ value $\mathcal{Heads}$
Thus, $n(H_A \cap H_1)=1\times1\times1\times1\times1 = 1$
For $H_1$, First Empty Blank can take only $\mathcal{One}$ value $\mathcal{Heads}$, remaining empty Blanks can take $\mathcal{Two}$ values $\mathcal{Heads \space or \space Tails}$
Thus, $n(H_1)=1\times2\times2\times2\times2 = 16$
On Putting values
The Image for Same is attached here.
