AoPSWiki
Looking for a challenging geometry text? Preparing for MATHCOUNTS or the AMC exams? Check out Art of Problem Solving's Introduction to Geometry by Richard Rusczyk.

2009 USAMO Problems/Problem 3

From AoPSWiki

Problem

We define a chessboard polygon to be a polygon whose sides are situated along lines of the form x = a or y = b, where a and b are integers. These lines divide the interior into unit squares, which are shaded alternately grey and white so that adjacent squares have different colors. To tile a chessboard polygon by dominoes is to exactly cover the polygon by non-overlapping 1 \times 2 rectangles. Finally, a tasteful tiling is one which avoids the two configurations of dominoes shown on the left below. Two tilings of a 3 \times 4 rectangle are shown; the first one is tasteful, while the second is not, due to the vertical dominoes in the upper right corner.

size(400); pathpen = linewidth(2.5);void chessboard(int a, int b, pair P){  for(int i = 0; i < a; ++i) for(int j = 0; j &l...
a) Prove that if a chessboard polygon can be tiled by dominoes, then it can be done so tastefully.

b) Prove that such a tasteful tiling is unique.

Solution

See also

2009 USAMO (Problems • Resources: AoPS | ML)
Preceded by
Problem 2
1 2 3 4 5 6 Followed by
Problem 4
Looking for a challenging algebra text? Preparing for MATHCOUNTS or the AMC exams?
Check out Art of Problem Solving's Introduction to Algebra by Richard Rusczyk.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us