The last chip left in the bag
A bag holds some red chips and some blue chips. You repeat the following move until one chip is left: reach in and take out two chips, then
- if the two are the same color, drop them both and put one red chip into the bag;
- if the two are different colors, drop them both and put one blue chip into the bag.
Each move removes two chips and adds one back, so the bag shrinks by one each time and eventually a single chip remains.
Predict the color of that final chip from the starting counts alone, and prove your prediction always holds, whatever order the chips happen to come out.
Your answer
This one is open-ended. Work it through, then check your reasoning against the full solution.