document.write( "Question 1187197: Suppose a random sample of size 36 is drawn from a population with a mean of 277. If 91% of the time the sample mean is less than 279, what is the population standard deviation?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #818337 by Boreal(15235) You can put this solution on YOUR website! 91st percentile z=1.34 \n" ); document.write( "z=(x-mean)/sigma/sqrt(36) \n" ); document.write( "1.34=(279-277)/sigma/6 \n" ); document.write( "1.34=12/sigma \n" ); document.write( "sigma=8.95, the answer. \n" ); document.write( "The sd of the sample is 8.95/6 or 1.49 \n" ); document.write( " \n" ); document.write( " |