You can put this solution on YOUR website! , where p,q, and r are all prime.
Now p and q cannot both be odd primes at the same time, because by then p-q and p+q will both be even, and their product will be even, not prime. (Neither can we assume that p = q = 2. why?)
Hence we can assume that q is equal to 2 (the only even prime), whence
==> p - 2 = 1 and p + 2 = r ==> p = 3 and r = 5.
OR
==> p - 2 = r and p + 2 = 1 ==> p = -1, which is not acceptable.
Thus, the only possible value of r is 5.