SOLUTION: i am doing completing the square and i want to make sure i have it right solve: x squared + 2x = 8 by completing the square

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: i am doing completing the square and i want to make sure i have it right solve: x squared + 2x = 8 by completing the square      Log On


   



Question 327900: i am doing completing the square and i want to make sure i have it right
solve: x squared + 2x = 8 by completing the square

Found 3 solutions by stanbon, Earlsdon, meay7c:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
solve: x squared + 2x = 8 by completing the square
-------------
x^2 + 2x + 1 = 8 + 1
--------------------------
(x+1)^2 = 9
---
x+1 = +3 or x+1 = -3
x = 2 or x = -4
=====================
Cheers,
Stan H.

Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
Solve: x%5E2%2B2x+=++8 by completing the square.
x%5E2%2B2x=+8 Add the square of half the x-coefficient. %282%2F2%29%5E2+=+1
to both sides.
x%5E2%2B2x%2B1+=+8%2B1 Factor the left side.
%28x%2B1%29%5E2+=+9 Take the square root of both sides.
x%2B1+=+3 or x%2B1+=+-3 Subtract 1 from both sides in each solution.
highlight%28x+=+2%29 or highlight%28x+=+-4%29

Answer by meay7c(10) About Me  (Show Source):
You can put this solution on YOUR website!
The problem : x^2 + 2x = 8, can be solved by completing the square as follows:
x^2 + 2x = 8
Next we want to take 1/2 of the coefficient, 2 which is 1 and then square 1.
1 squared is 1, so we add 1 to both sides:
x^2 + 2x + 1 = 8 + 1
Next we simplify:
x^2 + 2x + 1 = 9
Remember: x^2 + 2x + 1 is equivalent to (x + 1)^2. If we were to FOIL out
(x +1)^2 we would get: x^2 + 2x + 1.
In order to solve this equation, we will use (x + 1)^2 on the left hand side.
(x + 1)^2 = 9
To solve for x, we must undo the squaring operation on the left hand side. We do this by taking the square root of both sides:
sqrt(x + 1) ^2 = + or - sqrt (9)
Yielding: x + 1 = + or - 3
Next we evaluate:
x + 1 = 3 and x + 1 = -3
The first equation x + 1 = 3, x is 2.
The second equation x + 1 = -3, x = -4