document.write( "Question 654228: A poker hand consists of 5 cards consists of 5 cards dealt from an ordinary deck of 52 playing cards. How many different hands are there consisting of four hearts and one spade? I have tried nPr and nCr with 26C5 and 26P5 but that hasn't come with my desired answer of 9295. I would like to know to get to the answer because I can't seem to find a way to get to the answer. \n" ); document.write( "
Algebra.Com's Answer #408651 by tomlaidlaw(14)\"\" \"About 
You can put this solution on YOUR website!
Combination of 13 cards taken 4 at a time x 13 cards taken 1 at a time.
\n" ); document.write( "13C4=715, 13C1 = 13 715x13 = 9295\r
\n" ); document.write( "\n" ); document.write( "Tom Laidlaw
\n" ); document.write( "
\n" );