document.write( "Question 614691: For a normal population with population = 70 and population standard deviation = 20, what is the probability of obtaiing a sample mean equal to or greater than 75 for a random sample of n= 225? How do you arrive at the probability by reporting the standard error and the z-score? \n" ); document.write( "
Algebra.Com's Answer #386704 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For a normal population with population with u = 70 and population standard deviation = 20, what is the probability of obtaining a sample mean equal to or greater than 75 for a random sample of n= 225? How do you arrive at the probability by reporting the standard error and the z-score? \n" ); document.write( "----- \n" ); document.write( "mean of the sample means = 70 \n" ); document.write( "std of the sample means = 20/sqrt(225) = 20/15 = 4/3 \n" ); document.write( "----- \n" ); document.write( "z(75) = (75-70)/15 = 5/15 = 1/3 \n" ); document.write( "---- \n" ); document.write( "P(x-bar > 75) = P(z > 1/3) = normalcdf(1/3,100) = 0.3694 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========================= \n" ); document.write( " |