I know there are roots, because if we assume the equation as a function and give -3 and 1 as $x$:
$$ (-3)^3 + (-3)^2 - 2(-3) + 1 <0 $$
$$ 1^3 + 1^2 - 2(1) + 1 > 0 $$
It must have a root between $[-3,1]$. However, the root is very hard and it appeared on a high school test. How can I solve it simply?
The given options were -10, -5, 0 , 5 and 10. Note: we didn't even learn the cube root formula. The test had just logic problems and I didn't use any calculus or complicated stuff. So there must be an easier way without using cube root concepts or formulas.
using the information in the equation $$ \sum_{i=1}^3 r_i^3 = -\sum_{i=1}^3 (r_i^2 - 2r_i + 1) \\ = -5 -\sum_{i=1}^3 r_i^2 $$ also, from the well-known expressions giving the elementary symmetric functions of the roots in terms of the coefficients, $$ \sum_{i=1}^3 r_i^2 = (\sum_{i=1}^3 r_i)^2 - 2(r_1r_2+r_2r_3+r_3r_1) \\ = 5 $$ so the sum of cubes of the roots is $-10$