Suppose $x_1,x_2$ and $x_3$ are roots of $(11 - x)^3 + (13 - x)^3 - (24 - 2x)^3$ . What is the sum of $x_1 + x_2 + x_3$ ?
What I Tried :- I expanded the expression and got :- $$ \rightarrow (11^3 + 13^3 + 24^3) - 10x^3 - 33x(11 - x) - 39x(13 - x) - 144x(24 - 2x)$$ $$ \rightarrow 17352 - 10x^3 + (33 + 39 + 288)x^2 - (363 + 507 + 3456)x $$ $$ \rightarrow -10x^3 + 360x^2 - 4326x + 17352 $$
Now on Wolfram Alpha I get that this can be factorised as $(-2)(x - 12)(5x^2 - 120x + 723)$ , hence these are the $x_1,x_2,x_3$. So $x_1 + x_2 + x_3 = 5x^2 - (120 - 1)x + (723 - 12 - 2)$ .
$\rightarrow 5x^2 - 119x + 713$ .
I hope this is the final answer , and I went through a lot of calculations, so this method of getting the answer is definitely not that simple . I am seeking a far more easier way or a shortcut to do this problem , can anyone help ?
Hint:
Writing expression $ax^3+bx^2+cx+d$ as: $$a\left(x-x_{1}\right)\left(x-x_{2}\right)\left(x-x_{3}\right)$$ reveals that the coefficient of $x^{2}$ takes value: $$-a\left(x_{1}+x_{2}+x_{3}\right)$$