document.write( "Question 1180133: Let X be a random variable with X = N(200, 10^2).
\n" );
document.write( "If you take a sample of size n = 10,
\n" );
document.write( "what is the probability that the sample mean is greater than 220? \n" );
document.write( "
Algebra.Com's Answer #809820 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the sd is 10, the sqrt (V) \n" ); document.write( "z=(220-200)/10/sqrt(10) \n" ); document.write( "=20*sqrt(10)/10 \n" ); document.write( "=6.32 \n" ); document.write( "the probability is essentially 0 (1 x 10^(-10)) \n" ); document.write( " \n" ); document.write( " |