You can put this solution on YOUR website! sketch a graph with f(x)=x to the second power -1
-------------------
y = x^2-1
----
Plot a few points and draw a curve thru them.
-----------
If x = -1, y = 0
If x = 0, y = -1
If x = 1, y = 0
----
Plot (-1,0),(0,-1), and (1,0)
----
=======================
Cheers,
Stan H.
===============