Given that
a + b + c = 1
a 2 + b 2 + c 2 = 2
a 3 + b 3 + c 3 = 3
Then a 4 + b 4 + c 4 = a 2 a 1 .... where a 1 and a 2 are positive coprime integers.
And a 5 + b 5 + c 5 = a 3 ...... where a 3 is an integer.
And a 6 + b 6 + c 6 = a 5 a 4 ....where a 4 and a 5 are positive coprime integers.
Find a 1 + a 2 + a 3 + a 4 + a 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.
It would be much easier if u use mr. Sanjeet raria's note on newtons sums...by the way nice solution.
Problem Loading...
Note Loading...
Set Loading...
Using Newton's Identity where:
a ( n ) S ( 1 ) + a ( n − 1 ) = 0
a ( n ) S ( 2 ) + a ( n − 1 ) S ( 1 ) + 2 a ( n − 2 ) = 0
a ( n ) S ( 3 ) + a ( n − 1 ) S ( 2 ) + a ( n − 2 ) S ( 1 ) + 3 a ( n − 3 ) = 0
a ( n ) S ( 4 ) + a ( n − 1 ) S ( 3 ) + a ( n − 2 ) S ( 2 ) + a ( n − 3 ) S ( 1 ) + 4 a ( n − 4 ) = 0
a ( n ) S ( 5 ) + a ( n − 1 ) S ( 4 ) + a ( n − 2 ) S ( 3 ) + a ( n − 3 ) S ( 4 ) + a ( n − 4 ) S ( 5 ) + 5 a ( n − 5 ) = 0
a ( n ) S ( 6 ) + a ( n − 1 ) S ( 5 ) + a ( n − 2 ) S ( 4 ) + a ( n − 3 ) S ( 3 ) + a ( n − 4 ) S ( 2 ) + 5 a ( n − 5 ) = 0
But since the polynomial is of third-degree polynomial, there are 4 terms and since there are 4 terms, there are 4 numerical coefficients, so for a(n-k) = 0 for k greater than or equal to 4.
This reduces to a ( n ) S ( 6 ) + a ( n − 1 ) S ( 5 ) + a ( n − 2 ) S ( 4 ) + a ( n − 3 ) S ( 3 ) = 0
Where we assume that a(n) = leading coefficient of polynomial = 1 of a ( 3 ) x 3 + a ( 2 ) x 2 + a ( 1 ) x + a ( 0 ) = P ( x ) .
After algebraic manipulations, we get that S ( 6 ) = 1 0 3 / 1 2 and from earlier, S ( 5 ) = 6 and S ( 4 ) = 2 5 / 6 . Hence, the answer.