I got this question from a question paper and the options are as follows :
If $(G,*)$ is a group , $a,b\ \in\ G$, then $(b^{-1}*a*b)^3 = $
a) $(b^{-1})^3*a^3*b^3$
b)$b^{-1}*a^3*b$
c)$b^{-1}*a*b^3$
d)$(b^{-1})^3*a*b^3$
Could anyone explain me what does " $(G,*)$ is a group and $a,b\in G$ " means ?
means that $G$ is a set of elements on which a binary operation $*$ is defined, that is, one that satisfies the group axioms.
means $a$ and $b$ are elements in $G$.
To answer the question in the title, notice
\begin{align} (b^{-1}*a*b)^3&=(b^{-1}*a*b)*(b^{-1}*a*b)*(b^{-1}*a*b)\\ &=b^{-1}*a*b*b^{-1}*a*b*b^{-1}*a*b\\ &=b^{-1}*a*(b*b^{-1})*a*(b*b^{-1})*a*b\\ &=b^{-1}*a*e*a*e*a*b\\ &=b^{-1}*a*a*a*b\\ &=b^{-1}*a^3*b\\ \end{align}
where I denote the identity by $e$.