Given X,Y independent continous variables, $X,Y \sim \mathcal N(0,16)$, what is $X - Y$?

77 Views Asked by At

Knowing that $X,Y \sim \mathcal N(0,16)$ then $X - Y \sim \mathcal N(0,8)$ or $X - Y \sim \mathcal N(0,32)$?

How should I know this?

2

There are 2 best solutions below

0
On BEST ANSWER

There are some facts which are well known, which you can use:

  1. Linearity of Expectation:

In your case it is $\mathbb E(X-Y)$=$\mathbb E(X)-\mathbb E(Y)$

  1. If two (or more) random variables are independent, then the variance of the sum/difference of these random variables is equal to the $\underline{\textrm{sum}}$ of the variances of these random variables. In your case it is

$Var(X-Y)=Var(X)+Var(Y)$

3
On

Hint.

First, since $X$ and $Y$ are independent then nndeed $X-Y$ is normally distributed (why ?). Now, what are $\mathbb E[X-Y]$ and $Var(X-Y)$ ?