I'm working on the following problem and I've made some promising progress:
Show that for $n>3$, each element of the symmetric group $S_n$ is a product of permutations which have no fixed point. (ie $n$-cycles)
I've figured this out for $n$ even. Heres how you'd do it. Take $n=6$ as an example. Note that $$(1 2 3 4 5 6)^2 = (1 3 5)(2 4 6) = (1 2)(1 3 5 2 4 6)$$
So $$(1 2) = (1 2 3 4 5 6)^2(6 4 2 5 3 1)$$
Now that we've generated one 2-cycle, we can generate all of them in the same way. I'm having trouble getting this idea to work for $n$ odd though. I'm curious to see if anyone else knows how to do it either using this idea or some other idea.
The subgroup $G\subset S_n$ generated by elements with no fixed points is normal, as $g^h(x) = x$ iff $g(h x) = hx$. Write down an odd such element to prove the result for $n\geq 5$; the case $n = 4$ can be handled directly.