I have an exercise which involves groups. It's probably common, but I don't know how to solve it. It sounds like this:
Let (G, $\cdot$) be a group and x, y $\in$ G. Show that ord(xy) = ord(yx).
where ord(x) is the order of x. I just tried to write $xy\cdot xy \cdot \space ...\space\cdot xy = x \cdot (yx) \cdot (yx) \cdot\space ...\space \cdot (yx) \cdot y$, letting x and y outwards. I don't know if this is a good step and I don't know how to continue. I would be glad if someone could help me.