SOLUTION: Solve sqrt(x+5)+sqrt(x+10)>=2

Algebra ->  Radicals -> SOLUTION: Solve sqrt(x+5)+sqrt(x+10)>=2      Log On


   



Question 1038727: Solve
sqrt(x+5)+sqrt(x+10)>=2

Found 2 solutions by stanbon, ikleyn:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Solve
sqrt(x+5)+sqrt(x+10)>=2
-----
Square both sides to get::
x+5 + sqrt[(x+5)(x+10)] + x+10 >= 4
--------
sqrt[x^2+15x+50] >= -2x - 11
sqrt[x^2+15x+50] >= -(2x+11)
------
Square both sides to get:
x^2 + 15x + 50 >= 4x^2 + 44x + 121
----------
3x^2 + 29x + 71 <= 0
-------
Ans:: no solution
----------------
Cheers,
Stan H.
---------------

Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
.
Solve
sqrt(x+5)+sqrt(x+10)>=2
~~~~~~~~~~~~~~~~~~~~~~~~~




Figure. Plots y = sqrt%28x%2B5%29%2Bsqrt%28x%2B10%29 and y = 2.

Why not? - They are . . .

Take x = -5. Then

sqrt%28x%2B5%29%2Bsqrt%28x%2B10%29 = sqrt%280%29+%2B+sqrt%285%29 = sqrt%285%29 is just > 2.

Then everything that is greater than -5 satisfies the inequality, too.

Answer. The entire domain {x| x >= -5} is the solution.


Simply there is an error in the previous solution.