document.write( "Question 1059210: Suppose that a population is known to be normally distributed with
\n" );
document.write( "muμequals= 2,100
\n" );
document.write( "and
\n" );
document.write( "sigmaσequals=240.
\n" );
document.write( "If a random sample of size
\n" );
document.write( "nequals=8
\n" );
document.write( "is selected, calculate the probability that the sample mean will exceed 2,200. \n" );
document.write( "
Algebra.Com's Answer #674292 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that a population is known to be normally distributed with \n" ); document.write( "mu equals = 2,100 \n" ); document.write( "and \n" ); document.write( "sigma equals = 240. \n" ); document.write( "If a random sample of size n equals = 8 is selected, \n" ); document.write( "calculate the probability that the sample mean will exceed 2,200. \n" ); document.write( "------------------------ \n" ); document.write( "z(2200) = (2200-2100)/[240/sqrt(8)] = 1.1785 \n" ); document.write( "--- \n" ); document.write( "P(x-bar > 2200) = P(z > 1.1785) = normalcdf(1.1785,100) = 0.1193 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |