If $x,y,z$ are integer powers of $2$, prove that equation $$x^3+y^4=z^5$$ does not have solution, otherwise give a counterexample.
I tried to do this exercise, I firmly believe that the equation is not fulfilled, the detail is in how to show what is requested, can someone give me a hint please?
$$2^{3p}+2^{4q}=2^{5r}$$
We have:
$$2^{3p-4q}+1=2^{5r-4q}$$
$$\begin{align}\begin{cases} 3p-4q=0 \\5r-4q=1\end{cases} &\implies \begin{cases}3p=4q\\ 5r-4q=1\end{cases} \\ &\implies \begin{cases} p=4m,q=3n \\ 5r-4q=1 \end{cases} \\ &\implies \begin{cases}5r-12n=1 \\m =n.\end{cases}\end{align}$$
Applying Euclidean algorithm, we can find a counter-example:
$$p=28, q=21, r=17 $$ which is correct.
$$2^{84}+2^{84}=2^{85}$$