Given a vector $$ X = (X1,X2,X3)^t $$ which is multivariate normal with mean 0 and covariance matrix $$ \left( \begin{array}{ccc} 1 & 0 & 0 \\ 0 & 2 & 1 \\ 0 & 1 & 3 \end{array} \right) $$
find $$ P(X1 > X2 + X3 +2) $$
I dont think anything involving the pdf is the easiest way.