Let $X,Y ∼ N(0,1)$ be i.i.d. and let $U,V$ given by $U=aX+bY+c$ and $V=dX+eY+f$ have a bivariate normal distribution (here $a, b, c, d, e, f ∈ R$ with $ae − bd$ not equals to 0).
(a) What is $Cov(X, Y )$?
(b) What is $Cov(U, V )$?
(c) What are the marginal distributions of $U, V$ ?
Would the answer to (a) be $Cov(aX + b,cY + d) = acCov(X,Y )$?
and thus, (b) is $Cov(U,V)=acCov(X,Y)$?
but how do I proceed with (c)?
Thanks.

a) Independents implies zero covariance. As $X\perp Y$ then $\mathsf{Cov}(X,Y)=0$.
b) Covariance is linear: $\mathsf{Cov}(aX+bY+c,dX+eY+f) = a\,\mathsf{Cov}(X,dX+eY)+b\,\mathsf{Cov}(Y,dX+eY) \\ = ...$
c) Hint: The sum of independent normally distributed random variables, is a normally distributed random variable whose (a) mean is the sum of their means, and (b) variance is the sum of their variances.
Now if $U=aX + bY+c$, and $X,Y\mathop{\sim}^{\perp}\mathcal N(0,1)$, what is the distribution of $U$?
Similarly $V=dX+eY+f$