document.write( "Question 445831: IQ scores in a general adult population have mean 100 and standard deviation 15. A simple random sample of 50 adults is selected, and the sample mean x of their IQ scores is computed.
\n" );
document.write( "What is the probability that the sample mean IQ score is greater than 105.0? Give your answer as a number between 0 and 1, rounded to 3 decimal places. \n" );
document.write( "
Algebra.Com's Answer #306999 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! IQ scores in a general adult population have mean 100 and standard deviation 15. A simple random sample of 50 adults is selected, and the sample mean x of their IQ scores is computed. \n" ); document.write( "What is the probability that the sample mean IQ score is greater than 105.0? Give your answer as a number between 0 and 1, rounded to 3 decimal places. \n" ); document.write( "------------ \n" ); document.write( "z(105) = (105-100)/15 = 1/3 \n" ); document.write( "---- \n" ); document.write( "P(x > 105) = P(z > 1/3) = normalcdf(1/3,100) = 0.369 \n" ); document.write( "======================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " |