Find the last three digits of the sum of all positive integers n ≤ 2 0 1 4 for which there exist integers a , b , c , d , e (not necessarily distinct) such that a 2 + b 2 + c 2 + d 2 + e 2 = ( 3 n + 1 ) 2 ( 2 ⋅ 3 2 n + 5 ) .
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.
I thought it might be fun to write out a general solution.
a = ( 3 n + 1 ) × 3 n
b = ( 3 n + 1 ) × 3 n
c = ( 3 n + 1 ) × 2
d = ( 3 n + 1 )
e = 0
Log in to reply
That explains the 5 there. And I'm pretty sure that was the solution he was looking for.
Nice Solution.
Nicely done!
It works even if we add the restriction that none of a , b , c , d , e can be zero:
a = ( 3 n + 1 ) 2
b = ( 3 n + 1 ) ( 3 n − 1 )
c = d = e = 3 n + 1
Problem Loading...
Note Loading...
Set Loading...
Let e = 0 . We have a 2 + b 2 + c 2 + d 2 = ( 3 n + 1 ) 2 ( 2 × 3 2 n + 5 )
The RHS is a natural number. By Lagrange's four square theorem, any natural number can be written as the sum of four squares. Therefore,there exist integers a , b , c , d , e which satisfy the equation for all n.
Thus the sum = 2 2 0 1 4 × 2 0 1 5 = 2 0 2 9 1 0 5
Answer = 1 0 5