Just wondering how to find the order of each element in this group:
$A_4 = \{e,(123),(132),(124),(142),(134),(143),(234),(243),(12)(34),(13)(24),(14)(23)\}$
I tried writing each elements not in disjoint cycle but it didn't look right to me. I got 3 for all the cycles with 3, and 4 for the last cycles
You are almost right. Remember that disjoint cycles commute, and that a $2$-cycle has order $2$. So the cycles of the form $(i,j)(k,l)$ actually satisfy $((i,j)(k,l))^2=\text{Id}$, where $\text{Id}$ is the identity permutation. Thus they have order $2$, not order $4$.