If a 1 , a 2 . . . , a n are n (possibly negative) integers such that
a 1 5 + a 2 5 + . . . + a n 5 = 2 0 0 4 ,
what is the smallest positive value that a 1 + a 2 + . . . + a n can take?
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.
Should the question be asking for the "smallest positive value"? And also mention that a i are integers.
a 1 = 4 ; a 2 = 4 ; a 3 = − 2 ; a 4 = a 5 = . . . = a 1 5 = − 1 satisfies the equation and i = 1 ∑ 1 5 a i = − 6
lets take a1=5, a2=-4, a3=-3, a4=2, a5=a6=...=a18=1 ......substituting values in the equation......3225-1024-243+32+14=2004.........by adding we get 14 ......am i wrong???
Log in to reply
5^5 is 3125
the above is right except 5^5 is equal 3125 not 3225
i 1 2 3 4 5 6 7 8 9 10 11 12 13 SUMA ai 1 1 3 3 3 3 4 1 1 1 1 1 1 24 ai^5 1 1 243 243 243 243 1024 1 1 1 1 1 1 2004
Solucion=24
smallest value means it can be negative.If m=a1 + a2 + a3 .....+ an then m^5 is not equal to a1^5 + a2^5 + ..... an^5. As (a+b+c....+z)^n is not equal to a^n + b^n +......z^n
Problem Loading...
Note Loading...
Set Loading...
Note that
m 5 − m ≡ 0 ( m o d 3 0 ) .
That follows immediately from Fermat's theorem (use it for 2,3 and 5).
Then
a 1 5 + a 2 5 + . . . + a n 5 ≡ a 1 + a 2 + . . . + a n ( m o d 3 0 ) .
But the left side is simply 2004, which is congruent to 24 modulo 30.
So a 1 + a 2 + . . . a n = 3 0 k + 2 4
When k=0, we can give
a 1 = 4 , a 2 = a 3 = a 4 = a 5 = 3 and a 6 = a 7 = . . . = a 1 3 = 1 as an example.
So the minimum is 2 4