Maths Olympiad Prep

Library / /534 of 740

, 2021

Combinatorics Difficulty 5.2 AIME, harder Prove it United States

Problem:

A domino has a left end and a right end, each of a certain color. Alice has four dominos, colored red-red, red-blue, blue-red, and blue-blue. Find the number of ways to arrange the dominos in a row end-to-end such that adjacent ends have the same color. The dominos cannot be rotated.

Solution

Solution:

Without loss of generality assume that the left end of the first domino is red. Then, we have two cases:

If the first domino is red-red, this forces the second domino to be red-blue. The third domino cannot be blue-red, since the fourth domino would then be forced to be blue-blue, which is impossible. However, RR RB BB BRRR\ RB\ BB\ BR works.

If the first domino is red-blue, then the second domino cannot be blue-red, since otherwise there is nowhere for the blue-blue domino to go. Therefore, the second domino is blue-blue, which forces the third to be blue-red, and forces the fourth to be red-red. This yields one possibility.

Therefore, if the first color is red, there are 22 possibilities. We multiply by 22 to yield 44 total possibilities.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.