SOLUTION: x=the squareroot of 6-x
Algebra
->
Radicals
-> SOLUTION: x=the squareroot of 6-x
Log On
Algebra: Radicals -- complicated equations involving roots
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Radicals
Question 32578
This question is from textbook
:
x=the squareroot of 6-x
This question is from textbook
Answer by
mukhopadhyay(490)
(
Show Source
):
You can
put this solution on YOUR website!
x = sqrt(6-x)
Take squares on both sides:
x^2 = 6-x
=> x^2+x-6 = 0
=> x^2+3x-2x-6 = 0
=> x(x+3)-2(x+3) = 0
=> (x+3)(x-2) = 0
=> Either (x+3) = 0 or (x-2) = 0
=> x=-3 or x=2