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 #346158 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
a)13C4*13C1=715*13=9295
\n" ); document.write( "b)26C3*26C2=2600*325=845000
\n" ); document.write( "c)12C3*40C2+12C4*40C1+12C5=171600+19800+792=192192
\n" ); document.write( "d)4C2*12C2*36C1=156816
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );