More probability, help with cards.

In summary: In (2): if your three cards are spades, you need the other four cards from hearts, diamonds, clubs and no more than one of the other two suits. So you need to choose one of the other two suits.In summary, this problem has a probability of 4C(13,3)C(39,5)/C(52,8) or (4·13·3)/(52·8) or (1·52)/.
  • #1
charmedbeauty
271
0

Homework Statement



What is the probability that a hand of 8 cards dealt from a shuffled pack contains:

b)exactly three cards in at least one of the suits.




Homework Equations





The Attempt at a Solution



So

1)choose a suit (4 ways)
2)choose 3 cards from the 13 cards in the suit (C(13,3))
3) choose remaining 5 cards from the remaining 3 suits. (C(39,5)).

so we have 4C(13,3)C(39,5)

Hence the probability is (4C(13,3)C(39,5))/C(52,8)

where C(52,8) is the range of the possible set.

But the top line is wrong, why?
 
Physics news on Phys.org
  • #2
hi charmedbeauty! :smile:
charmedbeauty said:
What is the probability that a hand of 8 cards dealt from a shuffled pack contains:

b)exactly three cards in at least one of the suits.

1)choose a suit (4 ways)
2)choose 3 cards from the 13 cards in the suit (C(13,3))
3) choose remaining 5 cards from the remaining 3 suits. (C(39,5)).

you're double-counting …

if in 1)and 2) you choose 3 hearts, in 3) you could choose 3 diamonds (+ 1 club + 1 spade)

if in 1)and 2) you choose 3 diamonds, in 3) you could choose 3 hearts (+ 1 club + 1 spade) …

same thing! :wink:
 
  • #3
tiny-tim said:
hi charmedbeauty! :smile:


you're double-counting …

if in 1)and 2) you choose 3 hearts, in 3) you could choose 3 diamonds (+ 1 club + 1 spade)

if in 1)and 2) you choose 3 diamonds, in 3) you could choose 3 hearts (+ 1 club + 1 spade) …

same thing! :wink:

Thanks Tiny Tim for the help...
I realized that and figured out the sltn using inclusion/exclusion with 4 subsets...
but is there any easier way to do this??
I figured it out but I knew the answer, but it seemed a very difficult(for me) sltn... is there any easier way?

also for part c) exactly three cards in exactly one of the suits.

Should I just use inclusion /exclusion again??
 
  • #4
charmedbeauty said:
Thanks Tiny Tim for the help...
I realized that and figured out the sltn using inclusion/exclusion with 4 subsets...
but is there any easier way to do this??
I figured it out but I knew the answer, but it seemed a very difficult(for me) sltn... is there any easier way?

(4? 8/3 < 3, so don't you only need to do it once?)

sorry, but there's usually no quick way to do these questions :redface:
also for part c) exactly three cards in exactly one of the suits.

Should I just use inclusion /exclusion again??

nooo, there is a quicker way :smile:

(what do the other cards have to be?)
 
  • #5
tiny-tim said:
(4? 8/3 < 3, so don't you only need to do it once?)

sorry, but there's usually no quick way to do these questions :redface:


nooo, there is a quicker way :smile:

(what do the other cards have to be?)

not of the same suit

so initially choose a suit 4C(13,3) with 3 cards from selected suit

then fill rest of hand

C(39,5) from the remaining suits


but now I have overcounted again


so -3C(13,5)

take away the rest of the possibilities of choosing 5 cards from 4 suits, ie we could only have one suit so take away the other three.

better?
 
  • #6
if only one suit has 3 cards, the distribution must be 3,2,2,1 :wink:
 
  • #7
tiny-tim said:
if only one suit has 3 cards, the distribution must be 3,2,2,1 :wink:

I don't follow
the distribution of what? suits?

I only one suit has three cards

there are 5 places remaining to fill with 3 suits.

so it could be 5 from one suit

4 from one suit and 1 from another

2 from one suit, 2 from the other, and one from the last suit

and they are the only combinations possible since we can't introduce another three cards from the same suit.

I don't see why I should only choose the intersection of the remaining suits.?

why can't I have my 8 card hand consisting of 3 from one suit, and 5 from another?
 
  • #8
charmedbeauty said:
why can't I have my 8 card hand consisting of 3 from one suit, and 5 from another?

oh i misunderstood

i thought 3 was the maximum
 
  • #9
tiny-tim said:
oh i misunderstood

i thought 3 was the maximum

ok so is this sltn correct...

4C(13,3)C(39,5)-3C(13,3)

??
 
  • #10
charmedbeauty said:
ok so is this sltn correct...

4C(13,3)C(39,5)-3C(13,3)

??

no, you need to subtract the number of ways of getting exactly 3 in 2 suits :wink:
 
  • #11
charmedbeauty said:

Homework Statement



What is the probability that a hand of 8 cards dealt from a shuffled pack contains:

b)exactly three cards in at least one of the suits.

Homework Equations


The Attempt at a Solution



So

1)choose a suit (4 ways)
2)choose 3 cards from the 13 cards in the suit (C(13,3))
3) choose remaining 5 cards from the remaining 3 suits. (C(39,5)).

so we have 4C(13,3)C(39,5)

Hence the probability is (4C(13,3)C(39,5))/C(52,8)

where C(52,8) is the range of the possible set.

But the top line is wrong, why?

You could count like this: you need either (1) three cards from just one of the suits; and (2) three cards from each of two suits.

In (1): if, for example, your three cards are hearts, you need the other five cards from spades, clubs and diamonds, choosing no more than two from each of these. That means that you do, in fact, choose two from each of two suits and one from the other suit. How many ways are there to do that? There are C(13,3) ways of choosing three hearts. There are C(3,2) = 3 ways of choosing the two suits that have doubles, and for each such way there are C(13,2)^2 ways of choosing the doubles; then there are 13 ways of choosing the remaining card. Now, of course, the three cards are not hearts, you need to do the same calculations for each of the other choices. Altogether, the number of ways in case (1) is 4*3*13*C(13,3)*C(13,2)^2.

You can do a similar calculation in case (2). Adding them up gives you the numerator.

RGV
 
Last edited:
  • #12
tiny-tim said:
no, you need to subtract the number of ways of getting exactly 3 in 2 suits :wink:

ok so i need to subtract -3C(13,3)C(26,3)?
 
  • #13
tiny-tim said:
no, you need to subtract the number of ways of getting exactly 3 in 2 suits :wink:

ok so i need to subtract -3C(13,3)C(26,3)?
 
  • #14
(just got up :zzz:)
charmedbeauty said:
ok so i need to subtract -3C(13,3)C(26,3)?

(did you mean 3C(13,3)C(26,2)? anyway …)

that only gives you 6 (or 5) cards :wink:
 
  • #15
tiny-tim said:
(just got up :zzz:)


(did you mean 3C(13,3)C(26,2)? anyway …)

that only gives you 6 (or 5) cards :wink:

Im confused about C(26,2)

I thought it should be C(26,3) Since you said "no, you need to subtract the number of ways of getting exactly 3 in 2 suits".

isn't that C(26,3)??
 
  • #16
oh i see!

no i meant eg exactly three hearts and exactly three diamonds :smile:
 
  • #17
tiny-tim said:
oh i see!

no i meant eg exactly three hearts and exactly three diamonds :smile:

oh ok, so its C(25,2).

thanks for the help tinytim
 

What is probability?

Probability is a measure of the likelihood of an event occurring. It is represented as a number between 0 and 1, where 0 indicates impossibility and 1 indicates certainty.

How is probability calculated?

Probability is typically calculated by dividing the number of favorable outcomes by the total number of possible outcomes.

What is a deck of cards?

A deck of cards is a set of 52 playing cards commonly used in various card games. It includes four suits (hearts, diamonds, spades, and clubs) with 13 cards in each suit.

What are the chances of drawing a specific card from a deck?

The chances of drawing a specific card from a deck depend on the number of cards in the deck and the number of cards you are drawing.

How can probability be used in card games?

Probability can be used in card games to calculate the likelihood of certain hands or outcomes, which can help players make strategic decisions.

Similar threads

  • Calculus and Beyond Homework Help
Replies
31
Views
3K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
31
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
11
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
858
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
862
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
Back
Top