You can put this solution on YOUR website! find the number c such that the vertex of f(x)=x^2+8x+c lies on the x-axis.
------------
y-c = x^2+8x
Complete the square:
y-c+4^2 = x^2+8x+4^2
(x+4)^2 = y-(c-16)
The vertex is at (-4,c-16)
If the vertex is going to be on the x-axis c-16 must be zero:
c-16 = 0
c = 16
----------------
Cheers,
Stan H.