document.write( "Question 1058596: A population is estimated to have a standard deviation of 15. We want to estimate the population mean within 3, with a 90% level of confidence. (Use z Distribution Table.)
\n" );
document.write( "
\n" );
document.write( "How large a sample is required? (Round the z-values to 2 decimal places. Round up your answer to the next whole number.)
\n" );
document.write( "
\n" );
document.write( " Sample required is . \n" );
document.write( "
Algebra.Com's Answer #673675 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The CI has to be 3. \n" ); document.write( "3=z*sigma/sqrt(n);z=1.65, sd=15 \n" ); document.write( "3 sqrt(n)=1.65*15=24.75 \n" ); document.write( "sqrt (n)=8.25 \n" ); document.write( "n=68.06, rounds up to 69. \n" ); document.write( " |