Question 878491: I'm having a hard time understanding how to compute this question. I'm just starting my summer school class and my teacher is absolutely HORRID! It's his first time ever teaching and he doesn't speak english well!
My question is how do I solve this question?
Question:
Southwest Consulting tracks their daily profits and has found that the distribution of profits is approximately normal with a mean of $21,500.00 and a standard deviation of about $700.00. Using this information, answer the following questions. Round your intermediate answers (z-values) to 2 decimal places in order to be able to read the corresponding area values from the table.
For full marks your answer should be accurate to at least four decimal places.
Compute the probability that tomorrow's profit will be:
a) less than $20,975.00 or greater than $23,145.00
b) between $20,128.00 and $23,068.00
Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website!
Hi
mean of $21,500.00 and a standard deviation of about $700.00
Since this is a continuous function, we have P(x < 20975) = P(x ≤ 20975) etc
a) normalcdf(-9999, 23068, 21500,700) + (1 - normalcdf(-9999, 23145, 21500,700)
b) normalcdf(-9999, 23068, 21500,700) - (1 - normalcdf(-9999,20128, 21500,700)
Using z's
a) P(z ≤ -525/700) + (1 - P(z ≤ 1645/700)
b) P( z ≤ 1568/700) - P(z ≤ -1372/700
|
|
|