document.write( "Question 1187842: A study is conducted to estimate the mean completion time of a task to within 2 minutes 36 seconds of the population mean. Suppose completion time is normally distributed with a standard deviation of 7 minutes 54 seconds. What minimum sample size is required at the 96.6% confidence level?\r
\n" );
document.write( "\n" );
document.write( "You must use a critical z value rounded to two (2) decimal places.\r
\n" );
document.write( "\n" );
document.write( "Minimum sample size required = \n" );
document.write( "
Algebra.Com's Answer #818857 by Boreal(15235) You can put this solution on YOUR website! error is 156 seconds \n" ); document.write( "sd is 474 seconds \n" ); document.write( "z(0.983)=2.12 \n" ); document.write( "error=z*s/sqrt(n) \n" ); document.write( "156=2.12*474/sqrt(n) \n" ); document.write( "sqrt(n)=2.12*474/156=6.44 \n" ); document.write( "n=41.49 round to 42 \n" ); document.write( " |