SOLUTION: Create the quadratic equation in the form y=ax^2+bx+c using the point (-5,6) as a point on the graph and (9,-9) as the vertex. I know the answers, I'm just not sure how to start s

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Create the quadratic equation in the form y=ax^2+bx+c using the point (-5,6) as a point on the graph and (9,-9) as the vertex. I know the answers, I'm just not sure how to start s      Log On


   



Question 364006: Create the quadratic equation in the form y=ax^2+bx+c using the point (-5,6) as a point on the graph and (9,-9) as the vertex.
I know the answers, I'm just not sure how to start solving for it.

Found 2 solutions by stanbon, robertb:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Create the quadratic equation in the form y=ax^2+bx+c using the point (-5,6) as a point on the graph and (9,-9) as the vertex.
----------------
Vertex occurs at x = -b/(2a)
Solve 9 = -b/(2a)
-b = 18a
b = -18a
---
Substitute into the form to get:
y = ax^2-18ax+c
----
Using (-5,6) you get:
6 = 25a+90a+c
6 = 115a + c
Using (9,-9) you get:
-9 = 81a - 162a + c
-9 = -81a + c
------
Solve the system:
115a + c = 6
-81a + c = -9
----------------
Subtract and solve for "a":
196a = 15
a = 15/196
---
Substitute into 115a + c = 6 to solve for "c":
115(15/196)+c = 6
c = -549/196
---
b = -18a = -270/196
Equation:
y = (15/196)x^2 - (270/196)x - (549/196)
=====================
Cheers,
Stan H.

Answer by robertb(5830) About Me  (Show Source):
You can put this solution on YOUR website!
Use the vertex form : y+=+a%28x-h%29%5E2+%2B+k.
Then y+=a%28x-9%29%5E2-9. Then plug in the respective coordinates of the given point (-5,6) into this equation to solve for a. Think you can manage from there already.