2012年AMC 10A 真题:
Problem 1
Cagney can frost a cupcake every
seconds and Lacey can frost a cupcake every
seconds. Working together, how many cupcakes can they frost in
minutes?
![]()
Problem 2
A square with side length
is cut in half, creating two congruent rectangles. What are the dimensions of one of these rectangles?
![]()
Problem 3
A bug crawls along a number line, starting at
. It crawls to
, then turns around and crawls to
. How many units does the bug crawl altogether?
![]()
Problem 4
Let
and
. What is the smallest possible degree measure for angle
?
![]()
Problem 5
Last year
adult cats, half of whom were female, were brought into the Smallville Animal Shelter. Half of the adult female cats were accompanied by a litter of kittens. The average number of kittens per litter was
. What was the total number of cats and kittens received by the shelter last year?
![]()
Problem 6
The product of two positive numbers is
. The reciprocal of one of these numbers is
times the reciprocal of the other number. What is the sum of the two numbers?
![]()
以下是我们为您整理的真题试卷,扫码即可免费领取完整版:



更多AMC 10 历年真题+真题详解
扫码添加顾问即可免费领取















![[asy] pair S1 = (20, 20), S2 = (-20, 20), S3 = (-20, -20), S4 = (20, -20); pair M1 = (S1+S2)/2, M2 = (S2+S3)/2, M3=(S3+S4)/2, M4=(S4+S1)/2; pair Sp1 = (7.5, 7.5), Sp2=(-7.5, 7.5), Sp3 = (-7.5, -7.5), Sp4 = (7.5, -7.5); draw(S1--S2--S3--S4--cycle); draw(Sp1--Sp2--Sp3--Sp4--cycle); draw(Sp1--M1--Sp2--M2--Sp3--M3--Sp4--M4--cycle); [/asy]](https://latex.artofproblemsolving.com/2/8/6/2862b9fac9f2c88c10b30e3908cf4ac1d5f62115.png)






![[asy] size(200); defaultpen(linewidth(0.7)); path laceL=(-20,-30)..tension 0.75 ..(-90,-135)..(-102,-147)..(-152,-150)..tension 2 ..(-155,-140)..(-135,-40)..(-50,-4)..tension 0.8 ..origin; path laceR=reflect((75,0),(75,-240))*laceL; draw(origin--(0,-240)--(150,-240)--(150,0)--cycle,gray); for(int i=0;i<=3;i=i+1) { path circ1=circle((0,-80*i),5),circ2=circle((150,-80*i),5); unfill(circ1); draw(circ1); unfill(circ2); draw(circ2); } draw(laceL--(150,-80)--(0,-160)--(150,-240)--(0,-240)--(150,-160)--(0,-80)--(150,0)^^laceR,linewidth(1));[/asy]](https://latex.artofproblemsolving.com/a/6/1/a61b1059117868ce9afa4391360bfa9424211553.png)



![[asy] pair A,B,C,D,E,F,R,S,T,X,Y,Z; dotfactor = 2; unitsize(.1cm); A = (0,0); B = (0,18); C = (0,36); // don't look here D = (12*2.236, 36); E = (12*2.236, 18); F = (12*2.236, 0); draw(A--B--C--D--E--F--cycle); dot(" ",A,NW); dot(" ",B,NW); dot(" ",C,NW); dot(" ",D,NW); dot(" ",E,NW); dot(" ",F,NW); //don't look here R = (12*2.236 +22,0); S = (12*2.236 + 22 - 13.4164,12); T = (12*2.236 + 22,24); X = (12*4.472+ 22,24); Y = (12*4.472+ 22 + 13.4164,12); Z = (12*4.472+ 22,0); draw(R--S--T--X--Y--Z--cycle); dot(" ",R,NW); dot(" ",S,NW); dot(" ",T,NW); dot(" ",X,NW); dot(" ",Y,NW); dot(" ",Z,NW); // sqrt180 = 13.4164 // sqrt5 = 2.236[/asy]](https://latex.artofproblemsolving.com/9/5/c/95cac62aaac35028476cf23e914b63412df36f70.png)





