2

I'm trying to prove/disprove that the equation

$2^x+2^y=2^z$

where $x$, $y$ and $z$ are positive integers, only have trivial solutions. The obvious case where this is true would be for $x=y$ but I'm not certain if any solutions exits for $x\ne y$

It feels like there are no other solutions but I'm not sure how one would formally prove it. Anyone have any tips on how to do this?

Sorry if this is a trivial question / known problem.

Chain Markov
  • 15,564
  • 6
  • 36
  • 116

3 Answers3

6

If $x\neq y,$ then we may assume that $x<y.$ Of course, since $2^y>0$, we have that $z>x.$ Then, we can cancel the power $2^x$ in the equation and get $1+2^{y-x}=2^{z-x}.$ This is a contradiction, because the inequalities $y>x$ and $z>x$ ensure that $2^{y-x}$ and $2^{z-x}$ are even, which in turn implies that the left hand side of the new equation is odd, while the right hand side is even.

1

Since the equation is symmetrix in $x,y$ I can suppose that $x\geq y$. So I can do this : $$2^y(2^{x-y}+1)=2^z$$ This means that $(2^{x-y}+1)$ has to be a power of $2$ and this clearly happens only if $x=y$ :)

Kandinskij
  • 3,709
0

Hint: Assume that $x\neq y$. Without loss of generality we assume that $x>y$ then we can express $x = y + \bar{x}$ in which $\bar{x}>0$.

Then we obtain:

$$2^{y+\bar{x}}+2^{y}=2^z$$ $$2^{\bar{x}}+1=2^{z-y}$$

The right-hand side is even the left-hand side is odd. Hence we have a contradiction.