Explanation:
I assume the real equation is
x² - 2x - 11 = 0
to complete the square we need to look first on the x² and x terms.
to complete the square we have to bring this into a form
(x + a)² = b
then we can pull the square root on both sides and get
x + a = sqrt(b)
x = sqrt(b) - a
so,
(x + a)² = x² + 2ax + a²
now compare this to our given equation.
x² check.
-2x = 2ax
therefore, a = -1
b is the remaining constant :
(x - 1)² - b = 0
x² - 2x + 1 - b = 0
when comparing to our original equation we see
1 - b = -11
b = 12
so,
x² - 2x - 11 = (x - 1)² - 12 = 0
(x - 1)² = 12
x - 1 = sqrt(12) = sqrt(4×3) = 2×sqrt(3)
x = 2×sqrt(3) + 1 = 4.464101615... ≈ 4.46