document.write( "Question 1164666: Consider a normal distribution with a mean of 50 and a standard deviation of 5.
\n" );
document.write( "(a) Determine the probability that a random sample of 4 observations has a mean between49 and 52.
\n" );
document.write( "(b) Determine the probability that a random sample of 25 observations has a mean between 49 and 52. \n" );
document.write( "
Algebra.Com's Answer #789210 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the sd of the sample with 4 observations is 5/sqrt(4) or 2.5 \n" ); document.write( "so want z of (49-50)/2.5 which is -0.4 \n" ); document.write( "and z of 52 (52-50)/2.5 which is +0.8 \n" ); document.write( "this has probability of 0.4436\r \n" ); document.write( "\n" ); document.write( "with 25, the sqrt is 5, so that distribution's sd is 4/5, or 0.8\r \n" ); document.write( "\n" ); document.write( "this give a z of -1/0.8 or -1.25 and 2/0.8 or +2.5 \n" ); document.write( "that probability of z between those two values is 0.8881 \n" ); document.write( " |