You're given a card game as the following:
- With a randomly shuffled set of 52 cards, you keep turning over the first card from the remaining cards until you get an Ace
- Once you get an Ace, you keep turning over cards only this time you look for 2, once you get 2, you look for 3, so on so forth
- When you have turned over all cards, the biggest number you reached to is your score
What is your expected score then?
[Expected number I will be on after drawing cards until I get an ace, 2, 3, and so forth People used simulation to solve this problem in the aforementioned link.
Is it possible to solve this problem analytically?
For example, as a classic question, we know that on average you need to wait for 10.6 cards to get an Ace.
Or is it possible to get an accurate range for the expectation at least?