positive integers

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 27
Joined: Wed Feb 18, 2009 3:13 am
Thanked: 3 times

positive integers

by wishkaro » Tue May 05, 2009 9:01 am
Good one ... any short cut

If x, y, and k are positive integers such that 10 x/ (x+y) + 20 y /(x+y) = k and if x < y, which of the following could be the value of k?

A. 10
B. 12
C. 15
D. 18
E. 30

OA D
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 139
Joined: Wed Oct 22, 2008 4:36 am
Thanked: 17 times

User avatar
Master | Next Rank: 500 Posts
Posts: 319
Joined: Wed Feb 04, 2009 10:32 am
Location: Delhi
Thanked: 84 times
Followed by:9 members

by sureshbala » Wed May 06, 2009 3:00 am
There's a nice explanation given by Ian.

Let's have a look from algebra point of view

We have

10[x/(x+y)+2y/(x+y)]=k

10[(x+2y)/(x+y)]=k

10[(x+y+y)/(x+y)]=k

10[(1 + y/(x+y)]=k

Given x<y

i.e x+y < 2y

i.e. x+y/y < 2

i.e. y/(x+y) > 1/2

So we have 1/2 < y/(x+y) < 1

Hence 10[(1 + y/(x+y)] must be in between 15 and 20.

So 18 is the possible answer

Master | Next Rank: 500 Posts
Posts: 103
Joined: Mon May 04, 2009 11:53 am
Thanked: 6 times

by navalpike » Wed May 06, 2009 10:40 am
Suresh, this is probably obvious to you but how did you go from :

10[(x+y+y)/(x+y)]=k

to

10[(1 + y/(x+y)]=k

Thanks,

User avatar
Master | Next Rank: 500 Posts
Posts: 319
Joined: Wed Feb 04, 2009 10:32 am
Location: Delhi
Thanked: 84 times
Followed by:9 members

by sureshbala » Wed May 06, 2009 10:49 am
navalpike wrote:Suresh, this is probably obvious to you but how did you go from :

10[(x+y+y)/(x+y)]=k

to

10[(1 + y/(x+y)]=k

Thanks,
Hi,

We know that (a+b)/c = a/c + b/c

Similarly [(x+y)+y]/(x+y) = (x+y)/(x+y) + y/(x+y) = 1 + y/(x+y)

(consider a= x+y and b = y in the above example)

Master | Next Rank: 500 Posts
Posts: 103
Joined: Mon May 04, 2009 11:53 am
Thanked: 6 times

by navalpike » Wed May 06, 2009 10:56 am
Gotcha, thanks :)