A bag contains 80 blue marbles and 70 red marbles. Next to this bag is a pile of blue and red marbles. We take the marbles out of the bag in groups of two, with the following rules:
What is the color of the last marble left in the bag?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
At each step the number of red marbles is either unchanged, or reduced by two. Therefore if we started with an even number of red marbles, the number of red marbles will always be even.
The game ends when we have two balls left, and we pull these two balls out. It is impossible for one of them to be blue and the other one red, because in that case the number of red balls would be odd. Therefore in the last step we either pull two blues or two reds and we replace them with one blue. That is the last ball left in the bag.