2019年AMC 12A 真题及答案

2019年AMC 12A 真题:

Problem 1

The area of a pizza with radius $4$ inches is $N$ percent larger than the area of a pizza with radius $3$ inches. What is the integer closest to $N$?

$\textbf{(A) } 25 \qquad\textbf{(B) } 33 \qquad\textbf{(C) } 44\qquad\textbf{(D) } 66 \qquad\textbf{(E) } 78$

Problem 2

Suppose $a$ is $150\%$ of $b$. What percent of $a$ is $3b$?

$\textbf{(A) } 50 \qquad \textbf{(B) } 66+\frac{2}{3} \qquad \textbf{(C) } 150 \qquad \textbf{(D) } 200 \qquad \textbf{(E) } 450$

Problem 3

A box contains $30$ red balls, $20$ green balls, $19$ yellow balls, $13$ blue balls, $11$ white balls, and $9$ black balls. What is the minimum number of balls that must be drawn from the box without replacement to guarantee that at least $15$ balls of a single color will be drawn?

$\textbf{(A) } 75 \qquad\textbf{(B) } 76 \qquad\textbf{(C) } 79 \qquad\textbf{(D) } 84 \qquad\textbf{(E) } 91$

Problem 4

What is the greatest number of consecutive integers whose sum is $45$?

$\textbf{(A) } 9 \qquad\textbf{(B) } 25 \qquad\textbf{(C) } 45 \qquad\textbf{(D) } 90 \qquad\textbf{(E) } 120$

Problem 5

Two lines with slopes $\dfrac{1}{2}$ and $2$ intersect at $(2,2)$. What is the area of the triangle enclosed by these two lines and the line $x+y=10$?

$\textbf{(A) } 4 \qquad\textbf{(B) } 4\sqrt{2} \qquad\textbf{(C) } 6 \qquad\textbf{(D) } 8 \qquad\textbf{(E) } 6\sqrt{2}$

Problem 6

The figure below shows line $\ell$ with a regular, infinite, recurring pattern of squares and line segments.

[asy] size(300); defaultpen(linewidth(0.8)); real r = 0.35; path P = (0,0)--(0,1)--(1,1)--(1,0), Q = (1,1)--(1+r,1+r); path Pp = (0,0)--(0,-1)--(1,-1)--(1,0), Qp = (-1,-1)--(-1-r,-1-r); for(int i=0;i <= 4;i=i+1) { draw(shift((4*i,0)) * P); draw(shift((4*i,0)) * Q); } for(int i=1;i <= 4;i=i+1) { draw(shift((4*i-2,0)) * Pp); draw(shift((4*i-1,0)) * Qp); } draw((-1,0)--(18.5,0),Arrows(TeXHead)); [/asy]How many of the following four kinds of rigid motion transformations of the plane in which this figure is drawn, other than the identity transformation, will transform this figure into itself?

  • some rotation around a point of line $\ell$
  • some translation in the direction parallel to line $\ell$
  • the reflection across line $\ell$
  • some reflection across a line perpendicular to line $\ell$

$\textbf{(A) } 0 \qquad\textbf{(B) } 1 \qquad\textbf{(C) } 2 \qquad\textbf{(D) } 3 \qquad\textbf{(E) } 4$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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

2020年AMC 12A 真题及答案

2020年AMC 12A 真题:

Problem 1

Carlos took $70\%$ of a whole pie. Maria took one third of the remainder. What portion of the whole pie was left?

$\textbf{(A)}\ 10\%\qquad\textbf{(B)}\ 15\%\qquad\textbf{(C)}\ 20\%\qquad\textbf{(D)}\ 30\%\qquad\textbf{(E)}\ 35\%$

Problem 2

The acronym AMC is shown in the rectangular grid below with grid lines spaced $1$ unit apart. In units, what is the sum of the lengths of the line segments that form the acronym AMC$?$

[asy] import olympiad; unitsize(25); for (int i = 0; i < 3; ++i) { for (int j = 0; j < 9; ++j) { pair A = (j,i); } } for (int i = 0; i < 3; ++i) { for (int j = 0; j < 9; ++j) { if (j != 8) { draw((j,i)--(j+1,i), dashed); } if (i != 2) { draw((j,i)--(j,i+1), dashed); } } } draw((0,0)--(2,2),linewidth(2)); draw((2,0)--(2,2),linewidth(2)); draw((1,1)--(2,1),linewidth(2)); draw((3,0)--(3,2),linewidth(2)); draw((5,0)--(5,2),linewidth(2)); draw((4,1)--(3,2),linewidth(2)); draw((4,1)--(5,2),linewidth(2)); draw((6,0)--(8,0),linewidth(2)); draw((6,2)--(8,2),linewidth(2)); draw((6,0)--(6,2),linewidth(2)); [/asy]

