Difference between revisions of "2020 AMC 8 Problems/Problem 25"
(Created page with "<math>25.</math> Rectangles <math>R_1</math> and <math>R_2,</math> and squares <math>S_1,\,S_2,\,</math> and <math>S_3,</math> shown below, combine to form a rectangle that is...") |
(No difference)
|
Revision as of 22:12, 17 November 2020
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]