In every exercise about normal random variables, it proves useful to reduce the problem to the study of a small number of independent standard normal random variables.
Here $U=-1+Y$ and $V=1+Z$ where $(Y,Z)$ is i.i.d. standard normal and one knows that, for every $(x,y,z)$, $x+yY+zZ$ is normal $N(x,y^2+z^2)$.
This should yield that $X$ is $N(0,2)$ and $T$ normal with covariance matrix $C=\begin{pmatrix}a^2&c\\ c&b^2\end{pmatrix}$ with $a^2=\mathrm{var}(U+2V)=5$, $b^2=\mathrm{var}(U-2V)=5$ and $c=\mathrm{cov}(U+2V,U-2V)=a^2-4b^2=-15$.
Question 3. is of a different nature, probably best solved noting that the PDFs are related through the identity $$f_W=\tfrac12f_U+\tfrac12f_V,$$ thus, for every $x$, $$f_W(x)=\frac12f_Y(x+1)+\frac12f_Z(x-1)=\frac12\frac1{\sqrt{2\pi}}\mathrm e^{-(x+1)^2/2}+\frac12\frac1{\sqrt{2\pi}}\mathrm e^{-(x-1)^2/2},$$ that is, $$f_W(x)=\frac12(\mathrm e^x+\mathrm e^{-x})\frac1{\sqrt{2\pi}}\mathrm e^{-1/2}\mathrm e^{-x^2/2}.$$
Note that $W$ is not normal.
http://www.dartmouth.edu/~chance/teaching_aids/books_articles/probability_book/Chapter7.pdf
That's all I got. XD
– BCLC Aug 25 '14 at 06:15