When an equation has absolute value on ONLY ONE SIDE, plug any possible solutions back into the original equation to confirm that they are valid.Nina1987 wrote:What is the product of all the solutions of x^2 - 4x + 6 = 3 - |x - 1| ?
(A) -8
(B) -4
(C) 2
(D) 4
(E) 8
x² - 4x + 3 = -|x-1|.
Case 1: signs unchanged
x² - 4x + 3 = -(x-1)
x² - 4x + 3 = -x + 1
x² - 3x + 2 = 0
(x-1)(x-2) = 0.
Possible solutions: x=1, x=2.
If we plug x=1 into x² - 4x + 3 = -|x-1|, we get:
1² - (4*1) + 3 = -|1-1|.
0 = 0.
Thus, x=1 is a valid solution.
If we plug x=2 into x² - 4x + 3 = -|x-1|, we get:
2² - (4*2) + 3 = -|2-1|.
-1 = -1.
Thus, x=2 is a valid solution.
Case 2: signs changed in the absolute value
x² - 4x + 3 = -(-x+1)
x² - 4x + 3 = x - 1
x² - 5x + 4 = 0
(x-1)(x-4) = 0.
Possible solutions: x=1, x=4.
If we plug x=4 into x² - 4x + 3 = -|x-1|, we get:
4² - (4*4) + 3 = -|4-1|.
3 = -3.
Doesn't work.
Thus, x=4 is NOT a valid solution.
Only x=1 and x=2 are valid solutions.
Product of these two solutions = 1*2 = 2.
The correct answer is C.

















