document.write( "Question 429170: Determine how many ways you could be dealt a hand of 5 cards with each of the following outcomes.
\n" ); document.write( "a.) A flush in Hearts.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b.) Three Jacks and two Sevens.
\n" ); document.write( "

Algebra.Com's Answer #298152 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Determine how many ways you could be dealt a hand of 5 cards with each of the following outcomes.
\n" ); document.write( "a.) A flush in Hearts.
\n" ); document.write( "Pick a suit: 4 ways
\n" ); document.write( "Pick 5 of that suit: 13C4
\n" ); document.write( "# of flushes: 4* 13C4 = 2860
\n" ); document.write( "------------------------------------- \r
\n" ); document.write( "\n" ); document.write( "b.) Three Jacks and two Sevens.
\n" ); document.write( "Pick a suit: 4 ways
\n" ); document.write( "Pick 3 Jacks: 4C3 = 4 ways
\n" ); document.write( "---
\n" ); document.write( "Pick a suit: 4 ways
\n" ); document.write( "Pick 2 Sevens: 4C2 = 6 ways
\n" ); document.write( "-------
\n" ); document.write( "# of hands meeting condition:
\n" ); document.write( "4*4*4*6 = 384
\n" ); document.write( "===========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );