You can put this solution on YOUR website! Find the vertex of the parabola. y = -2x^2 + 12x - 13
-------------------
There are several ways to do this; one is to complete the square.
-2x^2 + 12x - 13 = y
2x^2 - 12x = -(y+13)
Complete the square on the x-terms:
2(x^2 - 6x + 9) = -y-13+18
Factor:
2(x-3)^2 = -(y-5)
Vertex is at x=3, y=5
--------------------------
=============================
Cheers,
Stan H.