Find the sum of all the distinct real root(s) of the equation
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.
We can write the equation in the form k = 2 ∑ 2 0 2 1 ( x 2 + k x + k − 1 ) 2 = 0 . Note that if x 0 ∈ R is such that x 0 2 + k x 0 + k − 1 = 0 for every k ∈ { 2 , … , 2 0 2 1 } , then x 0 solves the original equation.
Observe, that for every k ∈ { 2 , … , 2 0 2 1 } the solutions of x 2 + k x + k − 1 = 0 are x 1 = − 1 and x 2 = − k + 1 (they are the same for k = 2 ).
Since, the only common solution of the subproblems is − 1 , the answer is − 1 .