Equations: if x, y, and k are positive numbers

This topic has expert replies
Source: — Problem Solving |

Legendary Member
Posts: 1153
Joined: Wed Jun 20, 2007 6:21 am
Thanked: 146 times
Followed by:2 members

by parallel_chase » Thu Aug 21, 2008 2:20 pm
(10x + 20 y)/(x+y) = k


10x + 20y = kx + ky

10x - kx = ky - 20y

x(10-k) = y (k-20)

x/y = (k-20)/(10-k)


Insert the values for k

A) 10----k cannot be 10 since denominator will be 0. Eliminate.
B) 12----
x/y = 4/1
4y=x, this cannot be possible since y>x and both the numbers are positive. Eliminate

C) 15----
x/y=1/1, x=y, same reason as above. Eliminate.

D) 18----
x/y=1/4, 4x=y, this is the only possible answer which satisfies all the above conditions.

E) 30----

x/y = -(10/20). x, y and k are all positive numbers, Eliminate.

Hence Answer is D.

Whats the OA?

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 2623
Joined: Mon Jun 02, 2008 3:17 am
Location: Montreal
Thanked: 1090 times
Followed by:355 members
GMAT Score:780

by Ian Stewart » Thu Aug 21, 2008 2:34 pm
The equation just represents a weighted average, and if y is larger than x, the answer must be closer to 20 than to 10. So 18 is the only possibility. I went into more detail here:

www.beatthegmat.com/tough-algebra-equation-t13568.html

Legendary Member
Posts: 661
Joined: Tue Jul 08, 2008 12:58 pm
Location: France
Thanked: 48 times

by pepeprepa » Thu Aug 21, 2008 2:53 pm
That's clear there is an analogy with weighted average, but given I did not manage to use it to solve the question, I did that (parallel to Chase):

10x + 20y = (x+y)*k

A) 10
10y=0
That's wrong
B) 12
8y=2x
No because y>x
C) 15
5y=5x
No because y>x
D) 18
2y=8x
It seems nice, let's check if E is wrong
E) 30
-10y=20x
Impossible x>0 and y>0

That's D

User avatar
Master | Next Rank: 500 Posts
Posts: 400
Joined: Mon Dec 10, 2007 1:35 pm
Location: London, UK
Thanked: 19 times
GMAT Score:680

by II » Fri Aug 22, 2008 12:01 am
Thanks for input. OA is D.