document.write( "Question 241852: A sample of n = 100 observation drawn from a normal population , with standard deviation of 200 and mean of 1000. find probalilty that mean is greater than 1100.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #177126 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A sample of n = 100 observation drawn from a normal population , with standard deviation of 200 and mean of 1000. find the probabilty the sample mean is greater than 1100. \n" ); document.write( "------------------ \n" ); document.write( "Find the z-value of 1100. \n" ); document.write( "z(1100) = (1100-1000)/[200/sqrt(100)] = 100/[200/10] \n" ); document.write( "= 100/20 = 5 \n" ); document.write( "---------------------------- \n" ); document.write( "P(x > 1100) = P(z > 5) = 0.00000028710.. \n" ); document.write( "----------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |