document.write( "Question 1059212: A random sample of
\n" );
document.write( "100
\n" );
document.write( "items is selected from a population of size
\n" );
document.write( "350.
\n" );
document.write( "What is the probability that the sample mean will exceed
\n" );
document.write( "199
\n" );
document.write( "if the population mean is
\n" );
document.write( "195
\n" );
document.write( "and the population standard deviation equals
\n" );
document.write( "25?
\n" );
document.write( "Hint: Use the finite population correction factor since the sample size is more than; 5% of the population size.) \n" );
document.write( "
Algebra.Com's Answer #674290 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A random sample of 100items is selected from a population of size 350. \n" ); document.write( "What is the probability that the sample mean will exceed 199 \n" ); document.write( "if the population mean is 195and the population standard deviation equals 25? \n" ); document.write( "Hint: Use the finite population correction factor since the sample size is more than; 5% of the population size.) \n" ); document.write( "--- \n" ); document.write( "fpc = sqrt[(N-n)/(N-1)] \n" ); document.write( "--------------------- \n" ); document.write( "z(199) = (199-195)/fpc = [4/sqrt(25)][sqrt[(350-100)/(350-1)] = 0.9452 \n" ); document.write( "P(x-bar > 199) = P(z > 0.9452) = normalcdf(0.9452,100) = 0.1723 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " \n" ); document.write( " |