If $m=a^x, n=a^y$ and $a^2=(m^yn^x)^z$
Show that $xyz = 1$
I have the above problem in my textbook (which does not provide an answer).
This is my attempt at a solution:
\begin{align*} (a^xa^y)^z&=a^2\\ a^{x+y}&=a^2\\ (a^2)^z&=a^2 \Rightarrow z=1, xyz=1 \cdot 1\cdot 1 \end{align*}
Is this solution correct?
Unfortunately, that is not correct. Your first step in substituting $m$ and $n$ should give you $$a^2=(a^{xy}a^{xy})^z$$The right hand side is equivalent to $a^{2xyz}$. Therefore, $2=2xyz$ and the result follows.