You draw 4 cards from a standard deck of cards without replacement. Find the probability you get:
A Straight (4 consecutive cards, Ace can count as either highest or lowest)
The solution that's given is: $$\frac{(4^4)(11)(4!)}{52 \cdot 51 \cdot 50 \cdot 49}$$
I don't understand where the $4!$ came from.
Shouldn't the answer be $\dfrac {4^4 \cdot 11}{\binom{52}{4}}$ ?
Thank you!
As asdf says, these are the same
$$\dfrac {4^4 \cdot 11}{\binom{52}{4}} = \dfrac {4^4 \cdot 11}{\frac{52!}{48!\,4!}} = \dfrac {4^4 \cdot 11\cdot 4!}{\frac{52!}{48!}} =\dfrac {4^4 \cdot 11\cdot 4!}{52\cdot 51 \cdot 50 \cdot 49}$$
The $4!$ can be seen as the number of ways of ordering the four cards in the straight, the $11$ as the choices of the highest value in the straight and the $4^4$ as the suits of the four cards in the straight, and the $52\cdot 51 \cdot 50 \cdot 49$ as the ways of choosing four cards in order