I have the three permutations $$a=(1\;3\;4\;8),\quad b=(2\;3\;5\;7),\quad c=(4\;3\;2\;8)$$ and I have to find all $x$ satisfying $$axb=c.$$ I have found one solution (I hope it's good): $$x=(7\;5\;1\;8\;3\;2)$$ Now my problem is, that the task says I have to find every solution.
Is there any other solution?