$\textbf{(A) } 17 \qquad \textbf{(B) } 15 + 2\sqrt{2} \qquad \textbf{(C) } 13 + 4\sqrt{2} \qquad \textbf{(D) } 11 + 6\sqrt{2} \qquad \textbf{(E) } 21$

Problem 3

A driver travels for $2$ hours at $60$ miles per hour, during which her car gets $30$ miles per gallon of gasoline. She is paid $$0.50$ per mile, and her only expense is gasoline at $$2.00$ per gallon. What is her net rate of pay, in dollars per hour, after this expense?

$\textbf{(A) }20 \qquad\textbf{(B) }22 \qquad\textbf{(C) }24 \qquad\textbf{(D) } 25\qquad\textbf{(E) } 26$

Problem 4

How many $4$-digit positive integers (that is, integers between $1000$ and $9999$, inclusive) having only even digits are divisible by $5?$

$\textbf{(A) } 80 \qquad \textbf{(B) } 100 \qquad \textbf{(C) } 125 \qquad \textbf{(D) } 200 \qquad \textbf{(E) } 500$

Problem 5

The $25$ integers from $-10$ to $14,$ inclusive, can be arranged to form a $5$-by-$5$ square in which the sum of the numbers in each row, the sum of the numbers in each column, and the sum of the numbers along each of the main diagonals are all the same. What is the value of this common sum?

$\textbf{(A) }2 \qquad\textbf{(B) } 5\qquad\textbf{(C) } 10\qquad\textbf{(D) } 25\qquad\textbf{(E) } 50$

Problem 6

In the plane figure shown below, $3$ of the unit squares have been shaded. What is the least number of additional unit squares that must be shaded so that the resulting figure has two lines of symmetry$?$

[asy] import olympiad; unitsize(25); filldraw((1,3)--(1,4)--(2,4)--(2,3)--cycle, gray(0.7)); filldraw((2,1)--(2,2)--(3,2)--(3,1)--cycle, gray(0.7)); filldraw((4,0)--(5,0)--(5,1)--(4,1)--cycle, gray(0.7)); for (int i = 0; i < 5; ++i) { for (int j = 0; j < 6; ++j) { pair A = (j,i); } } for (int i = 0; i < 5; ++i) { for (int j = 0; j < 6; ++j) { if (j != 5) { draw((j,i)--(j+1,i)); } if (i != 4) { draw((j,i)--(j,i+1)); } } } [/asy]

$\textbf{(A) } 4 \qquad \textbf{(B) } 5 \qquad \textbf{(C) } 6 \qquad \textbf{(D) } 7 \qquad \textbf{(E) } 8$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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

2020年AMC 12B 真题及答案

2020年AMC 12B 真题:

Problem 1

What is the value in simplest form of the following expression?\[\sqrt{1} + \sqrt{1+3} + \sqrt{1+3+5} + \sqrt{1+3+5+7}\]

$\textbf{(A) }5 \qquad \textbf{(B) }4 + \sqrt{7} + \sqrt{10} \qquad \textbf{(C) } 10 \qquad \textbf{(D) } 15 \qquad \textbf{(E) } 4 + 3\sqrt{3} + 2\sqrt{5} + \sqrt{7}$

Problem 2

What is the value of the following expression?\[\frac{100^2-7^2}{70^2-11^2} \cdot \frac{(70-11)(70+11)}{(100-7)(100+7)}\]$\textbf{(A) } 1 \qquad \textbf{(B) } \frac{9951}{9950} \qquad \textbf{(C) } \frac{4780}{4779} \qquad \textbf{(D) } \frac{108}{107} \qquad \textbf{(E) } \frac{81}{80}$

Problem 3

The ratio of $w$ to $x$ is $4 : 3$, the ratio of $y$ to $z$ is $3 : 2$, and the ratio of $z$ to $x$ is $1 : 6$. What is the ratio of $w$ to $y$?

