Solution to the Urn Puzzle
This is the solution / answer to the Urn Puzzle posted on 4th November 2007. Those who haven’t yet tried , first give it a try at Urn Puzzle
The last ball is white.
The number of white balls in the urn is an odd number at the beginning of the process. On each step, two balls are tentatively removed from the urn. But it is never the case that this results in exactly one white ball being permanently removed; if a black and white are removed, the white is returned. If two whites are removed, both are taken.
In other words, if the number of white balls was odd before a move, it is still odd after the move. Hence, since we started with an odd number of white balls, we must end with an odd number of white balls. Since we only have one ball left, that must be white.
—