You can put this solution on YOUR website! Determine the vertex of the parabola.
f(x) = x^2 - 8x + 17
---
One way:
Complete the square:
x^2 - 8x + 16 + 17-16 = y
(x-4)^2 = y-1
---
Vertex at (4,1)
-----
Another way:
Vertex occurs where x = -b/(2a) = 8/2 = 4
f(4) = 16-32+17 = 1
Vertex at (4,1)
===========
================
Cheers,
Stan H.
You can put this solution on YOUR website! Determine the vertex of the parabola.
f(x) = x2 - 8x + 17
Complete the square
y = (x2 - 8x+16)+17-16
y = (x-4)^2+1
This is an equation of a parabola that opens upwards.
Its standard form: y=(x-h)^2+k (h,k)=(x,y) coordinates of the vertex
For given equation:y = (x-4)^2+1
vertex: (4,1)