How do you solve # sqrt (9x+1) + 6= 2x#?

1 Answer
Jul 24, 2015

Rewrite this equation as a quadratic and proceed to solve for #x#.

Explanation:

Before doing anything else, isolate the radical term on one side of the equation.

To do that, add #-6# to both sides of the equation

#sqrt(9x + 1) + cancel(6) - cancel(6) = 2x - 6#

#sqrt(9x + 1) = 2(x-3)#

Now square both sides of the equation to get rid of the radical term

#(sqrt(9x + 1))^2 = [2(x-3)]^2#

#9x + 1 = 2^2 * (x-3)^2#

#9x + 1 = 4 * (x^2 - 6x + 9)#

#9x + 1 = 4x^2 -24x + 36#

Move all your terms to one side of the equation to get

#4x^2 - 33x + 35 = 0#

Use the quadratic formula to determine the two solutions ofr this equation

#x_(1,2) = (33 +- sqrt(1089 - 4 * 4 * 35))/8#

#x_(1,2) = (33 +- sqrt(529))/8 = (33 +- 23)/8 => {(x_1 = (33 + 23)/8 = color(blue)(7)), (x_2 = (33 - 23)/8 = color(orange)(5/4)) :}#

Check to see if both solutions satisfy the original equation. Since both solutions are positive, the radical term will always be positive, so all you really need to check is whether or not the right side of the equation is positive as well.

For #x_1# you have

#2 * color(blue)(7) - 6>0#

#8 > 0 -> x_1# is #color(green)("valid")#

For #x_2# you have

#2 * color(orange)(5/4) - 6>0#

#-7/2 cancel(>) 0 -> x_2# is #color(red)("not valid")#