In a box, there are red and blue marbles. If you take away one red marble, 1/4 of all marbles are red. If, on the other hand, you add a red one, 1/3 of all marbles are red. How many blue marbles are in the box?
If we say:
- x = Amount of red marbles
- y = Amount of blue marbles
- n = Total amount of marbles
Then, what I get from the statement above is:
- x + y = n
- (x - 1) = n/4
- (x + 1) = n/3
But I dont get any further from there.
I do not want the solution, but a hint would be helpful.
Source: http://monoid.mathematik.uni-mainz.de/monoid127.pdf (Page 21, Exercise 1163)