document.write( "Question 952915: Suppose that people's heights (in centimeters) are normally distributed, with a mean of 170 and a standard deviation of 5. We find the heights of 80 people. How many would you expect to be between 170 and 175 cm tall? \n" ); document.write( "
Algebra.Com's Answer #581958 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that people's heights (in centimeters) are normally distributed, with a mean of 170 and a standard deviation of 5. We find the heights of 80 people. How many would you expect to be between 170 and 175 cm tall? \n" ); document.write( "----- \n" ); document.write( "mean of the sample means = 170 \n" ); document.write( "std of the sample means = 5/sqrt(80) = 0.559 \n" ); document.write( "----- \n" ); document.write( "z(170) = (170-170)/5 = 0 \n" ); document.write( "z(175) = (175-170)/5 = 1 \n" ); document.write( "---- \n" ); document.write( "P(170< x <175) = normalcdf(0,1) = 0.3414 \n" ); document.write( "------------ \n" ); document.write( "Ans: 0.3414*80 = 27 when rounded down \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |