What is the value of $a+b+c$?
if $$a^4+b^4+c^4=32$$ $$a^5+b^5+c^5=186$$ $$a^6+b^6+c^6=803$$
How to approach this kind of problem. Any help.
UPDATE: Thank you all for answers. Now I realize there is no integer solution. But is there any real number solution? I am curious to know.
If you have a system of equations of the form $$a^{n_1}+b^{n_1}+c^{n_1}=C_1$$ $$a^{n_2}+b^{n_2}+c^{n_2}=C_2$$ $$a^{n_3}+b^{n_3}+c^{n_3}=C_3$$ The first thing you should do is write the first equation as a function of one of the variables. Here, it could be $$c=\sqrt[n_1]{C-a^{n_1}-b^{n_1}}$$ Substitute that into the second equation: $$a^{n_2}+b^{n_2}+(\sqrt[n_1]{C-a^{n_1}-b^{n_1}})^{n_2}=C_2$$ Now do some algebra and try to write this equation as a function of $b$, insert that and the equation for $c$ into the last equation, and solve for $a$. You can then solve for $b$; knowing both, you can solve for $c$.