How do you simplify sqrt(2x+1 )= x-72x+1=x7?

1 Answer
Apr 1, 2018

x = 12x=12

Explanation:

sqrt(2x+1) = x-72x+1=x7

First, we want to get rid of the square root, so we square both sides:

sqrt(2x+1)^2=(x-7)^22x+12=(x7)2

which simplifies to...
2x+1=x^2-14x+492x+1=x214x+49

Now we move everything to one side of the equation:
0 = x^2-16x+480=x216x+48

To solve this, we have to factor it.

To factor this, we have to see which two numbers:
1. Multiply up to 4848
2. Add up to -1616.

When we come up with the factors of 4848, we will notice that -44 and -1212 multiply up to 4848 and add up to -1616:
-4*-12 = 48412=48
-4 - 12 = -16412=16

So the factored form looks like this:
0 = (x-4)(x-12)0=(x4)(x12)

Now we can set:
x-4 = 0x4=0 and x - 12 = 0x12=0
x = 4x=4 and x = 12x=12


Now we need to test to make sure both of these numbers work in the original equation. So we just substitute one number at a time in place of each xx.
Let's check 44 first:
sqrt(2(4)+1) = 4-72(4)+1=47
sqrt(9) = -39=3
3 != -333

So we now that 44 is really not a solution.

Now let's check 1212:
sqrt(2(12)+1) = 12-72(12)+1=127
sqrt(25) = 525=5
5 = 55=5
Yes, this solution works!

So x = 12x=12.


By the way:
You have to check problems with square roots and fractions! Or else your answer may only be partially right or not right at all!

For other problems, if none of your solutions worked when you checked it, that means the answer is no solution or cancelO!

Hope this helps!