Kara Z. answered  22d
Master's in Chemical Engineering with 15+ Years Tutoring Experience
When solving an equation with a square root in it, we know we will have to square the entire equation. Ideally, we do this once we get the radical on one side of the equal sign by itself. This is already how our problem is formatted, so we can begin by squaring both sides of the equation.
2x -1 = √(8 - x)
(2x - 1)^2 = ( √(8 - x ) )^2
When we square the left hand side, we can write that as two binomials multiplied together and then we can distribute to multiply. On the right side, the square root and the square will cancel since they are opposite operations of each other.
(2x - 1)(2x - 1) = 8 - x
4x^2 - 4x + 1 = 8 - x
Now that we've eliminated the radical, we can move all terms to the same side of the equation so that we can factor and solve.
4x^2 - 3x - 7 = 0
(4x - 7)(x + 1) = 0
4x - 7 = 0 x + 1 = 0
4x = 7 x = -1
x = 7/4
We found two solutions: x = 7/4 and x = -1. To check for extraneous solutions, we need to substitute each of these solutions back into the original equation and see if they work.
Checking x = 7/4:
2(7/4) - 1 = √(8 - 7/4)
7/2 -1 = √(25/4)
5/2 = 5/2
Since both sides of the equation agree, x = 7/4 is a viable solution.
Checking x = -1:
2(-1) - 1 = √(8 - (-1))
-2 - 1 = √9
-3 = 3
Since the sides of our equation do NOT agree, x = -1 is an extraneous solution.
Our final answer is
x = 7/4