-
[email protected]
- Master | Next Rank: 500 Posts
- Posts: 137
- Joined: Thu Mar 29, 2007 9:50 pm
- Location: Chicago
- Thanked: 1 times
stmt 1: x/|x|< x
say x =-5 then we have here -1 < -5 (not valid)
say x= -1 then -1 < -1 (not valid)
sat x = 0.99 the we have here 1 < 0.99 (again not valid)
now if x= 1 then 1 < 1 (not valid)
so x needs to be greater than 1 ie.e 2 ...
if x=2 then 1<2 (valid)
i.e |2| =2 & so on
so SUFF
(2) |x| > x
this is possible only when x is -ve coz for all +ve values of x
|x| = x
hence x is less than 0 (-ve)
so SUFF (|x| is less than 1 )
so ans should be D

















