How do you solve x=3+sqrt( 9-x)x=3+9x?

2 Answers
Mar 5, 2016

x = 5 or 0x=5or0

Explanation:

x = 3 + sqrt(9 - x)x=3+9x
x - 3 = sqrt(9 - x)x3=9x

Squaring both sides: (x - 3)^2 = 9 - x(x3)2=9x
Expanding square term: x^2 - 6x + 9 = 9 - xx26x+9=9x
x^2 - 5x = 0x25x=0
x(x - 5) = 0x(x5)=0

x = 5 or 0x=5or0

Mar 5, 2016

You must square both sides of the equation to get rid of the square root.

Explanation:

First, make sure the radical is isolated.

x - 3 = sqrt(9 - x)x3=9x

(x - 3)^2 = (sqrt(9 - x))^2(x3)2=(9x)2

x^2 - 6x + 9 = 9 - xx26x+9=9x

x^2 - 5x = 0x25x=0

x(x- 5) = 0x(x5)=0

x = 0 and 5x=0and5

When solving radical equations, always make sure to check the solution(s) in the original equation. Often, extraneous solutions can arise. These are solutions that do not satisfy the equation.

Upon checking, you realize that x = 5x=5 is the solution.

Hopefully this helps!