SOLUTION: How will I beable graph the cubic function on a graph?

Algebra ->  Coordinate-system -> SOLUTION: How will I beable graph the cubic function on a graph?      Log On


   



Question 303137: How will I beable graph the cubic function on a graph?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
How will I be able graph the cubic function on a graph?
----
If y = x^3, plot some points and connect them with a smooth curve.
--------------
If x = -3, y = -27
If x = -2, y = -8
If x = -1, y = -1
If x = 0, y = 0
If x = 1, y = 1
If x = 2, y = 8
If x = 3, y = 27
-------------------------
Plot those points and connect them with a curve to get:
graph%28400%2C300%2C-10%2C10%2C-10%2C10%2Cx%5E3%29
=======================================
Cheers,
Stan H.