$\textbf{(A) }4:3 \qquad \textbf{(B) }3:2 \qquad \textbf{(C) } 8:3 \qquad \textbf{(D) } 4:1 \qquad \textbf{(E) } 16:3$

Problem 4

The acute angles of a right triangle are $a^{\circ}$ and $b^{\circ}$, where $a>b$ and both $a$ and $b$ are prime numbers. What is the least possible value of $b$?

$\textbf{(A) }2\qquad\textbf{(B) }3\qquad\textbf{(C) }5\qquad\textbf{(D) }7\qquad\textbf{(E) }11$

Problem 5

Teams $A$ and $B$ are playing in a basketball league where each game results in a win for one team and a loss for the other team. Team $A$ has won $\tfrac{2}{3}$ of its games and team $B$ has won $\tfrac{5}{8}$ of its games. Also, team $B$ has won $7$ more games and lost $7$ more games than team $A.$ How many games has team $A$ played?

$\textbf{(A) } 21 \qquad \textbf{(B) } 27 \qquad \textbf{(C) } 42 \qquad \textbf{(D) } 48 \qquad \textbf{(E) } 63$

Problem 6

For all integers $n \geq 9,$ the value of\[\frac{(n+2)!-(n+1)!}{n!}\]is always which of the following?

$\textbf{(A) } \text{a multiple of 4} \qquad \textbf{(B) } \text{a multiple of 10} \qquad \textbf{(C) } \text{a prime number} \qquad \textbf{(D) } \text{a perfect square} \qquad \textbf{(E) } \text{a perfect cube}$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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

2018年AMC 12B 真题及答案

2018年AMC 12B 真题:

Problem 1

Kate bakes a $20$-inch by $18$-inch pan of cornbread. The cornbread is cut into pieces that measure $2$ inches by $2$ inches. How many pieces of cornbread does the pan contain?

$\textbf{(A) } 90 \qquad \textbf{(B) } 100 \qquad \textbf{(C) } 180 \qquad \textbf{(D) } 200 \qquad \textbf{(E) } 360$

Problem 2

Sam drove $96$ miles in $90$ minutes. His average speed during the first $30$ minutes was $60$ mph (miles per hour), and his average speed during the second $30$ minutes was $65$ mph. What was his average speed, in mph, during the last $30$ minutes?

$\textbf{(A) } 64 \qquad \textbf{(B) } 65 \qquad \textbf{(C) } 66 \qquad \textbf{(D) } 67 \qquad \textbf{(E) } 68$

Problem 3

A line with slope $2$ intersects a line with slope $6$ at the point $(40,30)$. What is the distance between the $x$-intercepts of these two lines?

$\textbf{(A) } 5 \qquad \textbf{(B) } 10 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 25 \qquad \textbf{(E) } 50$

Problem 4

A circle has a chord of length $10$, and the distance from the center of the circle to the chord is $5$. What is the area of the circle?

$\textbf{(A) }25\pi \qquad \textbf{(B) }50\pi \qquad \textbf{(C) }75\pi \qquad \textbf{(D) }100\pi \qquad \textbf{(E) }125\pi \qquad$

Problem 5

How many subsets of $\{2,3,4,5,6,7,8,9\}$ contain at least one prime number?

$\textbf{(A) } 128 \qquad \textbf{(B) } 192 \qquad \textbf{(C) } 224 \qquad \textbf{(D) } 240 \qquad \textbf{(E) } 256$

Problem 6

Suppose $S$ cans of soda can be purchased from a vending machine for $Q$ quarters. Which of the following expressions describes the number of cans of soda that can be purchased for $D$ dollars, where $1$ dollar is worth $4$ quarters?

$\textbf{(A) } \frac{4DQ}{S} \qquad \textbf{(B) } \frac{4DS}{Q} \qquad \textbf{(C) } \frac{4Q}{DS} \qquad \textbf{(D) } \frac{DQ}{4S} \qquad \textbf{(E) } \frac{DS}{4Q}$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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

2018年AMC 12A 真题及答案

2018年AMC 12A 真题:

Problem 1

A large urn contains $100$ balls, of which $36 \%$ are red and the rest are blue. How many of the blue balls must be removed so that the percentage of red balls in the urn will be $72 \%$? (No red balls are to be removed.)

$\textbf{(A)}\ 28 \qquad\textbf{(B)}\ 32 \qquad\textbf{(C)}\ 36 \qquad\textbf{(D)}\ 50 \qquad\textbf{(E)}\ 64$

