document.write( "Question 1042076: A shipment at a department store has 40 alarm clocks. 4 of them are defective. If 6 alarm clocks are removed from the shipment at random, find the probability that four of them are defective. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the correct next step: https://s32.postimg.org/rr6ulosw5/math_4_4.png (problem /w choices) \n" );
document.write( "
Algebra.Com's Answer #657003 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A shipment at a department store has 40 alarm clocks. 4 of them are defective. If 6 alarm clocks are removed from the shipment at random, find the probability that four of them are defective. \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 6 and p(defective) = 4/40 = 0.1 \n" ); document.write( "-------------------------- \n" ); document.write( "P(x = 4) = 6C4*0.1^4*0.9^2 = binompdf(6,0.1,4) = 0.0012 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |