document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #448876 by stanbon(75887)![]() ![]() ![]() 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? \n" ); document.write( "----- \n" ); document.write( "z(41) = (41-35)/6 = 1 \n" ); document.write( "z(29) = (29-35)/6 = -1 \n" ); document.write( "------------------------- \n" ); document.write( "P(29 < x < 41) = P(-1< z < 1) = normalcdf(-1,1) = 0.6827 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " |