Let's determine the positive prime numbers for which
Problem 819
Official solution
Solution. Let's transform the left side of the equality into a product, and decompose the number on the right side into prime factors:
The factors on the left side are built from the numbers on the right side. These can be: , or , or . From the condition and is even, only the second and third cases can apply.
For
furthermore, , which is possible if and only if and . This is thus a solution to the equation.
Finally, if
!
but this is not a prime number.
The solution to the problem is the triplet .