SOLUTION: My problem: Describe a method of writing the quadratic expression( x^2 +bx +c) in the form (x-h)^2 +g
Thanks again for the help
Algebra ->
Test
-> SOLUTION: My problem: Describe a method of writing the quadratic expression( x^2 +bx +c) in the form (x-h)^2 +g
Thanks again for the help
Log On
Question 556851: My problem: Describe a method of writing the quadratic expression( x^2 +bx +c) in the form (x-h)^2 +g
Thanks again for the help Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
==============