Given $a=(3714)$ and $b=(123)$. Compute $a^2b$. I got $(13)(47)(13)(23)$ as my answer, but why does $(13)(47)(13)(23)=(47)(23)$? I got the left hand side of this equation, but I don't understand why the $(13)$ terms cancel out. Any help is greatly appreciated.
2026-03-27 14:21:45.1774621305
Why does $(13)(47)(13)(23)=(47)(23)$?
75 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
Because disjoint cycles commute, as others have already said. But to convince yourself of this, it might help to follow what happens to each of the elements $1,2,3,4,7$ as they "go through the mill". For instance, look what happens to $3$: $$(13): 3\to 1$$ $$(47): 1\to 1$$ $$(13): 1\to 3$$ $$(23): 3\to 2$$ So $3$ gets mapped to $2$.
If you do this for yourself, you will find that the result is the same as $(47)(23)$.