SOLUTION: How to draw quadratic functions? Like where to plot the points on a graph. Example: y= (x-3)2

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: How to draw quadratic functions? Like where to plot the points on a graph. Example: y= (x-3)2      Log On


   



Question 366220: How to draw quadratic functions?
Like where to plot the points on a graph.
Example: y= (x-3)2

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
How to draw quadratic functions?
Like where to plot the points on a graph.
Example: y= (x-3)^2
------
Plot a few points and draw a smooth curve thru them:
If x = 1, y = (1-3)^2 = 4
If x = 2, y = (2-3)^2 = 1
If x = 3, y = (3-3)^2 = 0
If x = 4, y = (4-3)^2 = 1
If x = 5, y = (5-3)^2 = 4
-------
graph%28400%2C300%2C-10%2C10%2C-10%2C10%2C%28x-3%29%5E2%29
==============
Cheers,
Stan H.