Question 1206414
<pre>
Question: sqrt(x)-sqrt(3x-3)=1

My work: 
sqrt(x)-sqrt(3x-3)=1
(sqrt(x))^2=(1+sqrt(3x-3))^2
x=(1+sqrt(3x-3))(1+sqrt(3x-3))
x=1+sqrt(3x-3)+sqrt(3x-3)+(sqrt(3x-3))^2
x=3x-2+2(sqrt(3x-3))
(-2x+2)/2=2(sqrt(3x-3))/2
(-x)^2=(sqrt(3x-3))^2
x^2=3x-3
0=x^2+3x-3
After this step, I get lost. I know the answer is supposed to be 1 but I am not sure where I went wrong or where to go from the last step I took.

Question: sqrt(x)-sqrt(3x-3)=1
          {{{matrix(10,3, sqrt (x) - sqrt (3x - 3), "=", 1, sqrt (x), "=", 1 + sqrt (3x - 3), (sqrt(x))^2, "=", (1 + sqrt(3x - 3))^2, x, "=", (1 + sqrt(3x - 3))(1 + sqrt (3x - 3)), x, "=", 1 + sqrt(3x - 3) + sqrt(3x - 3) + (sqrt(3x-3))^2, x, "=", 3x - 2 + 2(sqrt(3x - 3)), x - 3x + 2, "=", 2(sqrt(3x - 3)), - 2x + 2, "=", 2(sqrt(3x - 3)), (- 2x + 2)/2, "=", 2(sqrt(3x - 3))/2, - x + 1, "=", sqrt(3x - 3))}}}
                {{{matrix(1,3, (- x)^2, "=", (sqrt(3x - 3))^2)}}} <font color = red><font size = 4><b><===== ERROR IS HERE!!</font></font></b>
             {{{matrix(1,3, (- x + 1)^2, "=", (sqrt(3x - 3))^2)}}} <font color = red><font size = 4><b><===== s/b THIS, instead!</font></font></b>
     {{{matrix(3,3, x^2 - 2x + 1, "=", 3x - 3, x^2 - 2x + 1 - 3x + 3, "=", 0,               x^2 - 5x + 4, "=", 0)}}}
     (x - 1)  (x - 4) = 0
x - 1 = 0   |   x - 4 = 0 ---- Equating each factor to 0
    x = 1   |       x = 4

                        <font color = blue><font size = 4><b><u>C H E C K</font></font></b></u>
      <font color = blue><font size = 4><b><u>x = 1</font></font></b></u>                               <font color = blue><font size = 4><b><u>x = 4</font></font></b></u>
{{{matrix(5,3, sqrt (x) - sqrt (3x - 3), "=", 1,
sqrt (1) - sqrt(3(1) - 3), "=", 1,
sqrt (1) - sqrt (3 - 3), "=", 1,
sqrt (1) - sqrt(0), "=", 1,
1 - 0, "=", 1)}}}                  {{{matrix(5,3, sqrt (x) - sqrt (3x - 3), "=", 1,
sqrt (4) - sqrt(3(4) - 3), "=", 1,
sqrt (4) - sqrt (12 - 3), "=", 1,
sqrt (4) - sqrt(9), "=", 1,
2 - 3, "=", 1)}}}
             <font color = blue><font size = 4><b>1 = 1 (TRUE)                <font color = blue><font size = 4><b>- 1 = 1 (FALSE)
          x = 1 is the <u>ONLY SOLUTION</u></font></font></b>     x = 4 is an <u>EXTRANEOUS SOLUTION</u></font></font></b></pre>