SOLUTION: Solve where x is a real number. square root of x + 4 = 1 + square root of x - 1

Algebra ->  Square-cubic-other-roots -> SOLUTION: Solve where x is a real number. square root of x + 4 = 1 + square root of x - 1      Log On


   



Question 39021: Solve where x is a real number.
square root of x + 4 = 1 + square root of x - 1

Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
sqrt(x+4) = 1 + sqrt(x-1)
square both sides
x+4 = 1 + 2*sqrt(x-1) + x - 1
4 = 2*sqrt(x-1)
2 = sqrt(x-1)
4 = x - 1
x = 5
and it checks too...