Sheneron
- 360
- 0
Homework Statement
x = \sqrt{4 - 3x}
The Attempt at a Solution
x^2 = 4 - 3x
x^2 + 3x - 4 = 0
(x+4)(x-1) = 0
x + 4 = 0
x = -4
x -1 = 0
x = 1
Plugging back into the original equation, -4 doesn't work and 1 does work. But, if I plug it into the quadratic they both work. So which is it?