Not sure how to set these up correctly.. Any help is appreciated, thank you!
You draw 5 cards from a 52-card deck. Find the probability of each scenario.
- Two cards are sevens, given there are no face cards
- There is exactly one face card, given three of the cards are red
- Three cards are Aces, given one of the Aces was removed from the deck
The probability of drawing $k_1$ from $n_1$ category-1 cards, $k_2$ from $n_2$ category-2 cards, ..., and $k_r$ from $n_r$ category-$r$ cards, when given that you are drawing $k_1+k_2+\cdots+k_r$ cards from all $r$ categories is
$$\dfrac{\dbinom{n_1}{k_1}\dbinom{n_2}{k_2}\cdots\dbinom{n_r}{k_r}}{\dbinom{n_1+n_2+\cdots +n_r}{k_1+k_2+\cdots+ k_r}}$$
All you have to do is identify how many from what many of which categories you are drawing.
(You may also need to employ Bayes' Theorem.)
The probability of drawing 2 from 4 sevens and 3 from 36 non-face-nor-sevens when drawing 5 from 40 non-face cards is:
The probability of drawing (I) 1 red face, 2 red non-face, 2 black non-face, or (II) 1 black face, 3 red non-face, 1 black non-face, when drawing 3 red and 2 black cards from the deck is:
The probability of drawing 3 from 3 aces, 2 from 48 non-aces when drawing 5 from 51 remaining cards is:
Remark: When to multiply and when to add. By the universal principle of counting, the count of ways to perform a sequence of tasks is the product of ways to perform the tasks, while the count of ways to perform alternative tasks is the sum of ways to perform the alternatives.
In short: Multiply the counts of "and" joined tasks, else sum the counts of "or" joined tasks.