Maths Olympiad Prep

Library / /13 of 62

, 2020

Combinatorics Difficulty 4.5 AIME Find the answer United States

Problem:

Three players play tic-tac-toe together. In other words, the three players take turns placing an "A", "B", and "C", respectively, in one of the free spots of a 3×33 \times 3 grid, and the first player to have three of their label in a row, column, or diagonal wins. How many possible final boards are there where the player who goes third wins the game? (Rotations and reflections are considered different boards, but the order of placement does not matter.)

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution:

In all winning cases for the third player, every spot in the grid must be filled. There are two ways that player CC wins along a diagonal, and six ways that player CC wins along a row or column. In the former case, any arrangement of the AAs and BBs is a valid board, since every other row, column, and diagonal is blocked. So there are (63)=20\binom{6}{3}=20 different finishing boards each for this case. However, in the latter case, we must make sure players AA and BB do not complete a row or column of their own, so only 202=1820-2=18 of the finishing boards are valid. The final answer is 220+618=1482 \cdot 20 + 6 \cdot 18 = 148.

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.