2016年AMC 10A 真题:
Problem 1
What is the value of
?
![]()
Problem 2
For what value
does
?
![]()
Problem 3
For every dollar Ben spent on bagels, David spent
cents less. Ben paid
more than David. How much did they spend in the bagel store together?
![]()
Problem 4
The remainder can be defined for all real numbers
and
with
by
where
denotes the greatest integer less than or equal to
. What is the value of
?
![]()
Problem 5
A rectangular box has integer side lengths in the ratio
. Which of the following could be the volume of the box?
![]()
Problem 6
Ximena lists the whole numbers
through
once. Emilio copies Ximena's numbers, replacing each occurrence of the digit
by the digit
. Ximena adds her numbers and Emilio adds his numbers. How much larger is Ximena's sum than Emilio's?
![]()
以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:



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


![[asy] unitsize(40); for(int i=0; i<3; i+=1) { draw((0,i+0.05)--(0,i+0.95)); draw((i+0.05,0)--(i+0.95,0)); for(int j=0; j<3-i; j+=1) { draw((i+1,j+0.05)--(i+1,j+0.95)); draw((i+0.05,j+1)--(i+0.95,j+1)); } } [/asy]](https://latex.artofproblemsolving.com/c/c/9/cc93f173d9f7b3e02e12eaf4294e7d668ec2f18e.png)




![[asy] pair A,B,C,D,E; A=(0,0); B=(0,50); C=(50,50); D=(50,0); E = (30,50); draw(A--B); draw(B--E); draw(E--C); draw(C--D); draw(D--A); draw(A--E); dot(A); dot(B); dot(C); dot(D); dot(E); label("A",A,SW); label("B",B,NW); label("C",C,NE); label("D",D,SE); label("E",E,N); [/asy]](https://latex.artofproblemsolving.com/d/9/a/d9ad7d16a15397560a5daa045621239464589d6e.png)




![[asy] fill((0,0)--(25,0)--(25,25)--(0,25)--cycle,grey); for(int i = 0; i < 4; ++i){ for(int j = 0; j < 2; ++j){ fill((6*i+2,11*j+3)--(6*i+5,11*j+3)--(6*i+5,11*j+11)--(6*i+2,11*j+11)--cycle,white); } }[/asy]](https://latex.artofproblemsolving.com/0/2/8/028aa694d29c24613b182fefd4705487ead66a4f.png)






![[asy] unitsize(18); draw((0,4)--(0,0)--(7,0)); draw((0,1)--(.2,1)); draw((0,2)--(.2,2)); draw((0,3)--(.2,3)); draw((2,0)--(2,.2)); draw((4,0)--(4,.2)); draw((6,0)--(6,.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a,b-.1)--(2*a,b+.1)); draw((2*a-.1,b)--(2*a+.1,b)); } } label("1960",(0,0),S); label("1970",(2,0),S); label("1980",(4,0),S); label("1990",(6,0),S); label("10",(0,1),W); label("20",(0,2),W); label("30",(0,3),W); label("$\%$",(0,4),N); draw((12,4)--(12,0)--(19,0)); draw((12,1)--(12.2,1)); draw((12,2)--(12.2,2)); draw((12,3)--(12.2,3)); draw((14,0)--(14,.2)); draw((16,0)--(16,.2)); draw((18,0)--(18,.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a+12,b-.1)--(2*a+12,b+.1)); draw((2*a+11.9,b)--(2*a+12.1,b)); } } label("1960",(12,0),S); label("1970",(14,0),S); label("1980",(16,0),S); label("1990",(18,0),S); label("10",(12,1),W); label("20",(12,2),W); label("30",(12,3),W); label("$\%$",(12,4),N); draw((0,12)--(0,8)--(7,8)); draw((0,9)--(.2,9)); draw((0,10)--(.2,10)); draw((0,11)--(.2,11)); draw((2,8)--(2,8.2)); draw((4,8)--(4,8.2)); draw((6,8)--(6,8.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a,b+7.9)--(2*a,b+8.1)); draw((2*a-.1,b+8)--(2*a+.1,b+8)); } } label("1960",(0,8),S); label("1970",(2,8),S); label("1980",(4,8),S); label("1990",(6,8),S); label("10",(0,9),W); label("20",(0,10),W); label("30",(0,11),W); label("$\%$",(0,12),N); draw((12,12)--(12,8)--(19,8)); draw((12,9)--(12.2,9)); draw((12,10)--(12.2,10)); draw((12,11)--(12.2,11)); draw((14,8)--(14,8.2)); draw((16,8)--(16,8.2)); draw((18,8)--(18,8.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a+12,b+7.9)--(2*a+12,b+8.1)); draw((2*a+11.9,b+8)--(2*a+12.1,b+8)); } } label("1960",(12,8),S); label("1970",(14,8),S); label("1980",(16,8),S); label("1990",(18,8),S); label("10",(12,9),W); label("20",(12,10),W); label("30",(12,11),W); label("$\%$",(12,12),N); draw((24,12)--(24,8)--(31,8)); draw((24,9)--(24.2,9)); draw((24,10)--(24.2,10)); draw((24,11)--(24.2,11)); draw((26,8)--(26,8.2)); draw((28,8)--(28,8.2)); draw((30,8)--(30,8.2)); for (int a = 1; a < 4; ++a) { for (int b = 1; b < 4; ++b) { draw((2*a+24,b+7.9)--(2*a+24,b+8.1)); draw((2*a+23.9,b+8)--(2*a+24.1,b+8)); } } label("1960",(24,8),S); label("1970",(26,8),S); label("1980",(28,8),S); label("1990",(30,8),S); label("10",(24,9),W); label("20",(24,10),W); label("30",(24,11),W); label("$\%$",(24,12),N); draw((0,9)--(2,9.25)--(4,10)--(6,11)); draw((12,8.5)--(14,9)--(16,10)--(18,10.5)); draw((24,8.5)--(26,8.8)--(28,10.5)--(30,11)); draw((0,0.5)--(2,1)--(4,2.8)--(6,3)); draw((12,0.5)--(14,.8)--(16,1.5)--(18,3)); label("(A)",(-1,12),W); label("(B)",(11,12),W); label("(C)",(23,12),W); label("(D)",(-1,4),W); label("(E)",(11,4),W); [/asy]](https://latex.artofproblemsolving.com/6/5/6/656eabcc57c768cb1f63e28160766b9874093f65.png)
![[asy] pair A,B,C,D; A = (5,5); B = (5,0); C = (0,0); D = (0,5); fill((0,0)--(0,4)--(1,4)--(1,1)--(4,1)--(4,0)--cycle,gray); draw(A--B--C--D--cycle); draw((4,0)--(4,4)--(0,4)); draw((1,5)--(1,1)--(5,1)); label("$A$",A,NE); label("$B$",B,SE); label("$C$",C,SW); label("$D$",D,NW); label("$1$",(1,4.5),E); label("$1$",(0.5,5),N); label("$3$",(1,2.5),E); label("$3$",(2.5,1),N); label("$1$",(4,0.5),E); label("$1$",(4.5,1),N); [/asy]](https://latex.artofproblemsolving.com/7/c/6/7c6ea431a00e38c9ba0b8513fa0b9a39252cfcef.png)




