Hello,
Using the bilinearity of the covariance, we have cov(X,U)=cov(X,2X-3Y)=2cov(X,X)-3cov(X,Y)
Since X and Y are independent, cov(X,Y)=0
And cov(X,X)=Var(X)
You're done for this one
As for the correlation, you'll need Var(U), which is Var(2X-3Y)=4Var(X)+9Var(Y) (because they're independent)
You're done for this one too
For the distribution of X1/X2, let's do it a smart way

Since they're lognormal, there exist Y1 and Y2 both N(0,1) such that X1=exp(Y1) and X2=exp(Y2), and which are independent.
For further convenience, we can actually let X2=exp(-Y2) (it doesn't change much, because -N(0,1)=N(0,1))
So X1/X2=exp(Y1+Y2)
Since Y1 and Y2 are independent, Y1+Y2 follows a normal distribution (0,2)
So this is a lognormal (0,2)
As for P(X1>2X2), note that it equals P(X1/X2>2)... or if you want to relate to a normal distribution, it equals P(N(0,2)>ln(2)).
If something I wrote is unclear, please tell me. It's late, and I was a bit lazy to explain very clearly
