document.write( "Question 1159483: A production process is known to produce 10% defectives. A buyer purchases 30 of these items.
\n" ); document.write( "What is the probability that 5 or less items are defective? \r
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "(b) What is the probability that exactly 2 items are defective?
\n" ); document.write( "

Algebra.Com's Answer #782555 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
it is a binomial looking at the probability 0 to 5 are defective given that the probability of each is 0.1.
\n" ); document.write( "That is 0.9268. 2nd VARS, binomcdf (30,.1,5)\r
\n" ); document.write( "\n" ); document.write( "exactly 2 items are defective is 0.2277
\n" ); document.write( "2nd VARS, binompdf (30, .1, 2)\r
\n" ); document.write( "\n" ); document.write( "also for this one 30C2*0.9^28*0.1^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );