Given that $X$ and $Y$ are jointly standard normally distributed, find the $Prob(X\cdot 1_{\{Y\leq c\}} \leq z)$. Where $1_{\{Y\leq c\}}$ is an indicator variable. c is a constant.
$$P(X\cdot 1_{\{Y\leq c\}} \leq z)=P(X\cdot 1\leq z,Y\leq c) + P(X\cdot 0\leq z,Y\geq c) =P(X\cdot 1\leq z,Y\leq c)\\ $$
Am I on the right path?