Question 1205090
<pre>
When I posted the solution above I only wrote the permutations as a product
of cycles.  I did not write the cycles as the product of transpositions. I
have edited the problem to show each cycle as a product of transpositions.

Transpositions are cycles of length 2. The first number in each transposition
is the first number in the cycle. The second number in each transposition is
the other numbers in the cycle in reverse order.

[a,b,c,d,e,f] = [a,f][a,e][a,d][a,c][a,b] 

Edwin</pre>