Core Connections Algebra 2, 2013
CC
Core Connections Algebra 2, 2013 View details
3. Section 8.3
Continue to next subchapter

Exercise 152 Page 422

Practice makes perfect
a To solve equations with a variable expression inside a square root, we first want to make sure the radical is isolated. Then we can raise both sides of the equation to a power equal to the index of the radical. Let's try to solve our equation using this method!
sqrt(x)+2 = x
sqrt(x) = x-2
(sqrt(x))^2=(x-2)^2
x = (x-2)^2
x = x^2 - 2(x)(2) + 2^2
x = x^2 - 4x + 4
â–Ľ
Solve for x
0 = x^2 - 5x + 4
x^2 - 5x + 4 = 0
x^2 - x - 4x + 4 = 0
x(x-1) - 4x + 4 = 0
x(x-1) - 4(x-1) = 0
(x-1)(x-4) = 0
Let's now apply the Zero Product Property to find the solutions to the equation.
(x-1)(x-4)=0
lcx-1=0 & (I) x-4=0 & (II)
lx=1 x-4=0
lx=1 x=4
We found that the solutions to the equation are 1 and 4. Finally, we will check our solutions by substituting the value into the original equation. Let's start with x=1.
sqrt(x)+2 = x
sqrt(1) + 2 ? = 1
â–Ľ
Evaluate left-hand side
1 + 2 ? = 1
3≠ 1 *
Since substituting x=1 created a false statement, x=1 is not a solution to the given equation. Let's now check for x=4.
sqrt(x)+2 = x
sqrt(4) + 2 ? = 4
â–Ľ
Evaluate left-hand side
2 + 2 ? = 4
4 = 4 âś“
This time we created a true statement. Therefore, x=4 is indeed a solution to the given equation.
b To solve equations with a variable expression inside a square root, we first want to make sure the radical is isolated. Then we can raise both sides of the equation to a power equal to the index of the radical. Note that the square root is already isolated. Let's solve the equation!
sqrt(x)+2 = sqrt(x+6)
(sqrt(x)+2)^2 = (sqrt(x+6))^2
(sqrt(x))^2+2sqrt(x)(2)+2^2 = (sqrt(x+6))^2
x+2sqrt(x)(2)+2^2 = x+6
x+4sqrt(x)+4 = x+6
â–Ľ
Solve for x
4sqrt(x)+4 = 6
4sqrt(x) = 2
sqrt(x) = 2/4
sqrt(x) = 1/2
( sqrt(x) )^2 = ( 1/2 )^2
x = ( 1/2 )^2
x = 1^2/2^2
x = 1/4
We found that the solution to the equation is x= 14. Finally, we will check our solution by substituting x= 14 into the original equation.
sqrt(x)+2 = sqrt(x+6)
sqrt(1/4) + 2 ? = sqrt(1/4+6)
â–Ľ
Evaluate
sqrt(1/4) + 2 ? = sqrt(1/4+24/4)
sqrt(1/4) + 2 ? = sqrt(25/4)
sqrt(1)/sqrt(4) + 2 ? = sqrt(25)/sqrt(4)
1/2 + 2 ? = 5/2
1/2 + 4/2 ? = 5/2
5/2 = 5/2 âś“
Since substituting x= 14 created a true statement, x= 14 is indeed a solution to the given equation.