Here is the question that I am working on:
Let $\sigma$ be the permutation of the numbers $1,2,...,n$ which reverses their order completely. That is,
$$\sigma=\begin{pmatrix} 1 & 2 & 3 &...&n \\ n & n-1 & n-2&...&1 \end{pmatrix}$$ Is $\sigma$ even or odd?
Here is what I noticed. In general, if I want to find whether a permutation is even or odd, I can write down the permutation in disjoint cycle form and then express that as a composition of transpositions. So, for example, $(123)$ would be even because $(123)$ = $(13)(12)$. The problem is that I'm not sure if this approach can apply to my original question since the permutation $\sigma$ depends on the number $n$. Any more insight on this question would be helpful.
EDIT As explained by the users below, I initially misinterpreted the question, so disregard my first comments in the chat below.