SOLUTION: A season of football scores falls in a normal distribution with a mean of 35 and standard deviation of 6. What is the probability that a score was between 29 and 41?
Algebra ->
Probability-and-statistics
-> SOLUTION: A season of football scores falls in a normal distribution with a mean of 35 and standard deviation of 6. What is the probability that a score was between 29 and 41?
Log On
Question 734293: A season of football scores falls in a normal distribution with a mean of 35 and standard deviation of 6. What is the probability that a score was between 29 and 41? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A season of football scores falls in a normal distribution with a mean of 35 and standard deviation of 6. What is the probability that a score was between 29 and 41?
-----
z(41) = (41-35)/6 = 1
z(29) = (29-35)/6 = -1
-------------------------
P(29 < x < 41) = P(-1< z < 1) = normalcdf(-1,1) = 0.6827
======================
Cheers,
Stan H.
======================