How do you solve #6x² + 6x - 21 = 0#?

1 Answer
Aug 1, 2015

#x_(1,2) = -1/2 +- sqrt(15)/2#

Explanation:

You could try solving this quadratic equation by completing the square.

The first thing that you need to do is get your quadratic to the form

#color(blue)(x^2 + b/ax = -c/a#

You can do that by adding #21# to both sides of the equation and dividing everything by #6#.

#6x^2 + 6x - color(red)(cancel(color(black)(21))) + color(red)(cancel(color(black)(21))) = 21#

#(color(red)(cancel(color(black)(6)))x^2)/color(red)(cancel(color(black)(6))) + (color(red)(cancel(color(black)(6)))x)/color(red)(cancel(color(black)(6))) = 21/6#

#x^2 + x = 7/2#

Next, use the coefficient of the #x#-term to help you determine what number must be added to both sides of the equation in order to allow for the left side of the equation to be written as the square of a binomial.

More specifically, divide this coefficient by #2#, then square the result.

#(1/2)^2 = 1/4#

So, add #1/4# to both sides of the equation to get

#x^2 + x + 1/4 = 7/2 + 1/4#

Now the left side of the equation can be written as

#x^2 + 2 * (1/2) * x + (1/2)^2 = (x + 1/2)^2#

The quadratic equation will be equivalent to

#(x + 1/2)^2 = 15/4#

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

#sqrt((x+1/2)^2) = sqrt(15/4)#

#x + 1/2 = +-sqrt(15)/2 => x_(1,2) = -1/2 +- sqrt(15)/2#

The two solutions to your quadratic will thus be

#x_1 = color(green)(-1/2 - sqrt(15)/2)# and #x_2 = color(green)(-1/2 + sqrt(15)/2)#