- g.shankaran
- Master | Next Rank: 500 Posts
- Posts: 101
- Joined: Tue Oct 27, 2009 8:19 am
- Thanked: 4 times
- Followed by:2 members
Hi,
Assuming X!=3 as 'x not equal to' 3[Programming language representation], I will solve this.Because x factorial=3 really doesn't make sense.
sqt(x-3)^2 = |x-3|
|x-3| = x-3, if x>=3
|x-3| = 3-x, if x<=3
From(1): x not equal to 3, we don't know if x>3 or not
Insufficient
From(2): -x|x|>0. As |x|>=0, -x>0 =>x<0
if x<0, then definitely x<3. So, |x-3|=3-x
Sufficient
Hence, B

















