You can put this solution on YOUR website!
finding the vertex form of a Parabola opening up(a>0) or down(a<0),
y = ax^2 + bx + c ⇒ y = a(x -(-b/2a)^2) - a(-b/2a)^2 + c
........
y=3x^2-12x+17 format ax^2 + bx + c
Note: = 2
........
y = 3(x-2)^2 -12 + 17
y = 3(x-2)^2 + 5
You can put this solution on YOUR website! what is the vertex form of the function y=3x^2-12x+17?
------
y-17 = 3x^2-12x
-----------------------
Factor and complete the square to get::
y-17 = 3(x^2-4x+4) - 12
----
Add 12 to both sides to get::
y-5 = 3(x-2)^2
-----
vertex:: (2,5)
--------------------
Cheers,
Stan H.
-----------------