Here's my question:
How many real roots does the cubic equation $y^3-3y +1$ have?
I graphed the function and it crossed the x-axis $3$ times. But my professor doesn't want a graphical explanation. So in that case, I was looking at the Fundamental Theorem of Algebra and states that a polynomial of degree n can have at most n distinct real roots. So therefore, there must be 3 real roots?
EDIT
It seems that there are numerous ways to approach this problem after all. And we can expand this to other types of polynomials as well, not just cubics.
Nobody's explicitly written out the discriminant-based solution.
The discriminant of the polynomial $x^3 + px + q$ is $-4p^3 - 27q^2$ - see Wikipedia on discriminant of third-degree polynomials. So $y^3 - 3y + 1$ has discriminant $-4 \times (-3)^3 - 27 \times 1^2 = +81$. Since this is positive, the polynomial has three distinct real roots.