Let 2 0 1 7 = a 2 + b 2 for some positive integers a and b .
What is a + b ?
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.
4 4 2 + 9 2 = 1 9 3 6 + 8 1 = 2 0 1 7
Hence,
a + b = 4 4 + 9 = 5 3
Other than checking all cases, how can we know that there is only this solution?
Log in to reply
First, by Fermat's Theorem we know that the prime 2 0 1 7 can be written as the sum of two squares since 2 0 1 7 ≡ 1 ( m o d 4 ) , so we know we're not on a wild goose chase. The theorem also states that this pairing of squares is unique.
The only possible units digits of a perfect square are 0 , 1 , 4 , 5 , 6 , 9 . To have the sum of perfect squares yield a units digit of 7 requires one perfect square with a units digit of 1 and one with a units digit of 6 . The positive integers n whose squares end in 1 and are less than 2 0 1 7 are 1 , 9 , 1 1 , 1 9 , 2 1 , 2 9 , 3 1 , 3 9 and 4 1 . We would then have to go through these cases to find the one for which the difference between 2 0 1 7 and n 2 is a perfect square.
Log in to reply
Thanks for the response. Alternatively, we can check the other 9 numbers between 1 and 44 (the floor of the square root of 2017) whose squares end in 6: 4, 6, 14, 16, 24, 26, 34, 36 and 44.
Log in to reply
@Zee Ell – Yes, that would work just as well; each has 9 potential cases to consider. (We would reach the solution faster in my list going from left to right and yours going from right to left. :) )
Oh. Actually, there is a theorem about the number of ways to express n as the sum of 2 squares. For primes 4 k + 1 , there is only 1 way.
I was reading gaussian integers , but didn't fully understand it.
Problem Loading...
Note Loading...
Set Loading...
The equation 2 0 1 7 = a 2 + b 2 , gives us a circle, with center as (0, 0)
So, there are 4 possible integer solutions,
( 4 4 , 9 ) , ( − 4 4 , − 9 ) , ( 9 , 4 4 ) , ( − 9 , − 4 4 )
The positive solutions are ( 4 4 , 9 ) ; ( 9 , 4 4 ) .
∴ a + b = 4 4 + 9 = 9 + 4 4 = 5 3