Would someone please explain the answer below:
What is the probability that a randomly shuffled deck of $52$ cards has an ace as the top card and an ace as the bottom card?
ANSWER: $$\frac{\binom{4}{1}\times\binom{3}{1}\times50!}{52!}= \frac{1}{221}$$
$4~C~1=$ combination of $4$ taken $1$ times ---> the number of cases to choose the ace from the top
$3~C~1=$ combination of $3$ taken $1$ times----> the number of cases to choose the bottom ace (because one ace has been used on top)
$50!=$ this number represent how many chooses you have to arrange the cards between the two aces. $50!$ = arrangement of $50$ taken $50$ times.
$52!=$ the total possibilities to arrange your deck = permutation of $52$
$((4~C~1) (3~C~1) 50!)=$ number of favorable cases $52!$ = number of total cases
Probability is then: $\dfrac{(4~C~1) (3~C~1) 50!}{52!}$