How do I show that the diophantine equation $2^x+7^y=19^z$ has no solution in positive integers $x$, $y$, $z$
2026-04-08 01:29:53.1775611793
$2^x+7^y=19^z$ has no solution in positive integers $x$, $y$, $z$
361 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: try finding solutions modulo n for some n.
Edit: As pointed out in the comments this is the obvious thing to do, but I'm not sure if you, the OP, are aware of that. A small value of n suffices and so just trying different values of n will get you somewhere. However if you want to be clever you'll notice there's a value of n with $ 7^y \equiv 1 \mod{n}$ and $ 19^z \equiv 1 \mod{n}$ .