SethLowell
I did not quite understand the solution. I dont get it, why can't I just ^2 two times... before i pull a number over like take the 3^2 before i pull it to the other side? Two different solutions.
256-9+1=248 and the Original 170.
Because squaring a single term is not the same as squaring a sum of two terms. If you square \(3+\sqrt{x-1}=16\), you get \(9 + 6\sqrt{x-1}+x-1=16^2\), which still contains a square root. So, you’d need to rearrange again, isolate the square root on one side, and square again, making it longer than the proposed solution above. You’d still get the same solution, though.