If you are given this following problem.
$W,X,Y,Z$ are independent random variables with mean $= 1$ and standard deviation also equal to $1$. How would you compute this particular value: $P(3X+2Y < Z-W)$?
Integration is easy, but I am having trouble setting up the computation.
Don't approach this by integration. Since $W,X,Y,Z$ are iid $N(1,1^2)$ distributed, $3X+2Y-Z+W$ is $N(3+2-1+1, 3^2 + 2^2 + 1^2 + 1^2)=N(5,15)$ distributed. So, you only need to find the probability that a $N(5,15)$ random variable is negative which is standard.