So I got a bunch of counting problems for the permutations and combinations section, and I'm not really sure if I got them right. If you answer my question, can you tell me your answers and processes (or if they're right at least)?
So, here are the problems.
Find the number of 5-card hands that contain the cards specified.
1. 5 face cards (jacks, queens or kings)
I got 792 with 12 C 5.
2. 4 aces and 1 other cards
I got 48 with 4 C 4 + 47.
3. 2 aces and 3 kings
I got 16 with 4 C 2 + 4 C 3.
4. 4 of one kind and 1 of a different kind ("4 of one kind" means the same value of cards, i.e. 4 kings or 4 7's)
I got 25 with 12 + 13 (no idea if there's a "proper" way to set it up).
Thanks in advance!