I am currently learning about, and I am also going to give a short presentation on, a theorem that states the following:
Theorem: The number of transpositions whose product is a given permutation of a finite set is either always even or always odd.
I would like to use a short example to illustrate this point, but I'm having a little trouble.
One permutation I was thinking of using was from my textbook:
\begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 \\ 6 & 5 & 2 & 4 & 3 & 1 \\ \end{pmatrix}
I have found one composition of transpositions by taking the product of it's disjoint cycles ( $(1, 6)$ $(2, 5, 3)$) and turned is into a composition of transpositions:
$(1, 6)(2, 5)(2, 3)$
However, I am having trouble finding different compositions of transpositions with this permutation. Any help here is greatly appreciated. Thanks in advance.