How do you solve 5=13-sqrt(25-2x) and identify any restrictions?

1 Answer
Apr 22, 2017

Please see the explanation.

Explanation:

The restriction that I would add is x<= 25/2

5=13-sqrt(25-2x);x<= 25/2

Subtract 13 from both sides:

-8=-sqrt(25-2x);x<= 25/2

Square both sides:

64 = 25 - 2x;x<= 25/2

We can drop the restriction on the next step, because the root is clearly not going to violate it.

Add 2x-64 to both sides:

2x = 25-64

2x = -39

x = -39/2

Check:

5=13-sqrt(25-2(-39/2))

5 = 13 - sqrt(64)

5 = 5

This checks.