$X_1 ∼ N(µ = 2, σ = 2), X_2 ∼ N(µ = 1, σ = 4), X_3 ∼ N(µ = −4, σ= 3):$ $X_1, X_2,$ and $X_3$ be independent and $Y = (X_1 + 2X_2 + X_3)^2.$
Determine $P(Y > E(Y)).$
My solution: I got the value of $E(Y) = 77$ and $Var(Y) = 11858.$
So, this means $Y \sim N(77,11858).$ (Is this right?) and $P(Y> E(Y))$ becomes $P(Y>77).$
Comment: It seems you are now on the right track. Consider the following simulation, which should be sufficiently accurate to see if any results are wrong. With sample sizes of a million, most means, standard deviations, and probabilities should be accurate to 2 or 3 significant digits. (Variances have squared units and so would not be accurate to so many digits.) Because $Y$ is normal with mean $0,$ the distribution of $Y^2$ is a multiple of a chi-squared distribution.