If x is positive, what is the value of |x – 3| – 2|x – 4| + 2|x – 6| – |x – 7| ?
x≥1
Check points: 3, 4, 6, 7
x<3, 3<x<4, 4<x<6, 6<x<7, x>7
x<3:
|x – 3| – 2|x – 4| + 2|x – 6| – |x – 7|
-(x-3) -2 -(x-4) +2 -(x-6) - -(x-7)
-x+3 -2(-x+4) +2(-x+6) - (-x+7)
-x+3 +2x -8 -2x +12 +x-7
= 0
3<x<4:
|x – 3| – 2|x – 4| + 2|x – 6| – |x – 7|
(x-3) - 2 -(x-4) + 2 -(x-6) - -(x-7)
x-3 -2 -(x-4) +2 -(x-6) - -(x-7)
x-3 +2x -8 -2x +12 +x-7
2x-6
4<x<6
|x – 3| – 2|x – 4| + 2|x – 6| – |x – 7|
(x-3) -2(x-4) + 2 -(x-6) - -(x-7)
x-3 - 2x+8 +2 (-x+6) - (-x+7)
x-3 - 2x+8 + -2x +12 +x-7
-2x+10
6<x<7
|x – 3| – 2|x – 4| + 2|x – 6| – |x – 7|
(x-3) - 2(x-4) +2(x-6) - -(x-7)
(x-3) - 2(x-4) +2(x-6) +x-7
x-3 - 2x + 8 +2x-12 +x-7
2x-14
x>7
|x – 3| – 2|x – 4| + 2|x – 6| – |x – 7|
x-3 -2x+8 +2x-12 -x+7
=0
(1) x is an odd integer.
If x is an odd integer, then x=1, 3, 5, 7, 9, etc. Going through the five ranges:
When x=1 the result = 0
When x=5 (4<x<6) the result is -2(5)+10 = 0
When x>7 (for all odd integers) the result = 0
Therefore, as long as x is a positive, odd integer the result is always zero.
SUFFIFICIENT
(2) x>6
|x – 3| – 2|x – 4| + 2|x – 6| – |x – 7|
If x>6 then |x-6| will be positive but |x-7| may or not be positive (we are not told if x is an integer or not) therefore, the signs for |x-7| may be positive or may be negative and will affect the value of x.
INSUFFICIENT
(A)
P.S. while this problem was fairly straight forward, it took me a long time to solve. Is there any way to solve this type of problem in a quicker fashion? Thanks!