document.write( "Question 345380: This question deals with a 52 card deck. There are 2 cards of one denomination and 1 card of another denomination. How do you solve this using combination method? \n" ); document.write( "
Algebra.Com's Answer #246985 by stanbon(75887) ![]() You can put this solution on YOUR website! This question deals with a 52 card deck. \n" ); document.write( "There are 2 cards of one denomination and 1 card of another denomination. \n" ); document.write( "How do you solve this using combination method? \n" ); document.write( "---- \n" ); document.write( "Pick a denomination: 4 ways \n" ); document.write( "Pick 2 cards of that denomination: 13C2 ways \n" ); document.write( "Pick another denomination: 3 ways \n" ); document.write( "Pick one card of that denomination: 13C1 \n" ); document.write( "------- \n" ); document.write( "# of ways to succeed in doing what was described: \n" ); document.write( "4*78*3*13 = 12,168 \n" ); document.write( "-------------------------- \n" ); document.write( "# of ways to pick 3 cards randomly: 52C3 \n" ); document.write( "------------------------------ \n" ); document.write( "Probability of performing the pattern described: 12,168/52C3 = 0.5506 \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |