Probability Theory: Shuffling a Deck of Cards

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
FrogPad
Messages
801
Reaction score
0
EDIT: Please disregard, or delete.
I got it.

Stumped on this question:
Shuffle a deck of cards and turn over the first card. What is the sample space of this experiment? How many outcomes are in the event that the first card is a heart?

Attempt at a solution:

[tex]D = \{[/tex] deck of 52 cards randomly shuffled [tex]\}[/tex]
[tex]S = \{ x | x \in D \}[/tex]

I'm not sure if this is right. The event is viewing the the first card. So if we are viewing one card, all possible cards viewable at one time would just be one of the 52 cards right? Or does the sample space need for example:

S = {D-H2, D-H3, ... D-HA, D-***,}
Where D is the 52 cards. H2 would mean two of hearts, HA would mean ace of hearts. *** would mean all other card combinations.

Next part,
"How many outcomes are in the event that the first card is a heart"

Would I define the event as,
E_H = { D-H2, D-H3, ... , D-HK, D-HA }
D-H2 would mean the set that contains 51 cards without the two of hearts.

Thus the number of elements of E_H would be: 51^13


thanks in advance
 
Last edited:
Physics news on Phys.org
You said you got it, but what you have there is not right? You should have only 13 outcomes (for the first card being a heart). The event space would just be {2h, 3h, ... 10h, Jh, Qh, Kh, Ah} where 2h = 2 of hearts, etc.
 
mattmns said:
You said you got it, but what you have there is not right? You should have only 13 outcomes (for the first card being a heart). The event space would just be {2h, 3h, ... 10h, Jh, Qh, Kh, Ah} where 2h = 2 of hearts, etc.

Yeah, I should have pointed out that what I wrote down is not right.

I realized the problem was easier then what I was trying to make it out to be.