|x(x-11)(x-12)| = x(x-11)(x-12)
for this to work we need to keep the answer positive on the right side because the left side will have to end up positive or 0. If the equation comes out negative then they won't be equal to each other.
for that to happen X must be >=0, but <11 OR > 12. Look at it like this. This equation will work for any number greater than or equal to 0 unless it's between 11 and 12, if that happens we'll end up with 1 negative in the equation, making the whole thing negative when multiplied out.
if X = 1. then it's +(-)(-) which = +
if X = 11 then it's +(0)(-) which = 0
if X = 13 then it's +(+)(+) which is +
BUT if X = 11.5 then it's +(+)(-) which will give us a negative number on the right and a positive number on the left (due to ||)
so we just want to see if X is greater than or equal to 0, but not between 11 and 12 (non inclusive).
1. X>0 on the right track, but insufficicent
2. |x-2|>5 X is less than -3or greater than 7, insufficient
combined we see that X must be greater than 7
still not enough to determine if X is between 11 and 12 though.
INSUFFICIENT
Answer E
This seems rather long and drawn out for the GMAT. Is this an official question? or maybe I'm completely off point and missed an obvious short cut?