Problem 2

While exploring a cave, Carl comes across a collection of $5$-pound rocks worth $$14$ each, $4$-pound rocks worth $$11$ each, and $1$-pound rocks worth $$2$ each. There are at least $20$ of each size. He can carry at most $18$ pounds. What is the maximum value, in dollars, of the rocks he can carry out of the cave?

$\textbf{(A) } 48 \qquad \textbf{(B) } 49 \qquad \textbf{(C) } 50 \qquad \textbf{(D) } 51 \qquad \textbf{(E) } 52$

Problem 3

How many ways can a student schedule $3$ mathematics courses -- algebra, geometry, and number theory -- in a $6$-period day if no two mathematics courses can be taken in consecutive periods? (What courses the student takes during the other $3$ periods is of no concern here.)

$\textbf{(A) }3\qquad\textbf{(B) }6\qquad\textbf{(C) }12\qquad\textbf{(D) }18\qquad\textbf{(E) }24$

Problem 4

Alice, Bob, and Charlie were on a hike and were wondering how far away the nearest town was. When Alice said, "We are at least $6$ miles away," Bob replied, "We are at most $5$ miles away." Charlie then remarked, "Actually the nearest town is at most $4$ miles away." It turned out that none of the three statements were true. Let $d$ be the distance in miles to the nearest town. Which of the following intervals is the set of all possible values of $d$?

$\textbf{(A) } (0,4) \qquad \textbf{(B) } (4,5) \qquad \textbf{(C) } (4,6) \qquad \textbf{(D) } (5,6) \qquad \textbf{(E) } (5,\infty)$

Problem 5

What is the sum of all possible values of $k$ for which the polynomials $x^2 - 3x + 2$ and $x^2 - 5x + k$ have a root in common?

$\textbf{(A) }3 \qquad\textbf{(B) }4 \qquad\textbf{(C) }5 \qquad\textbf{(D) }6 \qquad\textbf{(E) }10 \qquad$

Problem 6

For positive integers $m$ and $n$ such that $m+10<n+1$, both the mean and the median of the set $\{m, m+4, m+10, n+1, n+2, 2n\}$ are equal to $n$. What is $m+n$?

$\textbf{(A) }20\qquad\textbf{(B) }21\qquad\textbf{(C) }22\qquad\textbf{(D) }23\qquad\textbf{(E) }24$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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

2021年AMC 12B(11月份) 真题及答案

2021年AMC 12B(11月份)真题:

Problem 1

What is the value of $1234+2341+3412+4123?$

$\textbf{(A)}\: 10{,}000\qquad\textbf{(B)} \: 10{,}010\qquad\textbf{(C)} \: 10{,}110\qquad\textbf{(D)} \: 11{,}000\qquad\textbf{(E)} \: 11{,}110$

Problem 2

What is the area of the shaded figure shown below?[asy] size(200); defaultpen(linewidth(0.4)+fontsize(12)); pen s = linewidth(0.8)+fontsize(8); pair O,X,Y; O = origin; X = (6,0); Y = (0,5); fill((1,0)--(3,5)--(5,0)--(3,2)--cycle, palegray+opacity(0.2)); for (int i=1; i<7; ++i) { draw((i,0)--(i,5), gray+dashed); label("${"+string(i)+"}$", (i,0), 2*S); if (i<6) { draw((0,i)--(6,i), gray+dashed); label("${"+string(i)+"}$", (0,i), 2*W); } } label("$0$", O, 2*SW); draw(O--X+(0.35,0), black+1.5, EndArrow(10)); draw(O--Y+(0,0.35), black+1.5, EndArrow(10)); draw((1,0)--(3,5)--(5,0)--(3,2)--(1,0), black+1.5); [/asy]

$\textbf{(A)}\: 4\qquad\textbf{(B)} \: 6\qquad\textbf{(C)} \: 8\qquad\textbf{(D)} \: 10\qquad\textbf{(E)} \: 12$

Problem 3

At noon on a certain day, Minneapolis is $N$ degrees warmer than St. Louis. At $4{:}00$ the temperature in Minneapolis has fallen by $5$ degrees while the temperature in St. Louis has risen by $3$ degrees, at which time the temperatures in the two cities differ by $2$ degrees. What is the product of all possible values of $N?$

