To solve the equation \( x^2 - 10x = -22 \) by completing the square, we follow these steps:
-
Move the constant to the other side: \[ x^2 - 10x + 22 = 0 \]
-
Focus on the quadratic part \( x^2 - 10x \): To complete the square, we need to find the term that will complete it. Take half of the coefficient of \( x \), square it, and add it to both sides:
- The coefficient of \( x \) is \(-10\). Half of that is \(-5\).
- Squaring \(-5\) gives us \(25\).
-
Add and subtract \( 25 \) on the left side: \[ x^2 - 10x + 25 - 25 + 22 = 0 \] This simplifies to: \[ (x - 5)^2 - 3 = 0 \]
-
Isolate the square term: \[ (x - 5)^2 = 3 \]
-
Take the square root of both sides: \[ x - 5 = \pm \sqrt{3} \]
-
Solve for \( x \): \[ x = 5 \pm \sqrt{3} \]
Thus, the solutions are: \[ x = 5 + \sqrt{3} \quad \text{and} \quad x = 5 - \sqrt{3} \]
In simplest form, the solutions are: \[ \boxed{5 + \sqrt{3}} \quad \text{and} \quad \boxed{5 - \sqrt{3}} \]