SOLUTION: what does a parabola look like if it has a vertex (0,0) that passes through (4,2)?

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons -> SOLUTION: what does a parabola look like if it has a vertex (0,0) that passes through (4,2)?       Log On


   



Question 1134411: what does a parabola look like if it has a vertex (0,0) that passes through (4,2)?

Answer by Boreal(15235) About Me  (Show Source):
You can put this solution on YOUR website!
It would be of the form y^2=x
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Csqrt%28x%29%2C-sqrt%28x%29%29
Or, if a function is required, when x=4, y^2 would be 16, but (1/8)y^2=2, so y=(1/8)x^2
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2C%281%2F8%29x%5E2%29