document.write( "Question 1194848: In a 5-card poker hand, find the probability that the hand contains 3 spades. \n" ); document.write( "
Algebra.Com's Answer #827133 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "There are 2,598,960 different five-card hands possible (whether they have 3 spades or not).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The scratch work for this is shown here
\n" ); document.write( "n C r = (n!)/(r!(n-r)!)
\n" ); document.write( "52 C 5 = (52!)/(5!*(52-5)!)
\n" ); document.write( "52 C 5 = (52!)/(5!*47!)
\n" ); document.write( "52 C 5 = (52*51*50*49*48*47!)/(5!*47!)
\n" ); document.write( "52 C 5 = (52*51*50*49*48)/(5!)
\n" ); document.write( "52 C 5 = (52*51*50*49*48)/(5*4*3*2*1)
\n" ); document.write( "52 C 5 = (311875200)/(120)
\n" ); document.write( "52 C 5 = 2,598,960
\n" ); document.write( "We use the nCr combination formula because order doesn't matter in a card hand.
\n" ); document.write( "A hand like {Q, 2, 3, J, K} is the same as {2, 3, J, Q, K}\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are 13 spades and we want exactly 3 spades
\n" ); document.write( "Let's plug in n = 13 and r = 3
\n" ); document.write( "n C r = (n!)/(r!(n-r)!)
\n" ); document.write( "13 C 3 = (13!)/(3!*(13-3)!)
\n" ); document.write( "13 C 3 = (13!)/(3!*10!)
\n" ); document.write( "13 C 3 = (13*12*11*10!)/(3!*10!)
\n" ); document.write( "13 C 3 = (13*12*11)/(3!)
\n" ); document.write( "13 C 3 = (13*12*11)/(3*2*1)
\n" ); document.write( "13 C 3 = (1716)/(6)
\n" ); document.write( "13 C 3 = 286
\n" ); document.write( "There are 286 ways to pick those three spades where order doesn't matter.
\n" ); document.write( "Then there are 39C2 = 741 ways to pick the other two non-spade cards. I'll skip the steps in showing how to get the 741, but you'd follow the templates above to show your teacher how you got 741.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We have 286*741 = 211,926 ways to pick a five-card hand that has exactly three spades and two other non-spade cards.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Divide the results we found
\n" ); document.write( "A = number of hands that have 3 spades + 2 others
\n" ); document.write( "B = number of five card hands total
\n" ); document.write( "A = 211,926
\n" ); document.write( "B = 2,598,960
\n" ); document.write( "A/B = probability of getting exactly 3 spades and 2 other non-spades
\n" ); document.write( "A/B = (211,926)/(2,598,960)
\n" ); document.write( "A/B = 0.081543\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Normally I would stick to the fraction form, but the integer values are quite large.
\n" ); document.write( "It might make more intuitive sense to go for the approximate decimal form.
\n" ); document.write( "Of course it's best to follow whatever instructions your teacher provides when it comes to recording the final answer.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer as a fraction: (211,926)/(2,598,960)
\n" ); document.write( "Answer in decimal form: 0.081543 which is approximate
\n" ); document.write( "Answer in percent form: 8.1543% which is also approximate
\n" ); document.write( "
\n" ); document.write( "
\n" );