Maths Olympiad Prep

Library / /551 of 860

Combinatorics Difficulty 5.3 AIME, harder Find the answer

In each cell of a 4×44 \times 4 grid, one of the two diagonals is drawn uniformly at random. Compute the probability that the resulting 32 triangular regions can be colored red and blue so that any two regions sharing an edge have different colors.

A number or a short expression. Spacing and $ signs are ignored.

Solution

Give each cell coordinates from (1,1)(1,1) to (4,4)(4,4). Claim. The grid has a desired coloring if and only if every vertex not on the boundary meets an even number of edges and diagonals. Proof. If this were not the case, the odd number of regions around the vertex would have to alternate between the two colors, which is clearly impossible. In the event that every vertex has an even number of incident edges, it is not hard to show that the grid is always colorable. We claim the diagonals drawn in the cells of form (1,a)(1, a) and (a,1)(a, 1) for 1a41 \leq a \leq 4 uniquely determine the rest (for a valid coloring to exist). Indeed, given the diagonals for any three cells around a vertex, we can uniquely determine the fourth one using the parity in the claim above. If (1,1),(1,2),(2,1)(1,1),(1,2),(2,1) are fixed, so is (2,2)(2,2); likewise so are (2,3)(2,3) and (2,4)(2,4), etc. until the whole grid is fixed. The solid lines force the dotted lines as described above. Thus, once the seven cells along the top row and leftmost column are determined, the remaining nine have a 129=1512\frac{1}{2^{9}}=\frac{1}{512} chance of being selected in a way that admits a coloring.

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: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.