A pack of 2n cards is shuffled by the "interlacing" method, in other words, if the original order is 1, 2, 3, 4,...,2n, the new order after the shuffle is 1, n+1, 2, n+2,... n, 2n. Work out how many times this shuffle must be repeated before the cards are again in the original order in the case of n = 10.
I know I have to use this proposition "The order of a permutation in cycle notation is equal to the least common multiple of the lengths of the cycles" but I can't find the order of the permutations.