0

$X \sim N(1,4)$ and $Y = 3 - 5X$. How to find the density function of $Y$?

I tried first to find the distribution function of Y, but got stuck.

$$F(y) = P(Y <= y) = P(3 - 5X <= y) = P(X >= (-y + 3)/5).$$

Any help appreciated.

user62136
  • 263

2 Answers2

2

Hint: Try to calculate the mean and variance of $Y$. $Y$ also has a normal density, just its mean and variance are different from $X$.

Matt L.
  • 10,636
0

Note that: $$P(X >= (-y + 3)/5)= 1 - P(X <= (-y + 3)/5) = 1 - \Phi((-y+3)/5,1,4)$$

where,

$\Phi(x,\mu,\sigma)$ stands for the cdf of a normal with mean $\mu$ and standard deviation $\sigma$.

Now differentiate both sides to get the pdf of $Y$ and show that it is a normal with the appropriate mean and variance.

response
  • 5,071