GET READY FOR THE AMC 12 WITH AoPS
Learn with outstanding instructors and top-scoring students from around the world in our
AMC 12 Problem Series online course.
Difference between revisions of "2010 AMC 12B Problems"
m |
|||
| Line 7: | Line 7: | ||
== Problem 2 == | == Problem 2 == | ||
| + | A big <math>L</math> is formed as shown. What is its area? | ||
| − | + | <center><asy> | |
| + | unitsize(2mm); | ||
| + | defaultpen(linewidth(.8pt)); | ||
| + | |||
| + | draw((0,0)--(5,0)--(5,2)--(3,2)--(3,8)--(0,8)--cycle); | ||
| + | label("8",(0,4),W); | ||
| + | label("5",(5/2,0),S); | ||
| + | label("2",(5,1),E); | ||
| + | label("2",(1,8),N); | ||
| + | </asy></center> | ||
| + | |||
| + | <math>\textbf{(A)}\ 15 \qquad \textbf{(B)}\ 20 \qquad \textbf{(C)}\ 25 \qquad \textbf{(D)}\ 30 \qquad \textbf{(E)}\ 35</math> | ||
| + | |||
| + | [[2010 AMC 12B Problems/Problem 2|Solution]] | ||
![[asy] unitsize(2mm); defaultpen(linewidth(.8pt)); draw((0,0)--(5,0)--(5,2)--(3,2)--(3,8)--(0,8)--cycle); label("8",(0,4),W); label("5",(5/2,0),S); label("2",(5,1),E); label("2",(1,8),N); [/asy]](http://latex.artofproblemsolving.com/f/b/2/fb24b225464673285b6b782054d590c7d1d69376.png)