SOLUTION: When solving the equation 4x^2 + 4x -3 = 0 by completing the square, what should be added to both sides of the equation?

Algebra ->  Functions -> SOLUTION: When solving the equation 4x^2 + 4x -3 = 0 by completing the square, what should be added to both sides of the equation?      Log On


   



Question 693131: When solving the equation 4x^2 + 4x -3 = 0 by completing the square, what should be added to both sides of the equation?
Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!

4x² + 4x - 3 = 0
         + 4   4   <--- add 4 to both sides.
----------------
4x² + 4x + 1 = 4
(2x+1)(2x+1) = 4
     (2x+1)² = 4
        2x+1 = ±√4
        2x+1 = ±2

Using the +

        2x+1 = 2
          2x = 1
           x = 1%2F2 
    
Using the -

        2x+1 = -2
          2x = -3
           x = -3%2F2

Edwin