SOLUTION: a + b + c = 6 a² + b² + c² = 14, find the value of a⁸ + b⁸ + c⁸

Algebra ->  Test  -> Lessons -> SOLUTION: a + b + c = 6 a² + b² + c² = 14, find the value of a⁸ + b⁸ + c⁸      Log On


   



Question 1208296: a + b + c = 6
a² + b² + c² = 14,
find the value of a⁸ + b⁸ + c⁸

Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
.
a + b + c = 6
a² + b² + c² = 14,
find the value of a⁸ + b⁸ + c⁸
~~~~~~~~~~~~~~~~~

It is assumed that a, b, c are integer numbers.


From  a%5E2 + b%5E2 + c%5E2 = 14  we guess one solution

    a= 3,  b= 2,  c= 1.


Indeed,  then

    3 + 2 + 1 = 6

and

    3^2 + 2^2 + 1^2 = 9 + 4 + 1 = 14.


So, (a,b,c) = (3,2,1) is the basic solution.


There are 5 other solutions that are permutations of the basic triple.


But we should not worry about permutations, since they do not make influence on
the sum  a%5E8 + b%5E8 + c%5E8.


Also, it is clear from the equation for squares, that there are no other solutions in integer numbers.


Now we make direct calculation  a%5E8 + b%5E8 + c%5E8 = 3%5E8 + 2%5E8 + 1%5E8 = 6818.


ANSWER.  Under given conditions, the sum  a%5E8 + b%5E8 + c%5E8  is  6818.

Solved.

Happy learning (1)

Come again to this forum soon for new knowledge !