A sack contains blue and red marbles*. Consider the following game: marbles are taken out of the sack, one-by-one, until there is an equal number of blue and red marbles; once the number of blue marbles equals the number of red marbles, the game is over. In an instance of this game, it is observed that, at the end, $ 10$ marbles were taken out of the bag, and no $ 3$ consecutive marbles were all of the same color. Prove that, in said instance of the game, the fifth and sixth marbles were of different color. *The original problem involved "stones."
Problem
Source:
Tags:
zapi2007
24.07.2008 08:29
The rules are...
total of 10 marbles, red or blue
no 3 consecutive marbles taken out are the same color
the last x marbles cannot have $ x/2$ red and $ x/2$ blue marbles
my spot notation..._ _ _ _ _ _ _ _ _ _ 1 is the first underscore, 10 is the last marble chosen
Case 1We are assuming that we will have enough marbles because the Cases will cover all cases (in other words, I was going to write a completely rigorous proof but I decided not to)
Case 1: The middle two are blue.
It now looks like _ _ _ R B B R _ _ _
Case 1a: B is the last one taken out.
The second to last taken out has to be blue or the game would have ended sooner. Spot 8 has to be red to avoid the 3 consecutive rule. However, because the last four marbles have an equal number of marbles, we have a contradiction.
Case 1b: R is the last one taken out. We need an a red in spot 9. We need a blue in spot 8. However, the last 6 marbles (spots 5-10) have an equal number of blue and red marbles, a contradiction. Case 1b done.
Case 1 done.
Case 2Case 2: The middle two are red.
_ _ _ B R R B _ _ _
Case 2a: B is the last one taken out. Therefore, a blue goes in spot 9, a red goes in spot 8. However, the last six marbles have an equal number of blue and red marbles again, a contradiction. Case 2a done.
Case 2b: R is the last one taken out. Therefore, a red goes in spot 9, a blue goes in spot 8. However, the last four marbles have an equal number of blue and red marbles, a contradiction. Case 2b done.
Case 2 done.
We have covered all the cases, regardless of how many of each marble we have. Therefore, because we have proved that the middle two cannot be the same color, they must be different colors.
QED
Just out of curiosity, what's PRMO?
metafor
24.07.2008 09:03
Puerto Rican Mathematical Olympiad (It's actually OMPR, when you abbreviate its Spanish name, but 'PRMO' sounds cooler). See here, if you don't "speaky the Spanish."
Image not found
Brut3Forc3
24.07.2008 21:23
Is it necessary to prove both cases, or can you just assume WLOG that the two middle marbles are red?
metafor
25.07.2008 03:57
Not really — in the "solution" I wrote for the exam, I just drew black and white dots, and generalized (I didn't say "WLOG," but I did implement the concept it implies). So, sure, generalize.