Putnam 2016 A4
Source:
December 4, 2016
PutnamPutnam 2016Putnam combinatorics
Problem Statement
Consider a rectangular region, where and are integers such that The region is to be tiled using tiles of the two types shown:
\begin{picture}(140,40)\put(0,0){\line(0,1){40}}
\put(0,0){\line(1,0){20}}
\put(0,40){\line(1,0){40}}
\put(20,0){\line(0,1){20}}
\put(20,20){\line(1,0){20}}
\put(40,20){\line(0,1){20}}
\multiput(0,20)(5,0){4}{\line(1,0){3}}
\multiput(20,20)(0,5){4}{\line(0,1){3}}\put(80,0){\line(1,0){40}}
\put(120,0){\line(0,1){20}}
\put(120,20){\line(1,0){20}}
\put(140,20){\line(0,1){20}}
\put(80,0){\line(0,1){20}}
\put(80,20){\line(1,0){20}}
\put(100,20){\line(0,1){20}}
\put(100,40){\line(1,0){40}}
\multiput(100,0)(0,5){4}{\line(0,1){3}}
\multiput(100,20)(5,0){4}{\line(1,0){3}}
\multiput(120,20)(0,5){4}{\line(0,1){3}}\end{picture}
(The dotted lines divide the tiles into squares.) The tiles may be rotated and reflected, as long as their sides are parallel to the sides of the rectangular region. They must all fit within the region, and they must cover it completely without overlapping.What is the minimum number of tiles required to tile the region?