Hi,
I am trying to calculate the number of hands in Poker with two pairs. For the first pair, I got 13 times the number of combinations of four in two and for the second pair I got 12 times the number of combinations of four in two. However, I cannot get properly the combination for the isolated card of the hand. Please, help me.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Choose the two pairs as ( 2 1 3 ) . For each pair we have ( 2 4 ) suit combinations. For the last card we have 1 1 choices and 4 choices of suit. So we have ( 2 1 3 ) ⋅ ( 2 4 ) 2 ⋅ 1 1 ⋅ 4 = 1 2 3 5 5 2 combinations.