SOLUTION: find equation of a parabola with vertex at(-2,3)and passing through (1,21)
Algebra
->
Functions
-> SOLUTION: find equation of a parabola with vertex at(-2,3)and passing through (1,21)
Log On
Algebra: Functions, Domain, NOT graphing
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Functions
Question 546113
:
find equation of a parabola with vertex at(-2,3)and passing through (1,21)
Answer by
scott8148(6628)
(
Show Source
):
You can
put this solution on YOUR website!
the general vertex equation is ___ y = a(x - h)^2 + k ; the vertex is (h,k)
21 = a(1 - -2)^2 + 3 ___ 18 = a(3)^2 ___ a = 2
y = 2(x + 2)^2 + 3