Isaac C. answered 04/04/17
Tutor
4.9
(823)
Physics, Chemistry, Math, and Computer Programming Tutor
if you have a quadratic of the form Ax^2 + bx + c, you need a value of (b/2)^2/A to complete the square. We add and subtract this value on the left side of the equation. In this case (b/2)^2/A = (30/2)^2/A = 45
y = 5x^2 -30x + 45 - 45 + 9
= 5(x^2 -6x + 9) - 45 + 9
= 5(x-3)^2 - 36
Now that the equation is written in vertex form, it is clear that the vertex is at (3, -36)