document.write( "Question 520629: A poker hand consists of 5 cards dealt from an ordinary deck of 52 playing cards. How many different hands are there consisting of (a) four hearts and one spade? (b) three red cards and two black cards? (c) at least 3 face cards? (d) 2 aces and 2 face cards? \n" ); document.write( "
Algebra.Com's Answer #346155 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A poker hand consists of 5 cards dealt from an ordinary deck of 52 playing cards.
\n" ); document.write( "-----------------------
\n" ); document.write( "How many different hands are there consisting of
\n" ); document.write( "(a) four hearts and one spade?
\n" ); document.write( "# of ways to get 4 hearts: 13C4 = 715
\n" ); document.write( "# of ways to get 1 spade: 13C1 = 13
\n" ); document.write( "---
\n" ); document.write( "Total # of ways = 715*13 = 9295
\n" ); document.write( "=================================================
\n" ); document.write( "(b) three red cards and two black cards?
\n" ); document.write( "# of ways to get 3 red = 26C3 = 2600
\n" ); document.write( "# of ways to get 2 black = 26C2 = 325
\n" ); document.write( "---
\n" ); document.write( "Total # of ways = 845,000
\n" ); document.write( "==================================================
\n" ); document.write( "(c) at least 3 face cards?
\n" ); document.write( "There are 12 face cards:
\n" ); document.write( "3 face cards: 12C3*40C2 = 220*780
\n" ); document.write( "+ 4 face cards: 12C4*40C1 = 495*40
\n" ); document.write( "+ 5 face cards: 12C5*40C0 = 792*1
\n" ); document.write( "---
\n" ); document.write( "Total # = 171600 + 19800 + 792 = 192,192
\n" ); document.write( "=======================================\r
\n" ); document.write( "\n" ); document.write( "(d) 2 aces and 2 face cards?
\n" ); document.write( "# of ways to get 2 aces: 4C2 = 6
\n" ); document.write( "# of ways to get 2 face cards: 12C2 = 66
\n" ); document.write( "---
\n" ); document.write( "Total # of ways = 6*66 = 396
\n" ); document.write( "============================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============
\n" ); document.write( "
\n" ); document.write( "
\n" );