The challenge is to solve this equation $2^{x}+7^{y}=9^{z}$ in positive integers. The obvious solution is $x=y=z=1$. Using brute force, I found $3$ possible solutions: \begin{eqnarray*} (x_1,y_1,z_1)&=&(3,0,1),\\ (x_2,y_2,z_2)&=&(1,1,1)\\ (x_3,y_3,z_3)&=&(5,2,2).\\ \end{eqnarray*} There are no other natural solutions for $z≤10000$.
It seems that the equation $2^{x}+7^{y}=9^{z}$ has no other solutions in natural numbers. How can this be proven?
It is easy to verify computationally that considering the equation modulo $17043520$ implies that it has the only solutions: $$(x,y,z)\in \{ (1, 1, 1),\ (3, 0, 1),\ (5, 2, 2)\}.$$
I refer to the discussion at AOPS on how to find such a modulus. The one I mentioned above may be not the smallest possible, but it does the job.
UPDATE. As established by brute-force, the smallest working modulus here is $128320$.
PS. For the theory behind such equations, see the paper: