-
silentuser
- Newbie | Next Rank: 10 Posts
- Posts: 9
- Joined: Sun Sep 14, 2008 7:42 pm
Allow me to use "[" as absolute syntax.
sqrt((x-3)^2) = [x-3]. The absolute value can not be negative.
Then [x-3] = x-3 if x-3>=0
or [x-3] = 3-x if x-3<=0 (x-3<=0, thus 3-x>=0)
This case the given information cites that [x-3] = 3-x hence x-3<=0 or x<=3
Let's go to the choices.
1. x is not 3, this is insuff to determine whether x<=3
2. -x*[x]>0 so -x>0 or x<0.
If x<0 then surely x will <= 3. Then suff.
So pick B.













