How do you solve the equation x² + 12x + 11 by completing the square?

To solve the quadratic equation x² + 12x + 11 = 0 by completing the square, follow these steps:

  1. Move the constant to the other side:
    Start by isolating the and 12x terms:
  2. x² + 12x = -11
  3. Complete the square:
    To complete the square, take half of the coefficient of x: 12. Half of 12 is 6. Now, square it (6² = 36) and add that value to both sides of the equation:
  4. x² + 12x + 36 = -11 + 36
  5. Rewrite as a square:
    Now the left side can be factored:
  6. (x + 6)² = 25
  7. Take the square root of both sides:
    Apply the square root to both sides of the equation:
  8. x + 6 = ±5
  9. Solve for x:
    You then have two cases to solve:
    • x + 6 = 5
      Subtract 6 from both sides:
    • x = 5 - 6 = -1
    • x + 6 = -5
      Subtract 6 from both sides:
    • x = -5 - 6 = -11
  10. Conclusion:
    The solution set of the equation is:
  11. x = -1, x = -11

Thus, the equation x² + 12x + 11 = 0 can be solved by completing the square, yielding the solution set: {-1, -11}.

Leave a Comment