As I am learning normal distribution, i encountered this problem..
Let $X,Y$ be independent normal $N(0,1), N(1,2)$ random variables, respectively. Find $P[2X > Y]$
what got me confusing is that there is a constant in front of $X$ like for instance, if this question asked $P[X > Y]$, I could easily have $P[X-Y > 0]$ and my new normal distribution would be $N(0-1,1+2) = N(-1,3)$ but with a constant in front of $X$ i don't know what my new normal distribution is going to be Any help would be great thanks!

If $X \sim \operatorname{Normal}(\mu = 0, \sigma^2 = 1)$, then $2X \sim \operatorname{Normal}(\mu = 0, \sigma^2 = 4)$, owing to the fact that $\operatorname{Var}[2X] = 2^2 \operatorname{Var}[X]$, and $\operatorname{E}[2X] = 2\operatorname{E}[X] = 2(0) = 0.$