Find the number of primes , , and such that the system of equations above is true.
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.
From the first equation we may immediately conclude that r 2 + 1 ≡ 0 m o d 2 ⟹ r ≡ 1 m o d 2 . This and the second equation imply p q ≡ 0 m o d 2 which implies p or q are the prime 2 . By the symmetry of the equation we notice that p and q are interchangeable so for now let's say p = 2 .
Plugging this into the second equation we get q = 2 r + 1 . Now plug this expression for q into the first equation and then simplify to reach the polynomial equation − 2 1 r 2 + r + 2 1 5 = 0 . It has two solutions, r = 5 , − 3 of which only the first is valid as primes are assumed to be positive. And if r = 5 then q = 3 so we have a valid solution. Remembering to count symmetry, the only solutions are p = 2 , q = 3 , r = 5 and p = 3 , q = 2 , r = 5 .