$\textbf{(A)}\: 10\qquad\textbf{(B)} \: 30\qquad\textbf{(C)} \: 60\qquad\textbf{(D)} \: 100\qquad\textbf{(E)} \: 120$

Problem 4

Let $n=8^{2022}$. Which of the following is equal to $\frac{n}{4}?$

$\textbf{(A)}\: 4^{1010}\qquad\textbf{(B)} \: 2^{2022}\qquad\textbf{(C)} \: 8^{2018}\qquad\textbf{(D)} \: 4^{3031}\qquad\textbf{(E)} \: 4^{3032}$

Problem 5

Call a fraction $\frac{a}{b}$, not necessarily in the simplest form, special if $a$ and $b$ are positive integers whose sum is $15$. How many distinct integers can be written as the sum of two, not necessarily different, special fractions?

$\textbf{(A)}\ 9 \qquad\textbf{(B)}\ 10 \qquad\textbf{(C)}\ 11 \qquad\textbf{(D)}\ 12 \qquad\textbf{(E)}\ 13$

Problem 6

The largest prime factor of $16384$ is $2$ because $16384 = 2^{14}$. What is the sum of the digits of the greatest prime number that is a divisor of $16383$?

$\textbf{(A)} \: 3\qquad\textbf{(B)} \: 7\qquad\textbf{(C)} \: 10\qquad\textbf{(D)} \: 16\qquad\textbf{(E)} \: 22$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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

2021年AMC 12A(11月份) 真题及答案

2021年AMC 12A(11月份)真题:

Problem 1

What is the value of $\frac{(2112-2021)^2}{169}$?

$\textbf{(A) } 7 \qquad\textbf{(B) } 21 \qquad\textbf{(C) } 49 \qquad\textbf{(D) } 64 \qquad\textbf{(E) } 91$

Problem 2

Menkara has a $4 \times 6$ index card. If she shortens the length of one side of this card by $1$ inch, the card would have area $18$ square inches. What would the area of the card be in square inches if instead she shortens the length of the other side by $1$ inch?

$\textbf{(A) }16\qquad\textbf{(B) }17\qquad\textbf{(C) }18\qquad\textbf{(D) }19\qquad\textbf{(E) }20$

Problem 3

Mr. Lopez has a choice of two routes to get to work. Route A is $6$ miles long, and his average speed along this route is $30$ miles per hour. Route B is $5$ miles long, and his average speed along this route is $40$ miles per hour, except for a $\frac{1}{2}$-mile stretch in a school zone where his average speed is $20$ miles per hour. By how many minutes is Route B quicker than Route A?

$\textbf{(A)}\ 2 \frac{3}{4} \qquad\textbf{(B)}\ 3 \frac{3}{4} \qquad\textbf{(C)}\ 4 \frac{1}{2} \qquad\textbf{(D)}\ 5 \frac{1}{2} \qquad\textbf{(E)}\ 6 \frac{3}{4}$

Problem 4

The six-digit number $\underline{2}\,\underline{0}\,\underline{2}\,\underline{1}\,\underline{0}\,\underline{A}$ is prime for only one digit $A.$ What is $A?$

$(\textbf{A})\: 1\qquad(\textbf{B}) \: 3\qquad(\textbf{C}) \: 5 \qquad(\textbf{D}) \: 7\qquad(\textbf{E}) \: 9$

Problem 5

Elmer the emu takes $44$ equal strides to walk between consecutive telephone poles on a rural road. Oscar the ostrich can cover the same distance in $12$ equal leaps. The telephone poles are evenly spaced, and the $41$st pole along this road is exactly one mile ($5280$ feet) from the first pole. How much longer, in feet, is Oscar's leap than Elmer's stride?

$\textbf{(A) }6\qquad\textbf{(B) }8\qquad\textbf{(C) }10\qquad\textbf{(D) }11\qquad\textbf{(E) }15$

Problem 6

As shown in the figure below, point $E$ lies on the opposite half-plane determined by line $CD$ from point $A$ so that $\angle CDE = 110^\circ$. Point $F$ lies on $\overline{AD}$ so that $DE=DF$, and $ABCD$ is a square. What is the degree measure of $\angle AFE$?

