i)To find the probability, we need to find the fraction where the numerator is the number of ways to have a flush and the denominator is the number of 5 card hands possible.
Each of these numbers will be found using Combinations
"C\nn\n,\nk\n=\n\\frac{n\n!}{\n(\nk\n)\n!\n(\nn\n\u2212\nk\n)\n!}"
"C\n52\n,\n5\n=\n\\frac{52\n!}{\n(\n5\n)\n!\n(\n52\n\u2212\n5\n)\n!}" "=\n2\n,\n598\n,\n960" ways
ii) To get exactly 3 aces, you need to choose 3 of the 4 aces and 2 of the other 48 cards. The number of ways to do that is
C(4,3)*C(48,2) = "\\frac{4\n!}{\n(\n3\n)\n!\n(\n4\n\u2212\n3\n)\n!}"*"\\frac{48\n!}{\n(\n2\n)\n!\n(\n48\n\u2212\n2\n)\n!}" =4512
Hence probability= "\\frac{4512}{2598960}" = 0.00174
iii)Probability of getting a hand that has 5 cards of the same suit (flush, straight flush, royal flush.
Calculate all hands that involve a flush (so not just a flush but also a straight flush and royal flush) so that we'll be looking at any hand that has five cards of the same suit (with a suit having 13 cards in total). We can express getting this with:"C_{13,5}"
Keep in mind that there are 4 suits this can happen in, but we only want 1, and so we need to multiply by "C_{4,1}"
. Putting it together then, we get
"\\frac{4!}{1!(4-1)!)}\\frac{13!}{5!(13-5)!}" = 5148
The probability of getting a hand with a flush is:
= "\\frac{5148}{\n2598960}" ="00198\n ."
Comments
Dear Shiva n, thank you for correcting us. Your answer is correct.
May be i am not wrong i can see one correction in solution at point or sub question 2] i think 6768 this is wrong. it should be 4512 and the final answer will be 0.001736 , Please re-correct me if i am wrong
Leave a comment