I want to write $(1,2,4,3)$ as a product of adjacent transpositions, i.e., transpositions of the form $(k \;\; k +1)$.
Well, I manage to change this cycle to $(1,3)(1,4)(1,2)$, and $(1,3)=(1,2)(2,3)(1,2)$, $(1,4)=(1,2)(2,3)(3,4)(2,3)(1,2)$. Hence, $(1,2,4,3)=(1,2)(2,3)(1,2)(1,2)(2,3)(3,4)(2,3)(1,2)(1,2)$. And, since transposition is self-inverse, we have $(1,2,4,3)=(1,2)(3,4)(2,3)$. Is my work correct? But still, I can change $(1,2,4,3)$ to $(1,2)(2,4)(4,3)$. And $(2,4)=(2,3)(3,4)(2,3)$, so I got $(1,2)(2,3)(3,4)(2,3)(3,4)$, which should equal $(1,2)(3,4)(2,3)$, but I don't know how to manipulate it properly. Can anyone tell me how to do it?