document.write( "Question 523820: A poker hand consists of five cards from a standard deck of 52. fin the number of different poker hands of the specified type.
\n" ); document.write( "-Two pairs(two of one denomination, two of another denomination, and one of a third)
\n" ); document.write( "I have the answer and it is C(13,2)C(4,2)C(4,2)x44=123552
\n" ); document.write( "and i have absolutely no idea where the (13,2)or 44 came from
\n" ); document.write( "

Algebra.Com's Answer #347439 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
(13,2) The pairs can have any 2 of thirteen ranks.
\n" ); document.write( "44 The final card can have any one of 11 ranks and any of 4 suits. 11*4=44.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );