document.write( "Question 387435: my question is this?
\n" );
document.write( "1.In a box of 12 parts 5 are defective. Two parts are selected with out replacement. What is the probability that a least one of the parts is defective?
\n" );
document.write( "2. A pizza can be made with 7 different cheese and 2 of 8 different topping. how many different combinations are possible.\r
\n" );
document.write( "\n" );
document.write( "i want to know how to solve this problem? step-by-step leading to the answer. \n" );
document.write( "
Algebra.Com's Answer #273909 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 1) \n" ); document.write( "nCr=combination of n things taken r at a time=n!/((n-r)!*r!) \n" ); document.write( "Probability none are defective: 7C2/12C2 = 21/66 = 7/22 \n" ); document.write( "Probability none at least one is defective: 1- 7/22 = 15/22 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |