Problem
The Problem
You have a bag with 20 red balls and 20 blue balls. Each turn, you randomly draw 2 balls:
- If they're the same color: discard both, add 1 blue ball back.
- If they're different colors: discard both, add 1 red ball back.
What color is the last ball?