Probability of drawing 5 spades, 3 hearts....

In summary, the conversation discusses a problem involving selecting cards from a deck and calculating the odds of different outcomes. The first solution is found to be correct, but a follow-up question brings up the issue of double counting. After considering different approaches, it is determined that the solution involves 12 ways of assigning suits to the cards, taking into account the fact that certain combinations result in identical scenarios. The difference between odds and probability is also clarified.
  • #1
Addez123
199
21
TL;DR Summary
What are the odds of getting 5 spades, 3 hearts, 3 diamonds, 2 clubs when drawing cards at random (Without putting them back).
The odds are $$\frac {13C5 \times 2 \times 13C3 \times 13C2} {52C13}$$

This is correct according to my book. The follow up question then becomes, what if you can pick 5 of any suit, 3 of any other suit, another 3 from the remaining 2 suits and 2 from the last untouched suit?

The solution would be to calculate
4C1 * 13C5 for the first suit, then 3C1 *13C3 for second suit etc..
Basically same answer as first question except times: 4C1 * 3C1 * 2C1 * 1C1 = 24

Textbook says the correct aswer is same answer as first question * 12, not 24.
That is what I need help with, why 12?
 
Physics news on Phys.org
  • #2
Because 3H then 3D is the same as 3D then 3H.
 
  • #3
hutchphd said:
Because 3H then 3D is the same as 3D then 3H.

Am I doing completely wrong by doing 4C1 * 3C1..?
Because if I divide by the amount of ways that 4 suits can be arranged, aka 4!, I get 1.
That's not even close to 12 anymore..
 
  • #4
Addez123 said:
The odds are $$\frac {13C5 \times 2 \times 13C3 \times 13C2} {52C13}$$

Shouldn't that second term be ##13C3##?

In any case, @hutchphd is right, you are double counting. Think of it like this; there are 3 types of cards remaining, you want to choose two of them to take 3 cards from and one of them to take 2 cards from. How many ways can this be done?
 
  • Like
Likes hutchphd and Addez123
  • #5
It should be 13C3, I think I ment to write (13C3)^2

Ok so first the odds of picking any suit is 1. So we don't do 4C1 (altho it still sounds like the logical expression).
Instead we start at 13C3 * 3C1, then 13C3 * 2C1 then last one is 13C2 * 1C1.
We end up with
$$3C1 * 2C1 * 1C1 = 6 $$
Which isn't 12 either :/
 
  • #6
Addez123 said:
It should be 13C3, I think I ment to write (13C3)^2

Ok so first the odds of picking any suit is 1. So we don't do 4C1 (altho it still sounds like the logical expression).
Instead we start at 13C3 * 3C1, then 13C3 * 2C1 then last one is 13C2 * 1C1.
We end up with
$$3C1 * 2C1 * 1C1 = 6 $$
Which isn't 12 either :/

You're right about the 13C5 x 13C3 x 13C3 x 13C2 part, that doesn't change. You've just got to work out how many ways we can assign the different suits to 5/3/2 cards.

There are 4 choices for the suit from which we draw 5 cards. Let's suppose this is spades. Now you have 3 suits remaining, hearts, diamonds and clubs.

3 cards3 cards2 cards
HeartsDiamondsClubs
HeartsClubsDiamonds
Diamonds ClubsHearts

That's not 3! ways, that's only 3 ways. It's because the other 3 ways in all of the possible permutations are obtained by switching the elements of the first 2 columns, which results in an identical scenario. It would be incorrect to double count them!
 
  • Like
  • Informative
Likes PeroK and Addez123
  • #7
Ah ok!
So because 3 cards are picked twice, it shouldn't be counted twice since it doesn't matter if I pick 3 diamonds first then 3 spades or 3 spades then 3 diamonds. True that!

So the solution is:
$$4C1 * 3C1 = 12$$

Correct?
 
  • #8
Yes, I'll agree it's perhaps not obvious at first! But then again the whole point of combinatorics is to make you feel lost and confused - or at least that's my experience... !

There's a few different ways you could think about it. It essentially just comes down to "in how many ways can we assign one suit to '4', two suits to '3' and one suit to '2'". You could imagine a little table (it's sometimes useful!) and try to fill in the gaps. Without accounting for any of the funny business, we'd get 4! permutations. Now, any distinct arrangement corresponds to two of these permutations (obtained by switching the 3's columns), so we just need to divide the 4! by two.
 
  • Like
Likes hutchphd and Addez123
  • #9
Just a quick note. Odds and probability are not the same thing. You can go from one to the other but they are not the same thing.
 
  • Like
Likes etotheipi

1. What is the probability of drawing 5 spades and 3 hearts from a deck of cards?

The probability of drawing 5 spades and 3 hearts from a deck of cards is approximately 0.0000000000000000025 or 2.5 x 10^-18. This is calculated by taking the number of possible combinations of 5 spades and 3 hearts (64) and dividing it by the total number of possible combinations in a deck of cards (2,598,960).

2. How many ways can 5 spades and 3 hearts be drawn from a deck of cards?

There are 64 ways to draw 5 spades and 3 hearts from a deck of cards. This can be calculated by using the combination formula, nCr = n! / (r!(n-r)!), where n is the total number of cards in the deck and r is the number of cards being drawn. In this case, n = 52 and r = 8.

3. What is the difference between probability and odds?

Probability refers to the likelihood of an event occurring, while odds refer to the ratio of the probability of an event occurring to the probability of it not occurring. For example, if the probability of drawing 5 spades and 3 hearts is 0.0000000000000000025, the odds would be 2.5 x 10^-18 to 1.

4. How does the number of decks affect the probability of drawing 5 spades and 3 hearts?

The number of decks does not affect the probability of drawing 5 spades and 3 hearts, as long as the decks are standard and shuffled properly. This is because the probability of drawing a specific combination of cards remains the same regardless of the number of decks.

5. Is it possible to calculate the exact probability of drawing 5 spades and 3 hearts?

Yes, it is possible to calculate the exact probability of drawing 5 spades and 3 hearts from a deck of cards. This can be done by using the formula for combinations and dividing the number of possible combinations of 5 spades and 3 hearts by the total number of possible combinations in a deck of cards.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
22
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
1K
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
2
Replies
57
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
857
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
758
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
Back
Top