SOLUTION: I was needing to check another answer, the problem is, sqrt(x+10)+2=x my answer was x=-6 andx=-1 but -1 is not a solution

Algebra ->  Radicals -> SOLUTION: I was needing to check another answer, the problem is, sqrt(x+10)+2=x my answer was x=-6 andx=-1 but -1 is not a solution      Log On


   



Question 173483: I was needing to check another answer, the problem is, sqrt(x+10)+2=x my answer was x=-6 andx=-1 but -1 is not a solution
Found 3 solutions by Alan3354, Mathtut, solver91311:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
I was needing to check another answer, the problem is, sqrt(x+10)+2=x my answer was x=-6 andx=-1 but -1 is not a solution
---------------
sqrt(x+10)+2=x
sqrt(-1 + 10) +2 =? -1
sqrt(9) + 2 =? -1
-3 + 2 = -1
Looks ok to me.


Answer by Mathtut(3670) About Me  (Show Source):
You can put this solution on YOUR website!
sqrt%28x%2B10%29%2B2=x
:
sqrt%28x%2B10%29=x-2
:
x%2B10=%28x-2%29%5E2squaring both sides
:
x%2B10=x%5E2-4x%2B4
:
x%5E2-5x-6=0
:
it works in the quad equation but the only way it works in the original is if the original left side had a negative in front of the radical-sqrt%28x%2B10%29
:
When solving radical equations, extra solutions may come up when you raise both sides to an even power. These extra solutions are called extraneous solutions. If a value is an extraneous solution, it is not a solution to the original problem.
In radical equations, you check for extraneous solutions by plugging in the values you found back into the original problem. If the left side does not equal the right side, then you have an extraneous solution.
:therefore -1 is not a solution to this equation
:
highlight%28x=6%29
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 1x%5E2%2B-5x%2B-6+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%28-5%29%5E2-4%2A1%2A-6=49.

Discriminant d=49 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28--5%2B-sqrt%28+49+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%28-5%29%2Bsqrt%28+49+%29%29%2F2%5C1+=+6
x%5B2%5D+=+%28-%28-5%29-sqrt%28+49+%29%29%2F2%5C1+=+-1

Quadratic expression 1x%5E2%2B-5x%2B-6 can be factored:
1x%5E2%2B-5x%2B-6+=+1%28x-6%29%2A%28x--1%29
Again, the answer is: 6, -1. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+1%2Ax%5E2%2B-5%2Ax%2B-6+%29


Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
sqrt%28x%2B10%29%2B2=x

I think you probably had the process correct, but you made a sign error.

Add -2 to both sides:

sqrt%28x%2B10%29=x-2

Square both sides:

x%2B10=x%5E2-4x%2B4

Collect terms and put in standard form:

x%5E2-5x-6=0

%281%29%28-6%29=-6 and %281%29%2B%28-6%29=-5 so:

%28x-6%29%28x%2B1%29=0

x-6=0 => x=6 or

x%2B1=0 => x=-1

6 is a valid root because sqrt%286%2B10%29%2B2=sqrt%2816%29%2B2=4%2B2=6 but

-1 is NOT a valid root because sqrt%28-1%2B10%29%2B2=sqrt%289%29%2B2=3%2B2=5%3C%3E-1

The invalid, or extraneous root was introduced by the act of squaring the variable in the process of solving the equation. You must ALWAYS check your answers against the original equation any time you square a variable in the process of solving.