$$\text{If}\ \cases{a+b+c=1 \\ a^2+b^2+c^2=2 \\a^3+b^3+c^3=3} \text{then}\ a^5+b^5+c^5= \ ?$$
A YouTuber solved this problem recently and, though he spent some time explaining it, took over 40 minutes to solve it.
Like the video, the best I can do with this is relying on expansion formulas and substitution. As trivial a problem this is, the numerous trinomials and binomials with mixed terms makes it very, very tedious.
What is the quickest/shortest approach to this problem (meaning it doesn't need to be solved algebraically)? You don't have to type the entire solution out, I think if I'm given a good hint then I can take it from there.
You can use
$a^4+b^4+c^4=(a^2+b^2+c^2)^2-2(a^2b^2+a^2c^2+b^2c^2)$,
$(ab+ac+bc)^2=a^2+b^2+c^2+2(ab+ac+bc)$,
$a^3+b^3+c^3-3abc=(a+b+c)(a^2+b^2+c^2-ab-ac-bc)$,
$(a+b+c)^5-a^5-b^5-c^5=(a+b)(a+c)(b+c)(a^2+b^2+c^2+ab+ac+bc)$