First off, it's:
$$x = 1+x^3$$
Turned into function as:
$$f(x) = x^3 - x + 1$$
From my understanding, we need to find an interval in which x will be one more than it's cube. Giving some points, I started off with (0,1), (1,1), (-1,1), and (-2, -5).
Where I'm confused is how and where do I...