Mr.prime takes any two distinct prime numbers and greater than 2 . He sums the square of primes (as above) and found that an even number leaves the remainder of when divided by .
Is it true that the numbers created in such way always leaves remainder when divided by ?
For more original problems click here . And inspired by 2018
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.
Primes are odd numbers which are called odd primes greater than 2. Therefore, let p 1 = 2 n 1 ± 1 and p 2 = 2 n 2 ± 1 where n 1 and n 2 > 0 . Now p 1 2 + p 2 2 = ( 2 n 1 ± 1 ) 2 + ( 2 n 2 ± 1 ) 2 e = 4 n 1 2 ± 4 n 1 + 4 n 2 2 ± 4 n 2 + 2 = 4 ( n 1 2 + n 2 2 ± n 1 ± n 2 ) + 2 OR e = 4 n 1 2 ± 4 n 1 + 4 n 2 2 ± 4 n 2 + 4 − 2 = 4 ( n 1 2 + n 2 2 ± n 1 ± n 2 + 1 ) − 2 shows that when even number e is divisible by 4 leaving the remainder ± 2 . Hence it is true .