document.write( "Question 816600: A shipment of 14 televisions contains 5 regular and 9 deluxe models. The manufacturer failed to mark the model designation on the cartons. If 3 cartons are selected at random, what is the probability that exactly 2 of them are the deluxe model? (Round your answer to three decimal places.) \n" ); document.write( "
Algebra.Com's Answer #491606 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A shipment of 14 televisions contains 5 regular and 9 deluxe models. The manufacturer failed to mark the model designation on the cartons. If 3 cartons are selected at random, what is the probability that exactly 2 of them are the deluxe model? \n" ); document.write( "------- \n" ); document.write( "# of ways to succeed: 9C2*5C1 = 36*5 = 180 \n" ); document.write( "----- \n" ); document.write( "# of sets of 3:: 14C3 = (14*13*12)/(1*2*3) = 364 \n" ); document.write( "----- \n" ); document.write( "P(x = 3) = 180/364 = 0.4945 \n" ); document.write( "---------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |