document.write( "Question 614354: Poker is a common game in which players are dealt five cards from a deck of cards. It can be shown that there are 2,598,960 different possible poker hands. The winning hands (from highest to lowest) are shown in the table below. Find the requested probabilities. (Use a calculator and give the answer to five decimal places.)
\n" );
document.write( "Royal Flush is 4 hands
\n" );
document.write( "Other straight flush is 36 hands
\n" );
document.write( "Four of a kind is 624 hands
\n" );
document.write( "Full house is 3,744 hands
\n" );
document.write( "Flush is 5,108 hands
\n" );
document.write( "Straight is 10,200 hands
\n" );
document.write( "Three of a kind is 54,912 hands
\n" );
document.write( "Two pair is 123,552 hands
\n" );
document.write( "One pair is 1,098,240 hands
\n" );
document.write( "Other hands is 1,302,540 hands
\n" );
document.write( "(1) What are the chances of being dealt a full house or better?
\n" );
document.write( "(2) What are the chances of being dealt a hand that will lose to a flush?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #386511 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 1) \n" ); document.write( "(4+36+624+3744)/2598960 \n" ); document.write( "=.00170 \n" ); document.write( ". \n" ); document.write( "2) \n" ); document.write( "(1302540+1098240+123552+54912+10200)/2598960 \n" ); document.write( "=.99634 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |