2025 AMC 8 Problems/Problem 11
Problem 11
A consists of four squares connected along their edges. There are five possible tetromino shapes, , , , , and , shown below, which can be rotated or flipped over. Three tetrominoes are used to completely cover a rectangle. At least one of the tiles is an tile. What are the other two tiles?
and and and and and
Solution 1
The rectangle allows for 4 possible places to put the S piece, with each possible placement having an inverted version.
path x = (0,0)--(0,2)--(1,2)--(1,3)--(2,3)--(2,1)--(1,1)--(1,0)--cycle; add(grid(4,3)); fill(x; gray(1)); (Error making remote request. Unknown error_msg)