shiny, thanks, yes, the numbers have to be positive. (if the numbers didn't have to be positive, there would actually be more than one possible correct answer.)
i have edited the original post. the original poster put the restriction in the title, but omitted it from the question itself (!)
bduke66 Wrote:There's usually more than 1 way to work out a problem. If I wanted to approach this problem from another angle, any examples of how i would do this, and\or tips.
here's another way requiring less intuition -- i.e., this method is still accessible if you don't quite grasp the whole "percentage" or "weighted average" interpretation.
namely:
multiply both sides of the original equation by (x + y). this gives:
10x + 20y = kx + ky
now try plugging in the choices, and see which one works with the other stated condition x < y.
(a)
10x + 20y = 10x + 10y
20y = 10y
y = 0
... not ok, since the numbers have to be positive.
(b)
10x + 20y = 12x + 12y
8y = 2x
4y = x
not good; this means that x is four times as big as y. since the numbers are positive, that contradicts the requirement x < y.
(c)
10x + 20y = 15x + 15y
5y = 5x
y = x
oops, we're supposed to have x < y, not x = y.
(d)
10x + 20y = 18x + 18y
2y = 8x
y = 4x
winner!
since the problem says "could", we are technically done at this point (they can't write the problem so that more than one answer would work). still, since there's only one choice left, we may as well check it.
(e)
10x + 20y = 30x + 30y
0 = 20x + 10y
10y = -20x
y = -2x
not good, since the numbers are supposed to be positive.
(d) wins