SOLUTION: if you have an equation that is x^2=10y, how do you graph that as a parabola?

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: if you have an equation that is x^2=10y, how do you graph that as a parabola?      Log On


   



Question 285580: if you have an equation that is x^2=10y, how do you graph that as a parabola?
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
y+=+x%5E2%2F10
Pick values for x, find y.
Plot the points, draw a curve thru them.
eg
x....y
0...0
1...0.1
2...0.4
3...0.9
----------
You can sub neg values for x and get the same y to save time.