How Many Ways to Get Three of a Kind in a Four-Card Hand?

  • Thread starter Thread starter blue_soda025
  • Start date Start date
  • Tags Tags
    Combinatorics
AI Thread Summary
To obtain three of a kind in a four-card hand from a standard 52-card deck, one must select three cards of the same rank and one card of a different rank. There are 13 ranks available, and for each rank, there are C(4,3) combinations to choose three cards from the four available. After selecting the three cards, there are 48 remaining cards from the other ranks to choose the fourth card. The total number of combinations for three of a kind is calculated as 13 * C(4,3) * 48, resulting in 2,496 possible combinations. This calculation provides a clear method for determining the number of ways to achieve three of a kind in this card game.
blue_soda025
Messages
26
Reaction score
0
Suppose you play a game of cards in which only four cards are dealt from a standard deck of 52 cards. How many ways are there to obtain three of a kind? (3 cards of the same rank and 1 card of a different rank, for example 3 tens and 1 queen.)

Could someone help me with how to do this problem? I tried doing 4C3 x 13 x 52C1, which was obviously wrong. :/ Any help would be appreciated.
 
Physics news on Phys.org
You can choose first card in 52 different ways. You can choose the next two (same of a kind as the first one) in 3 * 2 ways. And the last card, in 49 different ways.
 
blue_soda025 said:
Suppose you play a game of cards in which only four cards are dealt from a standard deck of 52 cards. How many ways are there to obtain three of a kind? (3 cards of the same rank and 1 card of a different rank, for example 3 tens and 1 queen.)

Could someone help me with how to do this problem? I tried doing 4C3 x 13 x 52C1, which was obviously wrong. :/ Any help would be appreciated.
The standard 52 cards contain 13 different ranks of 4 cards each.
For any given rank, there are C(4,3) combinations of 3 cards chosen from the rank's 4 cards. Since there are 13 different ranks, a total of {13*C(4,3)} possible combinations of {3 cards from the same rank} exist. Finally, there remain {(52 - 4) = 48} cards in the 12 other (different) ranks from which to choose the final card. Hence:
{Total Combinations of "3-of-a-Kind" from std 52 Cards} = {13*C(4,3)}*(48) = (2496)


~~
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top