A fair coin is flipped three times. Let $A$ be the event that a head occurs in the first flip and $B$ be the event that exactly one head occurs.
a) Find $p(A/B)$
b) Are $A$ and $B$ independent?
Proof:
a) Now we have $$p(A/B)=\frac{p(A \cap B)}{p(B)}$$ but $p(A \cap B)=p(H,\bar{H},\bar{H})=\frac18$ and $p(B)=\frac38$, so we obtain $p(A/B)=\frac13.$
b) We have, $$p(A)=p(H,H,H)+p(H,H,\bar{H})+p(H,\bar{H},\bar{H})+p(H,\bar{H},H)=\frac12$$ so, $A$ and $B$ are not inndependent.
Is my work correct?
$P(A)$ can be calculated much simpler, as it is simply $P(H)=\frac12$, and you should elaborate some more how you got $P(B)$ to equal $\frac38$.
Also, you did not explain why $A$ and $B$ are dependent, you just threw a couple of numbers down. You must explain why those numbers imply that $A$ and $B$ are not independent.