Let $x$, $y$ and $z$ be prime numbers. Find the number of ordered triplets such that $x^y + 1 = z$

1.9k Views Asked by At

One of the possible ordered triplets is (2,2,5).

However I am unable to disprove that there will never be another triplet of prime numbers satisfying that condition. something like (x,y,z) = (2,y,z). In this case, we will have the final result of the expressions as odd on both the sides of the equality.

1

There are 1 best solutions below

2
On BEST ANSWER

When $z$ is even, the only solution is when $z=2$, or $x^y=1$. This can only be possible if $x=1$ or $y=0$, so there is no solution.

When $z$ is odd, $x^y$ must be even, so $x$ must be even, which means $x=2$. However by this post, if $2^y+1$ is prime, $y$ must be a power of $2$. The only $y$ that satisfies this is $2$, so $(2,2,5)$ is the only solution.