Question 556851
Describe a method of writing the quadratic expression( x^2 +bx +c) in the form (x-h)^2 +g 
-----
Complete the square on the x-terms:
----
x^2 + bx + c
----
= x^2 + bx + (b/2)^2 + c - (b/2)^2
-----
= (x+(b/2))^2 + [(4c-b^2)]/4
==============================
Cheers,
Stan H.
==============