[asy] size(6cm); pair A = (0,10); label("$A$", A, N); pair B = (0,0); label("$B$", B, S); pair C = (10,0); label("$C$", C, S); pair D = (10,10); label("$D$", D, SW); pair EE = (15,11.8); label("$E$", EE, N); pair F = (3,10); label("$F$", F, N); filldraw(D--arc(D,2.5,270,380)--cycle,lightgray); dot(A^^B^^C^^D^^EE^^F); draw(A--B--C--D--cycle); draw(D--EE--F--cycle); label("$110^\circ$", (15,9), SW); [/asy]

$\textbf{(A) }160\qquad\textbf{(B) }164\qquad\textbf{(C) }166\qquad\textbf{(D) }170\qquad\textbf{(E) }174$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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

2021年AMC 12A(2月份) 真题及答案

2021年AMC 12A(2月份)真题:

Problem 1

What is the value of\[2^{1+2+3}-(2^1+2^2+2^3)?\]$\textbf{(A) }0 \qquad \textbf{(B) }50 \qquad \textbf{(C) }52 \qquad \textbf{(D) }54 \qquad \textbf{(E) }57$

Problem 2

Under what conditions is $\sqrt{a^2+b^2}=a+b$ true, where $a$ and $b$ are real numbers?

$\textbf{(A) }$ It is never true.

$\textbf{(B) }$ It is true if and only if $ab=0$.

$\textbf{(C) }$ It is true if and only if $a+b\ge 0$.

$\textbf{(D) }$ It is true if and only if $ab=0$ and $a+b\ge 0$.

$\textbf{(E) }$ It is always true.

Problem 3

The sum of two natural numbers is $17{,}402$. One of the two numbers is divisible by $10$. If the units digit of that number is erased, the other number is obtained. What is the difference of these two numbers?

$\textbf{(A)} ~10{,}272\qquad\textbf{(B)} ~11{,}700\qquad\textbf{(C)} ~13{,}362\qquad\textbf{(D)} ~14{,}238\qquad\textbf{(E)} ~15{,}426$

Problem 4

Tom has a collection of $13$ snakes, $4$ of which are purple and $5$ of which are happy. He observes that

  • all of his happy snakes can add,
  • none of his purple snakes can subtract, and
  • all of his snakes that can't subtract also can't add.

Which of these conclusions can be drawn about Tom's snakes?

$\textbf{(A) }$ Purple snakes can add.

$\textbf{(B) }$ Purple snakes are happy.

$\textbf{(C) }$ Snakes that can add are purple.

$\textbf{(D) }$ Happy snakes are not purple.

$\textbf{(E) }$ Happy snakes can't subtract.

Problem 5

When a student multiplied the number $66$ by the repeating decimal,\[\underline{1}.\underline{a} \ \underline{b} \ \underline{a} \ \underline{b}\ldots=\underline{1}.\overline{\underline{a} \ \underline{b}},\]where $a$ and $b$ are digits, he did not notice the notation and just multiplied $66$ times $\underline{1}.\underline{a} \ \underline{b}.$ Later he found that his answer is $0.5$ less than the correct answer. What is the $2$-digit number $\underline{a} \ \underline{b}?$

$\textbf{(A) }15 \qquad \textbf{(B) }30 \qquad \textbf{(C) }45 \qquad \textbf{(D) }60 \qquad \textbf{(E) }75$

Problem 6

A deck of cards has only red cards and black cards. The probability of a randomly chosen card being red is $\frac13$. When $4$ black cards are added to the deck, the probability of choosing red becomes $\frac14$. How many cards were in the deck originally?

$\textbf{(A) }6 \qquad \textbf{(B) }9 \qquad \textbf{(C) }12 \qquad \textbf{(D) }15 \qquad \textbf{(E) }18$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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

2021年AMC 12B(2月份) 真题及答案

2021年AMC 12B(2月份)真题:

Problem 1

How many integer values of $x$ satisfy $|x|<3\pi?$

$\textbf{(A) }9 \qquad \textbf{(B) }10 \qquad \textbf{(C) }18 \qquad \textbf{(D) }19 \qquad \textbf{(E) }20$

Problem 2

At a math contest, $57$ students are wearing blue shirts, and another $75$ students are wearing yellow shirts. The $132$ students are assigned into $66$ pairs. In exactly $23$ of these pairs, both students are wearing blue shirts. In how many pairs are both students wearing yellow shirts?

$\textbf{(A) }23 \qquad \textbf{(B) }32 \qquad \textbf{(C) }37 \qquad \textbf{(D) }41 \qquad \textbf{(E) }64$

