document.write( "Question 1188542: A Computer manufacturer wants to estimate the mean number of defective microchips it produces in a month. From previous study they know that the standard deviation is 10.68.\r
\n" );
document.write( "\n" );
document.write( "What is the required sample size for the manufacturer to be 95 percent confident, that the average defective microchips are within thier industry average with an allowable error of 0.5 \n" );
document.write( "
Algebra.Com's Answer #819673 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! error= z*sigma/sqrt (n) \n" ); document.write( "0.5=1.96*10.68/sqrt(n) \n" ); document.write( "sqrt(n)=3.92*10.68=41.8656 \n" ); document.write( "n=1753, rounded up. \n" ); document.write( " |