How do you solve the quadratic equation by completing the square: x^2 - 10x = 1?

1 Answer
Aug 5, 2015

x_(1,2) = 5 +- sqrt(26)

Explanation:

To solve this quadratic by completing the square you need to use the coefficient of the x-term to help you determine what terms needs to be added to both sides of the equation so that the left side of the equation can be written as the square of a binomial.

More specifically, divide said coefficient by 2, square the result, and add it to both sides of the equation

(-10/5)^2 = 25

x^2 - 10x + 25 = 1 + 25

The left side of the equation can now be written as

x^2 - 2 * (5) * x + (5)^2 = (x-5)^2

This means that you have

(x-5)^2 = 26

Take the square root from both sides of the equation to get

sqrt((x-5)^2) = sqrt(26)

x-5 = +- sqrt(26) implies x_(1,2) = 5 +- sqrt(26)

The two solutions to the quadratic will be

x_1 = color(green)(5 + sqrt(26)) and x_2 = color(green)(5 - sqrt(26))