2020 AMC 8 Problems/Problem 25
Rectangles
and
and squares
and
shown below, combine to form a rectangle that is 3322 units wide and 2020 units high. What is the side length of
in units?
[asy]
draw((0,0)--(5,0)--(5,3)--(0,3)--(0,0));
draw((3,0)--(3,1)--(0,1));
draw((3,1)--(3,2)--(5,2));
draw((3,2)--(2,2)--(2,1)--(2,3));
label("",(3/2,1/2));
label("
",(4,1));
label("
",(5/2,3/2));
label("
",(1,2));
label("
",(7/2,5/2));
[/asy]