I have been working on my probability. I have "possibly" memorized how to solve but, I really like to understand it with my heart. But.. I am kinda stuck.
I am trying to find out the possible outcomes of four of kind (unordered) Here is my intuition:
$$\frac{52 \cdot 3 \cdot 2 \cdot 1 \cdot 48}{5!}$$
I do not see why this is wrong.
Please help me out!
Consider drawing 4 cards:
1st card: any card is fine
2nd card: only 3 cards can make 4of a kind: 3/51
3rd card: 2/50
4th card: 1/49
So the answer is $\frac{3\times 2 \times 1}{51 \times 50 \times 49}$