Compute sums of variances

41 Views Asked by At

I am trying to compute $VAR(2X-3Y)$ which may be rewritten as $$E\left((2X-3Y)^2\right) - \left(E(2X-3Y)\right)^2=E(4X^2-6XY +9Y^2) - E(2X -3Y)E(2X-3Y)$$

How do I compute the rest?

1

There are 1 best solutions below

0
On

You can use the results in this link: http://www.cse.cuhk.edu.hk/~cslui/ERG2040C/tutorial11_notes.pdf about the expectation of linear combinations of variables. It will help you simplify the expression you have got. After that, you will have to use the definition of expectation, depending on what is the probability distribution of your variables.