document.write( "Question 1132416: A hand consists of 5 cards from a well-shuffled deck of 52 cards.
\n" );
document.write( "a. Find the total number of possible 5-card poker hands.
\n" );
document.write( "b. A heart flush is a 5-card hand consisting of all heart cards. Find the number of possible heart flushes.
\n" );
document.write( "c. Find the probability of being dealt a heart flush. (Round to six decimal places as needed.) \n" );
document.write( "
Algebra.Com's Answer #749488 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! total number of hands is 52C5 or 2598960 \n" ); document.write( "there are 13C5 or 1287 ways to have 5 hearts \n" ); document.write( "probability of being dealt a heart flush is 0.000495 \n" ); document.write( " |