Mix a deck of 52 cards by placing them in two parts and take alternate cards from both stacks. Use the cycle notation to show that it only takes 8 mixes to come back to the origin.
Since we want to come back to the origin then the permutation must be even, right? But how shall I get the cycle notation of the permutation?
I need help to start with the exercise (I prefer hints).
Hint number the cards 0 to 51.
Try working mod $n$ for some $n$.