document.write( "Question 1099643: For the quality control purposes, suppose that a sample of 1600 tires of the same type is obtained at random from an ongoing production process in which 8% of all such tires produced are defective. What is the probability that in such a sample not more than 150 tires will be defective? \n" ); document.write( "
Algebra.Com's Answer #714196 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! mean=np=1600*0.08=128 \n" ); document.write( "variance is np(1-p)=128*0.92=117.76 \n" ); document.write( "sd is sqrt (v)=10.85 \n" ); document.write( "not more than 150 is 150.5 with continuity correction factor \n" ); document.write( "z=(150.5-128)/10.85 \n" ); document.write( "z=22.5/10.85 \n" ); document.write( "z is less than or equal to +1.08 \n" ); document.write( "0.8599 is the probability. \n" ); document.write( "Makes intuitive sense since expected value is 128 and problem asks for probability under 150. \n" ); document.write( " |