Given that are 2 primes satisfying the equation: find the maximum value of
Note : If you get solutions like "No solution" (or) "Infinite solutions" then type 1729.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We'll show there are no solutions to the first equation.
First note that we need q > p , otherwise the left-hand side is positive and the right-hand side is not.
If p > 2 , then both p and q are odd. In this case, the left-hand side is even and the right-hand side is odd, so there are no solutions.
Hence the only possibility is p = 2 , and we would need to solve 2 q + q 2 = 1 1 2 q 4 − 4 4 8 q 2 + 7
The right-hand side of the equation is always divisible by 7 ; but it's easy to check (by case bashing q ( m o d 7 ) ) that the left-hand side is never divisible by 7 , for any natural number q , so again there are no solutions.