SOLUTION: Solve for X sqrt(5x+1) +2 = 2x

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

Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!
Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!

   


Question 1402: Solve for X
sqrt(5x+1) +2 = 2x

Found 3 solutions by usyim88hk, khwang, JamieL38:
Answer by usyim88hk(157) About Me  (Show Source):
Answer by khwang(438) About Me  (Show Source):
You can put this solution on YOUR website!
Solve sqrt(5x+1) +2 = 2x
sqrt(5x+1) = 2x - 2,
Squaring both sides: 5x + 1 = 4(x-1)^2 = 4x^2 -8x +4.
Or 4x^2 - 13x + 3 =0,
Factoring: (x-3)(4x -1) = 0,
So,x = 3 or 1/4
Check, when x =3, sqrt(5*3+1) +2 = sqrt(16) + 2 = 4+2 = 6
= 2*3 =6 (right)
when x =1/4, sqrt(5/4+1) +2 = sqrt(9/4) + 2 = 3/2 + 2 = 7/2
= 2 * 1/4 - 2 = -3/2 (invalid, ignore, it is
the redundant root obtained by taking square)
Answer: The only roor is x= 3.

Answer by JamieL38(6) About Me  (Show Source):
You can put this solution on YOUR website!
sqrt%285x%2B1%29%2B2=2x
You'll first want to subtract 2 from both sides of the equation so as to isolate the square root.
sqrt%285x%2B1%29=2x-2
Next, square both sides to eliminate the square root.
sqrt%285x%2B1%29%5E2=%282x-2%29%5E2
5x%2B1=%282x-2%29%282x-2%29
5x%2B1=4x%5E2-8x%2B4
You'll next want to move all of your terms to one side of the equation. Do this by subtracting 5x and 1 from both sides.
5x%2B1-5x-1=4x%5E2-8x%2B4-5x-1
Combine like terms to get 0=4x%5E2-13x%2B3. This quadratic can be factored into %284x-1%29%28x-3%29=0. So either 4x-1=0 or x-3=0. After solving both equations, you'll get that x=(1/4) or 3.
To check your answers, plug both (1/4) and 3 back into the original problem. Checking 3 first, we see that sqrt%285%283%29%2B1%29%2B2=sqrt%2816%29%2B2=4%2B2=6 Notice that this is equivalent to the other side of the equation 2%2A3=6. So this answer checks.
But notice that (1/4) does not check when you plug it back into the original problem: sqrt%285%281%2F4%29%2B1%29%2B2=sqrt%289%2F4%29%2B2=%283%2F2%29%2B2=%287%2F2%29 and the other side of the equation gives us that 2%281%2F4%29=%281%2F2%29.
That means that this equation has only one solution x=3.
(I didn't see the other solution that looks just like this, so sorry for the redundancy. I only saw the first incomplete solution. =) )