Suppose we have a deck of cards from two sets of cards (104 or 108 cards).
What is the expected position of the second, let's say, spade ace ?
Any idea ?
I am trying to figure out something for a card game Gong Zhu (en.wikipedia.org/wiki/Gong_Zhu), a Hearts variant in China.
I posted this question on mathoverflow and immediately got put on hold as off-topic :( Seems a very serious math site there. Hope someone here can answer my question. Thanks.
Assume a $104$-card deck. If the first ace of spades is in position $n$, the expected value of the position of the second ace of spades is $n+\frac12(104-n)=52+\frac{n}2$. If $p_n$ is the probability that the first ace is in position $n$, then the expected position of the first ace is $\bar n=\sum_{k=1}^{104}p_nn$, and the expected position of the second ace is
$$\sum_{k=1}^{104}p_n\left(52+\frac{n}2\right)=52+\frac{\bar n}2\;.$$
By symmetry we must have
$$52+\frac{\bar n}2=105-\bar n\;,$$
so $\frac32\bar n=53$, $\bar n=\frac23\cdot53=\frac{106}3=35\frac13$, and the expected position of the second ace of spades is $$52+\frac{\bar n}2=52+\frac{53}3=\frac{209}3=69\frac23\;.$$
Or, more simply, it’s $105-35\frac13=69\frac23$. Note that positions $1$, $35\frac13$, $69\frac23$, and $104$ are evenly spaced.