From Prof. Charles Pinter's A Book of Abstract Algebra's Chapter 4 exercises:
Let $a, b, c$ and $x$ be elements of a group $G$. In each of the following, solve for $x$ in terms of $a, b$ and $c$.
Problem 1: $$axb = c$$
I came up with an answer:
$$x = c/ab$$
i.e.
$$x = ca^{-1}b^{-1}$$
But I'm not sure if this answer is correct. It seems somewhat simple given that there's one operation (divide each side by $ab$) to get the answer.
Please comment on my answer. If I'm right, please explain why there's no further break-down/simplification. If I'm wrong, please guide me.