How do you solve sqrt(15-2x)=x?

2 Answers
Jul 23, 2015

You square both sides of the equation and solve the resulting quadratic equation.

Explanation:

The first thing you need to do in order to solve this equation is to get rid of the square root by squaring both sides of the equation.

This will get you

(sqrt(15 - 2x))^2 = x^2

15 - 2x = x^2

Next, move all the terms on one side of the equation

x^2 + 2x - 15 = 0

You can easily solve this one by using the quadratic formula, which states that, for any quadratic equation that takes the form ax^2 + bx + c = 0, the solutions for x can be determined by

x_(1,2) = (-b +- sqrt(b^2 - 4ac))/(2a)

In your case, a=1, b=2, and c=-15.

This means that you get

x_(1,2) = (-2 +- sqrt(2^2 - 4 * 1 * (-15)))/(2 * 1)

x_(1,2) = (-2 +- sqrt(64))/2 = (-2 +- 8)/2

The two solutions for x will be

{( x_1 = (-2 + 8)/2 = 3), (x_2 = (-2 - 8)/2 = -5) :}

Check to see if the two solutions are valid

sqrt(15 - 2 * 3) = 3 <=> sqrt(9) = 3 <=> 3 = 3 -> color(green)("valid")

and

sqrt(15 - 2 * (-5)) = -5 <=> sqrt(25) = -5 -> color(red)("not valid")

Therefore, the only solution to this equation is

x = color(green)(3)

Jul 23, 2015

Square both sides and then solve as a quadratic to obtain:
color(white)("XXXX")x=3

Explanation:

sqrt(15-2x) = x

rarrcolor(white)("XXXX")15-2x = x^2

rarrcolor(white)("XXXX")x^2+2x-15 = 0

rarrcolor(white)("XXXX")(x+5)(x-3) = 0

rarrcolor(white)("XXXX")x=-5color(white)("XXXX")orcolor(white)("XXXX")x=3

Since sqrt("anything")color(white)("XX") is, by definition, positive
color(white)("XXXX")we can ignore x= -5 as extraneous

Leaving x=3 as the only valid solution.