document.write( "Question 90209: Five cards are dealt at random from a standard deck (of 52 cards). Find the probability that the five card poker hand contains the following cards\\r
\n" ); document.write( "\n" ); document.write( "I know the possible outcomes are 2598960\r
\n" ); document.write( "\n" ); document.write( "a. 2 kings 2 queens and 1 jack
\n" ); document.write( "b. 3 aces 1 king and 1 queen
\n" ); document.write( "c. 1 ace 1 king 1 queen and 1 jack
\n" ); document.write( "d. 2 diamonds and 3 hearts
\n" ); document.write( "

Algebra.Com's Answer #65532 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a. P(2 kings 2 queens and 1 jack) = [4C2*4C2*4C1]/52C5
\n" ); document.write( "-------------------------------
\n" ); document.write( "b. P(3 aces 1 king and 1 queen) = [4C3*4C1*4C1]/52C5
\n" ); document.write( "--------------------------------
\n" ); document.write( "c. P(1ace 1 king 1 queen and 1 jack) = [4C1*4C1*4C1*4C1]/52C4
\n" ); document.write( "---------------------------------\r
\n" ); document.write( "\n" ); document.write( "d. P(2diamonds and 3 hearts) = [13C2*13C3]/52C5
\n" ); document.write( "=================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );