document.write( "Question 168803: What is the probability of obtaining a FIVE card poker hand that contains all RED cards? \n" ); document.write( "
Algebra.Com's Answer #124454 by stanbon(75887) ![]() You can put this solution on YOUR website! What is the probability of obtaining a FIVE card poker hand that contains all RED cards? \n" ); document.write( "---------------- \n" ); document.write( "# of ways to succeed: 26C5 = 65780 \n" ); document.write( "# of 5 card hands with no restriction: 52C5 = 2598960 \n" ); document.write( "--------------------- \n" ); document.write( "P(5 red) = 65780/259860 = 0.025310.. \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |