I am preparing for an exam. This is a previous exam paper question.
Given $U \sim N(0,1)$ and $W\sim b(1,\frac{1}{2})$. Is $UW$ a discrete random variable? They are also independent.
I tried to do the following. Set $Z=UW$:
\begin{align} P(Z\leq z) &= P(UW \leq z)\\ &= P(UW \leq z, W=1) + P(UW \leq z, W=0)\\ &= P(U \leq z, W=1) + 0\\ &= P(U \leq z) \cdot P(W=1)\\ &= \frac{1}{2} \cdot P(U \leq z) \end{align}
And by this point I wasn't sure how to continue, and am pretty sure I messed something up. This is not homework, so please don't be afraid to reveal the answer, I already know what it is I just can't get there.