- #1
jumbogala
- 423
- 4
Homework Statement
A special deck of 40 cards has 4 suits (hearts, diamonds, spades, and clubs) and 10 denominations (aces, ones, ... tens).
Four cards are randomly chosen from the deck. What is the probability that you get:
a) two pairs?
b) the third card selected is the first ace chosen?
Homework Equations
Note: when I say 40 c 4, I mean 40 choose 4 or (40!) / (4!36!)
The Attempt at a Solution
First I found the number of ways 4 cards can be selected from 40. It's 40 c 4, or 91390 ways.
a) So first you choose a denomination. There's 10 ways that can happen, so it's 10 x (4 c 2). Then choose a second denomination. There are 9 ways that can happen, so it's 9 x (4 c 2). All together 10 x (4 c 2) x 9 x (4 c 2) = 3240.
3240 / 91390 = 0.035... but that's not the answer. Where did I go wrong?
b) The first card can be any of 36 cards. The second card can be any of 35 cards. The third card can be any of 4 cards (only aces), and the fourth can be any of 37 cards.
Number of ways it can happen then: 36 x 35 x 4 x 37 = 186480. But that's way more than the sample space so that can't be right =\