Problem 3

Suppose\[2+\frac{1}{1+\frac{1}{2+\frac{2}{3+x}}}=\frac{144}{53}.\]What is the value of $x?$

$\textbf{(A) }\frac34 \qquad \textbf{(B) }\frac78 \qquad \textbf{(C) }\frac{14}{15} \qquad \textbf{(D) }\frac{37}{38} \qquad \textbf{(E) }\frac{52}{53}$

Problem 4

Ms. Blackwell gives an exam to two classes. The mean of the scores of the students in the morning class is $84$, and the afternoon class's mean score is $70$. The ratio of the number of students in the morning class to the number of students in the afternoon class is $\frac34$. What is the mean of the score of all the students?

$\textbf{(A) }74 \qquad \textbf{(B) }75 \qquad \textbf{(C) }76 \qquad \textbf{(D) }77 \qquad \textbf{(E) }78$

Problem 5

The point $P(a,b)$ in the $xy$-plane is first rotated counterclockwise by $90^\circ$ around the point $(1,5)$ and then reflected about the line $y=-x$. The image of $P$ after these two transformations is at $(-6,3)$. What is $b-a?$

$\textbf{(A) }1 \qquad \textbf{(B) }3 \qquad \textbf{(C) }5 \qquad \textbf{(D) }7 \qquad \textbf{(E) }9$

Problem 6

An inverted cone with base radius $12 \text{cm}$ and height $18\text{cm}$ is full of water. The water is poured into a tall cylinder whose horizontal base has a radius of $24\text{cm}$. What is the height in centimeters of the water in the cylinder?

$\textbf{(A) }1.5 \qquad \textbf{(B) }3 \qquad \textbf{(C) }4 \qquad \textbf{(D) }4.5 \qquad \textbf{(E) }6$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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

2016年AMC 10A 真题及答案

2016年AMC 10A 真题:

Problem 1

What is the value of $\dfrac{11!-10!}{9!}$?

$\textbf{(A)}\ 99\qquad\textbf{(B)}\ 100\qquad\textbf{(C)}\ 110\qquad\textbf{(D)}\ 121\qquad\textbf{(E)}\ 132$

Problem 2

For what value $x$ does $10^{x}\cdot 100^{2x}=1000^{5}$?

$\textbf{(A)}\ 1 \qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5$

Problem 3

For every dollar Ben spent on bagels, David spent $25$ cents less. Ben paid $$12.50$ more than David. How much did they spend in the bagel store together?

$\textbf{(A)}\ $37.50 \qquad\textbf{(B)}\ $50.00\qquad\textbf{(C)}\ $87.50\qquad\textbf{(D)}\ $90.00\qquad\textbf{(E)}\ $92.50$

Problem 4

The remainder can be defined for all real numbers $x$ and $y$ with $y \neq 0$ by\[\text{rem} (x ,y)=x-y\left \lfloor \frac{x}{y} \right \rfloor\]where $\left \lfloor \dfrac{x}{y} \right \rfloor$ denotes the greatest integer less than or equal to $\dfrac{x}{y}$. What is the value of $\text{rem}\left(\dfrac{3}{8}, -\dfrac{2}{5}\right)$?

$\textbf{(A) } -\frac{3}{8} \qquad \textbf{(B) } -\frac{1}{40} \qquad \textbf{(C) } 0 \qquad \textbf{(D) } \frac{3}{8} \qquad \textbf{(E) } \frac{31}{40}$

Problem 5

A rectangular box has integer side lengths in the ratio $1: 3: 4$. Which of the following could be the volume of the box?

$\textbf{(A)}\ 48\qquad\textbf{(B)}\ 56\qquad\textbf{(C)}\ 64\qquad\textbf{(D)}\ 96\qquad\textbf{(E)}\ 144$

Problem 6

Ximena lists the whole numbers $1$ through $30$ once. Emilio copies Ximena's numbers, replacing each occurrence of the digit $2$ by the digit $1$. Ximena adds her numbers and Emilio adds his numbers. How much larger is Ximena's sum than Emilio's?

$\textbf{(A)}\ 13\qquad\textbf{(B)}\ 26\qquad\textbf{(C)}\ 102\qquad\textbf{(D)}\ 103\qquad\textbf{(E)}\ 110$

以下是我们为您整理的中英双语真题试卷,还有全英版真题供您选择
扫码即可免费领取完整版:

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