Consider a normal distribution with mean of 500 and a standard deviation of 50.
a. Below what value can we expect to have the lowest 20%?
b. Between what values can we expect to find the middle 80%?
1
Expert's answer
2012-09-21T11:06:41-0400
Let X be a random variable having a normal distribution with mean of 500 and a standard deviation of 50.
Let also Z = (X-500)/50. Then Z has a standard normal distribution, i.e. mean=0 and standard deviation = 1.
where F is the cummulative distribution function for standard normal distribution. The values of F can be taken from tables. We have that F(-0.84162) = 0.2, and so Z0 = -0.84162, whence X0 = 500 + 50 * Z0 = 500 - 50 * 0.84162= = 457.91894.
b. We should find B>0 such that
P(500-B < X < 500+B) = 0.8
Then 0.8 = P(500-B < X < 500+B) = P( (500-B-500)/50 < (X-500)/50 < (500+B-500)/50 ) = P( -B/50 < Z < B/50 ) = F(B/50) - F(-B/50)
Comments
Leave a comment