document.write( "Question 211492This question is from textbook
\n" );
document.write( ": A case of 24 cans contains 1 can that is contaminated. Three cans are to be chosen randomly for testin.
\n" );
document.write( "A. How many different combinations of 3 cans could be selected?
\n" );
document.write( "B. What is the probability that the contaminate can is selected for testing? \n" );
document.write( "
Algebra.Com's Answer #159860 by stanbon(75887) ![]() You can put this solution on YOUR website! A case of 24 cans contains 1 can that is contaminated. Three cans are to be chosen randomly for testin. \n" ); document.write( "A. How many different combinations of 3 cans could be selected? \n" ); document.write( "Ans: 24C3 = 2024 \n" ); document.write( "------------------------------\r \n" ); document.write( "\n" ); document.write( "B. What is the probability that the contaminate can is selected for testing? \n" ); document.write( "P(contam in 3) = 1 - P(no contam in 3) \n" ); document.write( "= 1 - 23C3/2024 = 1 - (1771/2024) = 0.1250 \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |