In my country, there is a math competition per region. In my region's paper, there is a question which I have reduced to solving the following equation for $x, y \in \mathbb{N}$:
$$log_{2}{(2^{x}-2^{y}-2000)} \in \mathbb{N}$$
Now, I solved it by bruteforcing the equation, but I wonder how I can solve it on paper (and without guessing).
I found 2 solutions, but I can't prove that there are only 2 (maybe there's more?), so that's why I want to solve it algebraically:
- $x = 11, y = 4$
- $x = 11, y = 5$
I asked my math teacher about it, and it said that he would first remove the $log_{2}$ by exponentiation, and then try to write $2000$ as power of $2$ and reduce, but I got stuck on writing $2000$ as a power of $2$ without a calculator (even if I used one, I wouldn't know how to proceed).
Any ideas on how I can solve this?