-1

Suppose that , , and are independent random variables, each with a standard Normal (Z) distribution.

Compute ( + < − ).

The normal distribution is a topic I have just started and I am not sure how to apply the CDF of the distribution to a problem such as this. I know, for example, how to calculate a normal distribution given a mean, standard deviation, and a condition. This problem, however, I cannot seem to find a starting point on so I was hoping for some guidance as to where to begin the problem.

hmtkd
  • 45

1 Answers1

1

The trick is that $3^2+2^2+6^2=7^2$. Note that $3W+2X-6Y\sim N(0,\,49)$, so it's the same as asking for $P(V<-1)$ with the $N(0,\,1)$ variable $V:=\frac{3W+2X-6Y}{7}$ , which I'm sure you know approximates $0.16$.

J.G.
  • 118,053
  • Could I ask how you were able to simplify $3W + 2X - 6Y ~ N(0,49)$ into $P(X < -1)$? That step confuses me. – hmtkd Mar 10 '19 at 06:45
  • @hmtkd Oh, one doesn't imply the other; I was just saying that an $N(0,,49)$ variable has the same probability of being $<-7$ as an $N(0,,1)$ variable such as $X$ does of being $<-1$. – J.G. Mar 10 '19 at 07:03