This is Example 5j, from Sheldon Ross's First Course in Probability 8th ed, page 38. I don't understand why the following is true.
Solution.To determine the probability that the card following the first ace is the aceof spades, we need to calculate how many of the (52)! possible orderings of the cardshave the ace of spades immediately following the first ace. To begin, note that each ordering of the 52 cards can be obtained by first ordering the 51 cards different from the ace of spades and then inserting the ace of spades into that ordering.
I don't see how this (sentence in italics) can be true. For example if we have $S=\{ 1, 2, 3\} $ the number of orderings that can be obtained are $3!=6$. Following the solution's reasoning we could calculate the orderings for $S$ by ordering the cards different form $3$ and then inserting in into that ordering, that is $ 2!$ . What am I missing? perhaps the sentence in italics does not mean what I think it does?
Also, the solution given is a probability of $ \frac{1}{52} $ for both, I understand why but I have a different solution that also seems valid:
My solution
Ordering in which the card following the first ace is the ace of spades; We have 3 other aces so we put $A_i A_s $, with $i = c, d, h $, together as one unit and count the number of permutations $ = 51! $. As we have three of these such pairs $$ P(N_a) = \dfrac{3\cdot 51!}{52!} $$
Ordering in which the card following the first ace is the two of clubs By a similar argument we put $A_i A_s $, with $i = c, d, h, s$, so $$ P(N_c) = \dfrac{4\cdot 51!}{52!} $$
Can someone tell me what is the error in this reasoning?
If you order the numbers $1$ and $2$ and then insert $3$, you can get all $6$ permutations of $1,2$, and $3$. From the initial ordering $1,2$ you get $3,1,2$, $1,3,2$, and $1,2,3$, and from the initial ordering $2,1$ you get $3,2,1$, $2,3,1$, and $2,1,3$, depending in both cases on where you insert the $3$. The insertion can be done anywhere in the shorter sequence.
I’m afraid that I can’t follow the reasoning in your solution: the factors of $3$ and $4$ really don’t make sense, because treating the spade ace together with another ace or together with a two doesn’t make sense when you’ve already counted $51!$ permutations of the cards other than the space ace.