2025 USAJMO Problems/Problem 3
Contents
[hide]Problem
Let and
be positive integers, and let
be a
grid of unit squares.
A domino is a or
rectangle. A subset
of grid squares in
is domino-tileable if dominoes can be placed to cover every square of
exactly once with no domino extending outside of
. Note: The empty set is domino tileable.
An up-right path is a path from the lower-left corner of to the upper-right corner of
formed by exactly
edges of the grid squares.
Determine, with proof, in terms of and
, the number of up-right paths that divide
into two domino-tileable subsets.
Solution
We claim the answer is . Color
in a black-and-white checkerboard pattern such that the lower left square is black. Suppose an up-right path
splits
into two subsets
and
such that
is below
. Call a subset balanced if there are an equal number of black and white squares.
Claim 1: and
are tileable iff
is balanced.
Proof: Since itself is balanced and rotating it by
swaps
and
, it suffices to only consider
. Note that dominoes each cover exactly one black and one white square, so
being tileable implies
is balanced.
We will proceed with the converse by attempting to remove a domino from such that
can still be traced by a new up-right path. Indeed, so long as
contains a sequence of
or
, we can replace these with
and
, respectively, and effectively remove a domino (this also preserves balanced-ness). Repeating this until we reach the empty set suffices, as we can reconstruct using the sequence of domino removal. The only cases where this fails is when
forms a staircase and remains on the upper or left edges of
for at most one edge each. However, we can trivially observe that
is then unbalanced, since if the largest diagonal in
has
squares (which must be of the same color),
.
Assign coordinates to the gridline intersections such that the lower left corner is and the upper right is
. Assign each
move with starting point
a two-letter designation, where the first letter is
or
depending on the parity of
and the second letter depends on the parity of
. (I blame this naming system on leo; he was making some really weird sounds :P)
Claim 2: is balanced iff there are an equal number of
's with starting letter
and
.
Proof: Consider as a union of multiple columns of squares, each topped with a
. Upon inspection,
's give one more black square than white square, while
's give one more white square. There are an even number of squares, and therefore equal number of black and white squares, under an
or
. Thus, for
to be balanced, there must be an equal number of
's and
's; but since there are also an equal number of odd-numbered and even-numbered columns, we must have
, so
and
, as desired. Reversing the logic gives the converse.
We finish by splitting moves into two sets based on the parity of and then ordering
's amongst the
moves in each set, giving the desired
paths.
~rhydon516
See Also
https://artofproblemsolving.com/community/c5h3531394p34326818
2025 USAJMO (Problems • Resources) | ||
Preceded by Problem 2 |
Followed by Problem 4 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAJMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.