by RonPurewal Tue Sep 18, 2007 3:56 am
Part 1 is most definitely insufficient, because it allows x to take on any value between -2 and 2. (Note that non-integer values are acceptable; this condition does NOT restrict x to the integer values -1, 0, 1.)
Part 2: Absolute value equations are solved by splitting them into 2 sub-equations: one with the absolute-value bars removed, and one with the bars removed and the expression from the bars replaced by its opposite. Also, you have to CHECK solutions to absolute-value equations.
The first equation is x = 3x - 2; solution = 1. Check: yes, valid
The second equation is -x = 3x - 2; solution = 1/2. Check: not valid (the original equation becomes 1/2 = 3/2 - 2, which is not true).
Therefore, part 2 can be rephrased as "x = 1."
Answer = B