document.write( "Question 528483: a large shipment of items contains 8% defective items. four items of the shipment are randomly selection. what is the chance that the selection will include at least one defective item? \n" ); document.write( "
Algebra.Com's Answer #349297 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a large shipment of items contains 8% defective items. four items of the shipment are randomly selection. what is the chance that the selection will include at least one defective item? \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 4 and p(defective) =0.08 ; p(not defective) = 0.92 \n" ); document.write( "-------------- \n" ); document.write( "P(1<= x <=4) = 1 - P(x = 0) \n" ); document.write( "= 1 - (0.92)^4 \n" ); document.write( "= 1 - 0.7164 \n" ); document.write( "= 0.2836 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |