Let $\sigma=\begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ 2 & 9 & 5 & 7 & 10 & 3 & 4 & 6 & 1 & 8\end{pmatrix} \in S_{10}.$
Find all permutations $\tau \in S_{10}$ where $\tau^3 = \sigma.$
My first intuition was to multiply the equation with $\sigma^{-1}$ so it would look like this: $\tau^3 \sigma^{-1} = \sigma\sigma^{-1}$, which would result in $\tau^3 \sigma^{-1} =e$.
I am not sure how to advance from here. I know how to calculate the order of $\sigma$, its number of inversions and the signature, but I don't know how I would use that information towards solving this problem.
The presence of a single $3$-cycle in $\sigma=(1,2,9)(4,7)(3,5,10,8,6)$ kills all hope for a solution to $\tau^3=\sigma$.