MathDB
Symmetric Grid

Source: 2020 AMC 12A #6

January 31, 2020
AMCAMC 12AMC 12 A

Problem Statement

In the plane figure shown below, 33 of the unit squares have been shaded. What is the least number of additional unit squares that must be shaded so that the resulting figure has two lines of symmetry??
[asy] import olympiad; unitsize(25); filldraw((1,3)--(1,4)--(2,4)--(2,3)--cycle, gray(0.7)); filldraw((2,1)--(2,2)--(3,2)--(3,1)--cycle, gray(0.7)); filldraw((4,0)--(5,0)--(5,1)--(4,1)--cycle, gray(0.7)); for (int i = 0; i < 5; ++i) { for (int j = 0; j < 6; ++j) { pair A = (j,i);
} } for (int i = 0; i < 5; ++i) { for (int j = 0; j < 6; ++j) { if (j != 5) { draw((j,i)--(j+1,i)); } if (i != 4) { draw((j,i)--(j,i+1)); } } } [/asy]
<spanclass=latexbold>(A)</span>4<spanclass=latexbold>(B)</span>5<spanclass=latexbold>(C)</span>6<spanclass=latexbold>(D)</span>7<spanclass=latexbold>(E)</span>8<span class='latex-bold'>(A) </span> 4 \qquad <span class='latex-bold'>(B) </span> 5 \qquad <span class='latex-bold'>(C) </span> 6 \qquad <span class='latex-bold'>(D) </span> 7 \qquad <span class='latex-bold'>(E) </span> 8