4x>3y

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 93
Joined: Tue Mar 18, 2008 9:28 am
Thanked: 2 times

4x>3y

by CITI29 » Sun Jul 27, 2008 8:18 am
Hi , I invariably go wrong in questions such as this, if I limit myself to 2 mins to answer. Can anyone suggest any quick method pls:

if x and y are positive , is 4x>3y?

1. x>y-x
2. x/y<1

I tried 'plugging in' and selected 'c' but answer is 'e'. Though I now know that e is correct ans, but took whole lot of time to solve. Any suggestion wld be appreciated.
Source: — Data Sufficiency |

Master | Next Rank: 500 Posts
Posts: 315
Joined: Thu Aug 17, 2006 10:43 pm
Thanked: 23 times

by Suyog » Sun Jul 27, 2008 11:34 am
Hi,

For option 1, If u come with the values for x & y that don't satisfy the equation, then use the same values for option 2.

1)
for x > y-x... Say u come up with
x = 4 and y = 3
so 4x > 3y - true
or x = 3 and y = 5
so, 4x > 3y - false
Insuff

2)
for x/y < 1
our first combination of values wont hold true.
so just reverse it, as
x = 3 and y = 4
so, 4x > 3y - equal
or x = 3 and y = 5
so, 4x > 3y - false
Insuff

Since you have tried the same values for both the equations (c) can not be an answer.

Choose (e)

Newbie | Next Rank: 10 Posts
Posts: 7
Joined: Mon Apr 28, 2008 7:11 pm
Thanked: 1 times

by sln_bits » Sun Jul 27, 2008 8:23 pm
The statement given is Is 4x>3y given x & y are positive.

4x>3y
x> 3/4y

Another way for arriving at solution is

1) x> y-x means 2x> y or x>y/2 . But this does not tell whether x > 3/4y. INSUFFICIENT

2) x < y. Again this does not tell whether x > 3/4y. It is possible that x can be < 3/4y or 3/4y<x<1. INSUFFICIENT

Newbie | Next Rank: 10 Posts
Posts: 7
Joined: Sat Jan 31, 2009 11:32 am

correct me if I am wrong

by valentindima » Sat Jan 31, 2009 11:44 am
Indeed, either option by itself is not sufficient.
But try this:
1. x>x-y; 2x>y
2. x/y<1; x<y (because y>0); 2x<2y; (multiply by -1, changing the inequality); -2x>-2y

Now subtract 1. from 2. and you get -4x>-3y. Looks familiar?
Multiply by -1 and you get 4x<3y.
So, the answer must be C. both statements together are sufficient. 4x is not greater than 3y, is actually exactly the opposite.

Have not seen this solution anywhere. Am I getting something wrong?

Master | Next Rank: 500 Posts
Posts: 208
Joined: Sat Jan 31, 2009 11:32 am
Location: Mumbai
Thanked: 2 times

by vikram_k51 » Sat Jan 31, 2009 1:12 pm
If x and y are positive , is 4x>3y?

1. x>y-x
2. x/y<1


Question Rephrase: Is x>3/4y?

From 1: x>y/2
Not Suff.x can be anything from 0.6y-infinity.whether x>0.75 y is not known

From2: x<y

Thus x can be anything from 0-0.9 y

Not suff

Combining the 2:

y/2<x<y

Now x can take any value from 0.6 y to 0.9y.Hence not suff


Thus ans E

Senior | Next Rank: 100 Posts
Posts: 79
Joined: Wed Feb 06, 2008 7:52 am
Thanked: 2 times
GMAT Score:620

by yalanand » Sat Jan 31, 2009 1:20 pm
Now subtract 1. from 2. and you get -4x>-3y. Looks familiar? ?


Not for me atleast....


Take one simple example x=2 y =3 this satisfied both x>y-x, x/y<1
condition

4x>3y = 4*2 > 3*3 (FALSE)

Now let x=9 and y =10..this satisfied both x>y-x, x/y<1
condition

4x>3y = 4*9 > 3*10 (TRUE)

Hope this helps

Newbie | Next Rank: 10 Posts
Posts: 7
Joined: Sat Jan 31, 2009 11:32 am

true, but

by valentindima » Sun Feb 01, 2009 1:57 pm
True, I agree with both of you. Your reasoning is flawless.
In the meantime I also figured out the correct answer.

But, for the life of me, I can not find where is the mistake in manipulating the inequalities the way I did.
I must have made a mistake, it's evident, but what is it?

Thanks for the clarifications anyway, I've learned to trust more trying values.

Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Mon Jan 12, 2009 6:34 pm
Thanked: 1 times

by cetmk » Sun Feb 01, 2009 6:34 pm
a > b & c > d does not imply a-c > b-d.
e.g. 4 > 2 & 3 > 0 does not imply 4-3 > 2-0

Senior | Next Rank: 100 Posts
Posts: 73
Joined: Wed Jan 28, 2009 9:00 am
Thanked: 6 times
GMAT Score:680

Re: correct me if I am wrong

by Alara533 » Sun Feb 01, 2009 9:07 pm
valentindima,

1. x>x-y; 2x>y
2. x/y<1; x<y (because y>0); 2x<2y; (multiply by -1, changing the inequality); -2x>-2y

Now you subtracted 1 from 2 to get -4x>-3y.
But if you subtract 2 from 1, you will get 4x>3y. which is contradicting your earlier statement!

So you can do these type of operations only on equalities!

Newbie | Next Rank: 10 Posts
Posts: 7
Joined: Sat Jan 31, 2009 11:32 am

thanks

by valentindima » Mon Feb 02, 2009 2:07 am
Thanks everybody!
Looooong time since I was learning math. Obvious :)