You can
put this solution on YOUR website! dtermine the co-ordinates of the lowest (minimum point on the curve)
y(x) = -8x - 7 - x^2.
---
x^2 + 8x = -y+7
Complete the square:
---
x^2 + 8x + 16 = -y + 23
(x+4)^2 = -y + 23
y = -(x+4)^2 + 23
--------------
The vertex occurs at (-4,23)
The vertex is not the minimum point, it is the maximum point.

Cheers,
Stan H.