You can put this solution on YOUR website! The first thing you want to do is remove the square root from the equation. To do that, you simply need to square both sides. You square because squaring is the inverse function of a square root and that removes the square root function.
(x+1)^2 = (sqrt(7x+15))^2
(x+1)(x+1) = (7x+15).
Use FOIL method to find and create the expression on the left.
x^2+2x+1 = 7x+15
Subtract 7x from both sides to get
x^2 -5x + 1 = 15
Subtract 15 from both sides to get
x^2-5x-14 = 0. What we are now left with is a polynomial in the quadratic form.
The general form for a quadratic equation is ax^2+bx+c = 0.
Here a = 1 since there is no coefficient written next to x^2 we assume it is 1,
b = -5 and c = -14.
Now we simply use the quadratic formula to find x.
Quadratic equation (in our case ) has the following solutons:
For these solutions to exist, the discriminant should not be a negative number.
First, we need to compute the discriminant : .
Discriminant d=81 is greater than zero. That means that there are two solutions: .
Quadratic expression can be factored:
Again, the answer is: 7, -2.
Here's your graph:
x = 7 or x = -2.
Now to find the extraneous roots, we substitute 7 into the original equation and see if everything checks out.
x+1 = sqrt(7x+15) <--------------> 7 + 1 = sqrt(7(7)+15)