document.write( "Question 682801: The annual precipitation amounts in a certain mountain range are normally distributed with a mean of 88 inches, and a standard deviation of 10 inches. What is the likelihood that the mean annual precipitation during 25 randomly picked years will be less than 90.8 inches? \n" ); document.write( "
Algebra.Com's Answer #423363 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The annual precipitation amounts in a certain mountain range are normally distributed with a mean of 88 inches, and a standard deviation of 10 inches. What is the likelihood that the mean annual precipitation during 25 randomly picked years will be less than 90.8 inches? \n" ); document.write( "---- \n" ); document.write( "Mean of the sample means of samples of size 25 = 10/sqrt(25) = 2 \n" ); document.write( "------ \n" ); document.write( "z(90.8) = (90.8-88)/2 = 2.8/2 = 1.4 \n" ); document.write( "---- \n" ); document.write( "P(x < 90.8) = P(z < 1.4) = normalcdf(-100,1.4) = 0.9192 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " \n" ); document.write( " |