If x < y, is square(x) < square(y)?

This topic has expert replies
Source: — Data Sufficiency |

Legendary Member
Posts: 759
Joined: Mon Apr 26, 2010 10:15 am
Thanked: 85 times
Followed by:3 members

by clock60 » Sat Sep 25, 2010 9:25 am
my humble try
if x<y is x^2<y^2, after little transforming
is x^2-y^2<0
is (x-y)(x+y)<0. two cases are possible
1) x-y>0 x>y but accrding to the problem x<y so
2) x-y<0, x<y and x+y>0 and now the question: is x+y>0

(1) y>0 if y>0 x can be also >0 or <0 not suffiicent
x=2,y=3 x+y>0
y=3, x=-4 x+y<0

(2) is x>0 then y must be>0 as x<y and x+y will be always +ve

so my pick for B

Legendary Member
Posts: 768
Joined: Mon Nov 30, 2009 3:46 am
Thanked: 21 times
Followed by:7 members

by GMATMadeEasy » Sat Sep 25, 2010 11:40 am
very well done