document.write( "Question 278601: in a shipment of 11 CD players, two are defective. Find the probability that a sample of 2 CD players will not contain any that are defective. \n" ); document.write( "
Algebra.Com's Answer #202722 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 2/11 probability a player will be defective \n" ); document.write( "let a=2/11, b=9/11 \n" ); document.write( "(a+b)^2=a^2+2ab+b^2 \n" ); document.write( "probability none defective = b^2 = (9/11)^2 = 81/121 = .6694 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |