document.write( "Question 1160898: When a particular machine is functioning properly, 80% of the items
\n" );
document.write( "produced are non-defective.
\n" );
document.write( "1. If six items are examined, what is the probability that exactly four are nondefective?
\n" );
document.write( "2. If six items are examined, what is the probability that exactly three are
\n" );
document.write( "defective?
\n" );
document.write( "3. If six items are examined, what is the probability that at least four are nondefective
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #784325 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is 6C4*0.8^4*0.2^2=0.2458 for 4 \n" ); document.write( "6C3*0.8^3*0.2^3=0.0819 \n" ); document.write( "for the third, look at 4,5,6. We have 4 above \n" ); document.write( "5 is 0.3932 \n" ); document.write( "6 is .8^6=0.2621 \n" ); document.write( "Those three sum to 0.9011 \n" ); document.write( " |