2023年AMC10/12A/B卷最新真题,考试范围,答案解析,报名流程!

 

2023 AMC10/12A解析更难?or 更简单?

我们先来看一下2023年最新的真题:

2023 AMC 10A Answer Key

  1. E
  2. A
  3. A
  4. D
  5. E
  6. D
  7. B
  8. D
  9. E
  10. D
  11. C
  12. B
  13. C
  14. B
  15. E
  16. B
  17. A
  18. D
  19. E
  20. D
  21. D
  22. D
  23. C
  24. C
  25. A

Problem 1

Cities $A$ and $B$ are $45$ miles apart. Alicia lives in $A$ and Beth lives in $B$. Alicia bikes towards $B$ at 18 miles per hour. Leaving at the same time, Beth bikes toward $A$ at 12 miles per hour. How many miles from City $A$ will they be when they meet?

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

Problem 2

The weight of $\frac{1}{3}$ of a large pizza together with $3 \frac{1}{2}$ cups of orange slices is the same weight of $\frac{3}{4}$ of a large pizza together with $\frac{1}{2}$ cups of orange slices. A cup of orange slices weigh $\frac{1}{4}$ of a pound. What is the weight, in pounds, of a large pizza?

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

Problem 3

How many positive perfect squares less than $2023$ are divisible by $5$?

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

Problem 4

A quadrilateral has all integer side lengths, a perimeter of $26$, and one side of length $4$. What is the greatest possible length of one side of this quadrilateral?

 

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

Problem 5

How many digits are in the base-ten representation of $8^5 \cdot 5^{10} \cdot 15^5$?

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

Problem 6

An integer is assigned to each vertex of a cube. The value of an edge is defined to be the sum of the values of the two vertices it touches, and the value of a face is defined to be the sum of the values of the four edges surrounding it. The value of the cube is defined as the sum of the values of its six faces. Suppose the sum of the integers assigned to the vertices is $21$. What is the value of the cube?

$\textbf{(A) } 42 \qquad \textbf{(B) } 63 \qquad \textbf{(C) } 84 \qquad \textbf{(D) } 126 \qquad \textbf{(E) } 252$

Problem 7

Janet rolls a standard 6-sided die 4 times and keeps a running total of the numbers she rolls. What is the probability that at some point, her running total will equal 3?

$\textbf{(A) }\frac{2}{9}\qquad\textbf{(B) }\frac{49}{216}\qquad\textbf{(C) }\frac{25}{108}\qquad\textbf{(D) }\frac{17}{72}\qquad\textbf{(E) }\frac{13}{54}$

Problem 8

Barb the baker has developed a new temperature scale for her bakery called the Breadus scale, which is a linear function of the Fahrenheit scale. Bread rises at $110$ degrees Fahrenheit, which is $0$ degrees on the Breadus scale. Bread is baked at $350$ degrees Fahrenheit, which is $100$ degrees on the Breadus scale. Bread is done when its internal temperature is $200$ degrees Fahrenheit. What is this, in degrees, on the Breadus scale?

$\textbf{(A) }33\qquad\textbf{(B) }34.5\qquad\textbf{(C) }36\qquad\textbf{(D) }37.5\qquad\textbf{(E) }39$

Problem 9

A digital display shows the current date as an $8$-digit integer consisting of a $4$-digit year, followed by a $2$-digit month, followed by a $2$-digit date within the month. For example, Arbor Day this year is displayed as 20230428. For how many dates in $2023$ does each digit appear an even number of times in the 8-digital display for that date?

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

Problem 10

Maureen is keeping track of the mean of her quiz scores this semester. If Maureen scores an $11$ on the next quiz, her mean will increase by $1$. If she scores an $11$ on each of the next three quizzes, her mean will increase by $2$. What is the mean of her quiz scores currently?

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

Problem 11

A square of area $2$ is inscribed in a square of area $3$, creating four congruent triangles, as shown below. What is the ratio of the shorter leg to the longer leg in the shaded right triangle?[asy] size(200); defaultpen(linewidth(0.6pt)+fontsize(10pt)); real y = sqrt(3); pair A,B,C,D,E,F,G,H; A = (0,0); B = (0,y); C = (y,y); D = (y,0); E = ((y + 1)/2,y); F = (y, (y - 1)/2); G = ((y - 1)/2, 0); H = (0,(y + 1)/2); fill(H--B--E--cycle, gray); draw(A--B--C--D--cycle); draw(E--F--G--H--cycle); [/asy]

$\textbf{(A) }\frac15\qquad\textbf{(B) }\frac14\qquad\textbf{(C) }2-\sqrt3\qquad\textbf{(D) }\sqrt3-\sqrt2\qquad\textbf{(E) }\sqrt2-1$

Problem 12

How many three-digit positive integers $N$ satisfy the following properties?

The number $N$ is divisible by $7$. The number formed by reversing the digits of $N$ is divisible by $5$.

$\textbf{(A) } 13 \qquad \textbf{(B) } 14 \qquad \textbf{(C) } 15 \qquad \textbf{(D) } 16 \qquad \textbf{(E) } 17$

Problem 13

Abdul and Chiang are standing $48$ feet apart in a field. Bharat is standing in the same field as far from Abdul as possible so that the angle formed by his lines of sight to Abdul and Chiang measures $60^\circ$. What is the square of the distance (in feet) between Abdul and Bharat?

$\textbf{(A) } 1728 \qquad \textbf{(B) } 2601 \qquad \textbf{(C) } 3072 \qquad \textbf{(D) } 4608 \qquad \textbf{(E) } 6912$

Problem 14

A number is chosen at random from among the first $100$ positive integers, and a positive integer divisor of that number is then chosen at random. What is the probability that the chosen divisor is divisible by $11$?

$\textbf{(A)}~\frac{4}{100}\qquad\textbf{(B)}~\frac{9}{200} \qquad \textbf{(C)}~\frac{1}{20} \qquad\textbf{(D)}~\frac{11}{200}\qquad\textbf{(E)}~\frac{3}{50}$

Problem 15

An even number of circles are nested, starting with a radius of $1$ and increasing by $1$ each time, all sharing a common point. The region between every other circle is shaded, starting with the region inside the circle of radius $2$ but outside the circle of radius $1.$ An example showing $8$ circles is displayed below. What is the least number of circles needed to make the total shaded area at least $2023\pi$?

[asy] filldraw(circle((0,0),8),gray); filldraw(circle((-1,0),7),white); filldraw(circle((-2,0),6),gray); filldraw(circle((-3,0),5),white); filldraw(circle((-4,0),4),gray); filldraw(circle((-5,0),3),white); filldraw(circle((-6,0),2),gray); filldraw(circle((-7,0),1),white); [/asy]
$\textbf{(A) } 46 \qquad \textbf{(B) } 48 \qquad \textbf{(C) } 56 \qquad \textbf{(D) } 60 \qquad \textbf{(E) } 64$

Problem 16

In a table tennis tournament every participant played every other participant exactly once. Although there were twice as many right-handed players as left-handed players, the number of games won by left-handed players was $40\%$ more than the number of games won by right-handed players. (There were no ties and no ambidextrous players.) What is the total number of games played?

$\textbf{(A) }15\qquad\textbf{(B) }36\qquad\textbf{(C) }45\qquad\textbf{(D) }48\qquad\textbf{(E) }66$

Problem 17

Let $ABCD$ be a rectangle with $AB = 30$ and $BC = 28$. Point $P$ and $Q$ lie on $\overline{BC}$ and $\overline{CD}$ respectively so that all sides of $\triangle{ABP}, \triangle{PCQ},$ and $\triangle{QDA}$ have integer lengths. What is the perimeter of $\triangle{APQ}$?

$\textbf{(A) } 84 \qquad \textbf{(B) } 86 \qquad \textbf{(C) } 88 \qquad \textbf{(D) } 90 \qquad \textbf{(E) } 92$

Problem 18

A rhombic dodecahedron is a solid with $12$ congruent rhombus faces. At every vertex, $3$ or $4$ edges meet, depending on the vertex. How many vertices have exactly $3$ edges meet?

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

Problem 19

The line segment formed by $A(1, 2)$ and $B(3, 3)$ is rotated to the line segment formed by $A'(3, 1)$ and $B'(4, 3)$ about the point $P(r, s)$. What is $|r-s|$?

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

Problem 20

Each square in a $3\times3$ grid of squares is colored red, white, blue, or green so that every $2\times2$ square contains one square of each color. One such coloring is shown on the right below. How many different colorings are possible?

[asy] unitsize(0.5cm, 0.5cm); draw((0,0)--(9,0)--(9,9)--(0,9)--cycle); draw((0,3)--(9,3)); draw((0,6)--(9,6)); draw((3,0)--(3,9)); draw((6,0)--(6,9));  draw((18,0)--(27,0)--(27,9)--(18,9)--cycle); draw((18,3)--(27,3)); draw((18,6)--(27,6)); draw((21,0)--(21,9)); draw((24,0)--(24,9));  label("R", (19.5,1.5)); label("B", (22.5,1.5)); label("R", (25.5,1.5));  label("G", (19.5,4.5)); label("W", (22.5,4.5)); label("G", (25.5,4.5));  label("B", (19.5,7.5)); label("R", (22.5,7.5)); label("B", (25.5,7.5));  [/asy]
$\textbf{(A) }24\qquad\textbf{(B) }48\qquad\textbf{(C) }60\qquad\textbf{(D) }72\qquad\textbf{(E) }96$

Problem 21

Let $P(x)$ be the unique polynomial of minimal degree with the following properties:

  • $P(x)$ has a leading coefficient $1$,
  • $1$ is a root of $P(x)-1$,
  • $2$ is a root of $P(x-2)$,
  • $3$ is a root of $P(3x)$, and
  • $4$ is a root of $4P(x)$.

The roots of $P(x)$ are integers, with one exception. The root that is not an integer can be written as $\frac{m}{n}$, where $m$ and $n$ are relatively prime integers. What is $m+n$?

$\textbf{(A) }41\qquad\textbf{(B) }43\qquad\textbf{(C) }45\qquad\textbf{(D) }47\qquad\textbf{(E) }49$

Problem 22

Circle $C_1$ and $C_2$ each have radius $1$, and the distance between their centers is $\frac{1}{2}$. Circle $C_3$ is the largest circle internally tangent to both $C_1$ and $C_2$. Circle $C_4$ is internally tangent to both $C_1$ and $C_2$ and externally tangent to $C_3$. What is the radius of $C_4$?

[asy] import olympiad;  size(10cm);  draw(circle((0,0),0.75));  draw(circle((-0.25,0),1));  draw(circle((0.25,0),1));  draw(circle((0,6/7),3/28));  pair A = (0,0), B = (-0.25,0), C = (0.25,0), D = (0,6/7), E = (-0.95710678118, 0.70710678118), F = (0.95710678118, -0.70710678118); dot(B^^C);  draw(B--E, dashed); draw(C--F, dashed); draw(B--C);  label("$C_4$", D);  label("$C_1$", (-1.375, 0));  label("$C_2$", (1.375,0)); label("$\frac{1}{2}$", (0, -.125)); label("$C_3$", (-0.4, -0.4)); label("$1$", (-.85, 0.70)); label("$1$", (.85, -.7)); import olympiad;  markscalefactor=0.005;  [/asy]
$\textbf{(A) } \frac{1}{14} \qquad \textbf{(B) } \frac{1}{12} \qquad \textbf{(C) } \frac{1}{10} \qquad \textbf{(D) } \frac{3}{28} \qquad \textbf{(E) } \frac{1}{9}$

Problem 23

If the positive integer $c$ has positive integer divisors $a$ and $b$ with $c = ab$, then $a$ and $b$ are said to be $\textit{complementary}$ divisors of $c$. Suppose that $N$ is a positive integer that has one complementary pair of divisors that differ by $20$ and another pair of complementary divisors that differ by $23$. What is the sum of the digits of $N$?

$\textbf{(A) } 9 \qquad \textbf{(B) } 13\qquad \textbf{(C) } 15 \qquad \textbf{(D) } 17 \qquad \textbf{(E) } 19$

Problem 24

Six regular hexagonal blocks of side length $1$ unit are arranged inside a regular hexagonal frame. Each block lies along an inside edge of the frame and is aligned with two other blocks, as shown in the figure below. The distance from any corner of the frame to the nearest vertex of a block is $\frac{3}{7}$ unit. What is the area of the region inside the frame not occupied by the blocks?[asy] unitsize(1cm); draw(scale(3)*polygon(6)); filldraw(shift(dir(0)*2+dir(120)*0.4)*polygon(6), lightgray); filldraw(shift(dir(60)*2+dir(180)*0.4)*polygon(6), lightgray); filldraw(shift(dir(120)*2+dir(240)*0.4)*polygon(6), lightgray); filldraw(shift(dir(180)*2+dir(300)*0.4)*polygon(6), lightgray); filldraw(shift(dir(240)*2+dir(360)*0.4)*polygon(6), lightgray); filldraw(shift(dir(300)*2+dir(420)*0.4)*polygon(6), lightgray); [/asy]$\textbf{(A)}~\frac{13 \sqrt{3}}{3}\qquad\textbf{(B)}~\frac{216 \sqrt{3}}{49}\qquad\textbf{(C)}~\frac{9 \sqrt{3}}{2} \qquad\textbf{(D)}~ \frac{14 \sqrt{3}}{3}\qquad\textbf{(E)}~\frac{243 \sqrt{3}}{49}$

Problem 25

If $A$ and $B$ are vertices of a polyhedron, define the distance $d(A, B)$ to be the minimum number of edges of the polyhedron one must traverse in order to connect $A$ and $B$. For example, $\overline{AB}$ is an edge of the polyhedron, then $d(A, B) = 1$, but if $\overline{AC}$ and $\overline{CB}$ are edges and $\overline{AB}$ is not an edge, then $d(A, B) = 2$. Let $Q$$R$, and $S$ be randomly chosen distinct vertices of a regular icosahedron (regular polyhedron made up of 20 equilateral triangles). What is the probability that $d(Q, R) > d(R, S)$” width=”144″ height=”20″>?</p>



<figure class=$\textbf{(A) }\frac{7}{22}\qquad\textbf{(B) }\frac{1}{3}\qquad\textbf{(C) }\frac{3}{8}\qquad\textbf{(D) }\frac{5}{12}\qquad\textbf{(E) }\frac{1}{2}$

AMC10B Problem 1

Mrs. Jones is pouring orange juice into four identical glasses for her four sons. She fills the first three glasses completely but runs out of juice when the fourth glass is only $\frac{1}{3}$ full. What fraction of a glass must Mrs. Jones pour from each of the first three glasses into the fourth glass so that all four glasses will have the same amount of juice?

$\textbf{(A) }\frac{1}{12}\qquad\textbf{(B) }\frac{1}{4}\qquad\textbf{(C) }\frac{1}{6}\qquad\textbf{(D) }\frac{1}{8}\qquad\textbf{(E) }\frac{2}{9}$

Problem 2

Carlos went to a sports store to buy running shoes. Running shoes were on sale, with prices reduced by $20\%$on every pair of shoes. Carlos also knew that he had to pay a $7.5\%$ sales tax on the discounted price. He had $43$ dollars. What is the original (before discount) price of the most expensive shoes he could afford to buy?

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

Problem 3

$3-4-5$ right triangle is inscribed in circle $A$, and a $5-12-13$ right triangle is inscribed in circle $B$. What is the ratio of the area of circle $A$ to the area of circle $B$?

$\textbf{(A) }\frac{9}{25}\qquad\textbf{(B) }\frac{1}{9}\qquad\textbf{(C) }\frac{1 }{5}\qquad\textbf{(D) }\frac{25}{169}\qquad\textbf{(E) }\frac{4}{25}$

Problem 4

Jackson’s paintbrush makes a narrow strip with a width of 6.5 millimeters. Jackson has enough paint to make a strip 25 meters long. How many square centimeters of paper could Jackson cover with paint?

$\textbf{(A) }162,500\qquad\textbf{(B) }162.5\qquad\textbf{(C) }1,625\qquad\textbf{(D) }1,625,000\qquad\textbf{(E) }16,250$

Problem 5

Maddy and Lara see a list of numbers written on a blackboard. Maddy adds $3$ to each number in the list and finds that the sum of her new numbers is $45$. Lara multiplies each number in the list by $3$ and finds that the sum of her new numbers is also $45$. How many numbers are written on the blackboard?

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

Problem 6

Let $L_1 = 1$$L_2 = 3$, and $L_{n+2} = L_{n+1}+L_n$ for $n \geq 1$. How many terms in the sequence $L_1, L_2, L_3, \cdots, L_{2023}$ are even?

$\textbf{(A) }673\qquad\textbf{(B) }1011\qquad\textbf{(C) }675\qquad\textbf{(D) }1010\qquad\textbf{(E) }674$

Problem 7

Square ABCD is rotated 20 degrees clockwise about its center to obtain square EFGH, as shown below. What is the degree measure of $\angle{EAB}$?

IMG 1031.jpeg
$\textbf{(A) }24\qquad\textbf{(B) }35\qquad\textbf{(C) }30\qquad\textbf{(D) }32\qquad\textbf{(E) }20$

Problem 8

What is the units digit of $2022^{2023} + 2023^{2022}$?

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

Problem 9

The numbers 16 and 25 are a pair of consecutive postive squares whose difference is 9. How many pairs of consecutive positive perfect squares have a difference of less than or equal to 2023?

$\text{(A)}\ 674 \qquad \text{(B)}\ 1011 \qquad \text{(C)}\ 1010 \qquad \text{(D)}\ 2019 \qquad \text{(E)}\ 2017$

Problem 10

You are playing a game. A $2$ $\times$ $1$ rectangle covers two adjacent squares (oriented either horizontally or vertically) of a $3$ $\times$ $3$ grid of squares, but you are not told which two squares are covered. Your goal is to find at least one square that is covered by the rectangle. A “turn” consists of you guessing a square, after which you are told whether that square is covered by the hidden rectangle. What is the minimum number of turns you need to ensure that at least one of your guessed squares is covered by the rectangle?

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

Problem 11

Suzanne went to the bank and withdrew 800 dollars. The teller gave her this amount using 20 dollar bills, 50 dollar bills, and 100 dollar bills, with at least one of each denomination. How many different collections of bills could Suzanne have received?

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

Problem 12

When the roots of the polynomial

$P(x)  = (x-1)^1 (x-2)^2 (x-3)^3 \cdot \cdot \cdot (x-10)^{10}$

are removed from the number line, what remains is the union of 11 disjoint open intervals. On how many of these intervals is $P(x)$ positive?

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

Problem 13

What is the area of the region in the coordinate plane defined by

$| | x | - 1 | + | | y | - 1 | \le 1$?

$\text{(A)}\ 2 \qquad \text{(B)}\ 8 \qquad \text{(C)}\ 4 \qquad \text{(D)}\ 15 \qquad \text{(E)}\ 12$

Problem 14

How many ordered pairs of integers $(m,n)$ satisfy the equation $m^2+mn+n^2 = m^2n^2$?

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

Problem 15

What is the least positive integer $m$ such that $m \cdot 2! \cdot 3!\cdot 4!\cdot 5! \dots 16!$ is a perfect square?

$\textbf{(A) }30\qquad\textbf{(B) }30030\qquad\textbf{(C) }70\qquad\textbf{(D) }1430\qquad\textbf{(E) }1001$

Problem 16

Define an $upno$ to be a positive integer of 2 or more digits where the digits are strictly increasing moving left to right. Similarly, define a $downno$ to be a positive integer of 2 or more digits where the digits are strictly decreasing moving left to right. For instance, the number 258 is an upno and 8620 is a downno. Let ? equal the total number of $upnos$ and let ? equal the total number of $downnos$. What is |? − ?|?

$\textbf{(A)}~512\qquad\textbf{(B)}~10\qquad\textbf{(C)}~0\qquad\textbf{(D)}~9\qquad\textbf{(E)}~511$

Problem 17

A rectangular box ? has distinct edge lengths ?, ?, and ?. The sum of the lengths of all 12 edges of ? is 13, the sum of the areas of all 6 faces of ? is $\dfrac{11}{2}$, and the volume of ? is $\dfrac{1}{2}$. What is the length of the longest interior diagonal connecting two vertices of ? ?

$\textbf{(A)}~2\qquad\textbf{(B)}~\frac{3}{8}\qquad\textbf{(C)}~\frac{9}{8}\qquad\textbf{(D)}~\frac{9}{4}\qquad\textbf{(E)}~\frac{3}{2}$

Problem 18

Suppose ?, ?, and ? are positive integers such that $\dfrac{a}{14}+\dfrac{b}{15}=\dfrac{c}{210}$.

Which of the following statements are necessarily true?

I. If $\gcd(a,14)=1$ or $\gcd(b,15)=1$ or both, then $\gcd(c,210)=1$.

II. If $\gcd(c,210)=1$, then $\gcd(a,14)=1$ or $\gcd(b,15)=1$ or both.

III. $\gcd(c,210)=1$ if and only if $\gcd(a,14)=\gcd(b,15)=1$.

$\textbf{(A)}~\text{I, II, and III}\qquad\textbf{(B)}~\text{I only}\qquad\textbf{(C)}~\text{I and II only}\qquad\textbf{(D)}~\text{III only}\qquad\textbf{(E)}~\text{II and III only}$

Problem 19

Sonya the frog chooses a point uniformly at random lying within the square $[0, 6]$ $\times$ $[0, 6]$ in the coordinate plane and hops to that point. She then randomly chooses a distance uniformly at random from $[0, 1]$ and a direction uniformly at random from {north, south, east, west}. All he choices are independent. She now hops the distance in the chosen direction. What is the probability that she lands outside the square?

$\textbf{(A) } \frac{1}{6} \qquad \textbf{(B) } \frac{1}{12} \qquad \textbf{(C) } \frac{1}{4} \qquad \textbf{(D) } \frac{1}{10} \qquad \textbf{(E) } \frac{1}{9}$

Problem 20

Four congruent semicircles are drawn on the surface of a sphere with radius 2, as shown, creating a close curve that divides the surface into two congruent regions. The length of the curve is $\pi\sqrt{n}$. What is ??

$\textbf{(A) } 32 \qquad \textbf{(B) } 12 \qquad \textbf{(C) } 48 \qquad \textbf{(D) } 36 \qquad \textbf{(E) } 27$
202310bQ20.jpeg

Problem 21

Each of 2023 balls is randomly placed into one of 3 bins. Which of the following is closest to the probability that each of the bins will contain an odd number of balls?

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

Problem 22

How many distinct values of ? satisfy $\lfloor{x}\rfloor^2-3x+2=0.$ where $\lfloor{x}\rfloor$ denotes the largest integer less than or equal to ??

$\textbf{(A) } \text{an infinite number} \qquad \textbf{(B) } 4 \qquad \textbf{(C) } 2 \qquad \textbf{(D) } 3 \qquad \textbf{(E) } 0$

Problem 23

An arithmetic sequence of positive integers has $n\ge3$ terms, initial term $a$, and common difference $d data-src=1$” width=”41″ height=”13″>. Carl wrote down all the terms in this sequence correctly except for one term, which was off by $1$. The sum of the terms he wrote down was $222$. What is $a+d+n$?

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

Problem 24

What is the perimeter of the boundary of the region consisting of all points which can be expressed as $(2u-3w, v+4w)$ with $0\le u\le1$$0\le v\le1,$ and $0\le w\le1$?

$\textbf{(A) } 10\sqrt{3} \qquad \textbf{(B) } 10 \qquad \textbf{(C) } 12 \qquad \textbf{(D) } 18 \qquad \textbf{(E) } 16$

Problem 25

A regular pentagon with area $1+\sqrt5$ is printed on paper and cut out. All five vertices are folded to the center of the pentagon, creating a smaller pentagon. What is the area of the new pentagon?

$\textbf{(A)}~4-\sqrt{5}\qquad\textbf{(B)}~\sqrt{5}-1\qquad\textbf{(C)}~8-3\sqrt{5}\qquad\textbf{(D)}~\frac{\sqrt{5}+1}{2}\qquad\textbf{(E)}~\frac{2+\sqrt{5}}{3}$
  1. C
  2. B
  3. D
  4. B
  5. E
  6. B
  7. B
  8. A
  9. B
  10. C
  11. B
  12. C
  13. B
  14. C
  15. C
  16. E
  17. D
  18. E
  19. B
  20. A
  21. E
  22. B
  23. B
  24. E
  25. B

AMC10/12B卷 1-4题相同

AMC12 Problem 1

Mrs. Jones is pouring orange juice into four identical glasses for her four sons. She fills the first three glasses completely but runs out of juice when the fourth glass is only $\frac{1}{3}$ full. What fraction of a glass must Mrs. Jones pour from each of the first three glasses into the fourth glass so that all four glasses will have the same amount of juice?

$\textbf{(A) }\frac{1}{12}\qquad\textbf{(B) }\frac{1}{4}\qquad\textbf{(C) }\frac{1}{6}\qquad\textbf{(D) }\frac{1}{8}\qquad\textbf{(E) }\frac{2}{9}$

Problem 2

Carlos went to a sports store to buy running shoes. Running shoes were on sale, with prices reduced by $20\%$on every pair of shoes. Carlos also knew that he had to pay a $7.5\%$ sales tax on the discounted price. He had $43$ dollars. What is the original (before discount) price of the most expensive shoes he could afford to buy?

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

Problem 3

$3-4-5$ right triangle is inscribed in circle $A$, and a $5-12-13$ right triangle is inscribed in circle $B$. What is the ratio of the area of circle $A$ to the area of circle $B$?

$\textbf{(A)}~\frac{9}{25}\qquad\textbf{(B)}~\frac{1}{9}\qquad\textbf{(C)}~\frac{1}{5}\qquad\textbf{(D)}~\frac{25}{169}\qquad\textbf{(E)}~\frac{4}{25}$

Problem 4

Jackson’s paintbrush makes a narrow strip with a width of 6.5 millimeters. Jackson has enough paint to make a strip 25 meters long. How many square centimeters of paper could Jackson cover with paint?

$\textbf{(A) }162,500\qquad\textbf{(B) }162.5\qquad\textbf{(C) }1,625\qquad\textbf{(D) }1,625,000\qquad\textbf{(E) }16,250$

Problem 5

You are playing a game. A $2 \times 1$ rectangle covers two adjacent squares (oriented either horizontally or vertically) of a $3 \times 3$ grid of squares, but you are not told which two squares are covered. Your goal is to find at least one square that is covered by the rectangle. A “turn” consists of you guessing a square, after which you are told whether that square is covered by the hidden rectangle. What is the minimum number of turns you need to ensue that at least one of your guessed squares is covered by the rectangle?

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

Problem 6

When the roots of the polynomial.

$P(x)  = (x-1)^1 (x-2)^2 (x-3)^3 \cdot \cdot \cdot (x-10)^{10}$

are removed from the number line, what remains is the union of 11 disjoint open intervals. On how many of these intervals is $P(x)$ positive?

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

Problem 7

For how many integers $n$ does the expression\[\sqrt{\frac{\log (n^2) - (\log n)^2}{\log n - 3}}\]represent a real number, where log denotes the base $10$ logarithm?

$\textbf{(A) }900 \qquad \textbf{(B) }2\qquad \textbf{(C) }902 \qquad \textbf{(D) } 2  \qquad \textbf{(E) }901$

Problem 8

How many nonempty subsets $B$ of $\{0, 1, 2, 3, \dots, 12\}$ have the property that the number of elements in $B$ is equal to the least element of $B$? For example, $B = \{4, 6, 8, 11\}$ satisfies the condition.

$\textbf{(A)}\ 256 \qquad\textbf{(B)}\ 136 \qquad\textbf{(C)}\ 108 \qquad\textbf{(D)}\ 144 \qquad\textbf{(E)}\ 156$

Problem 9

What is the area of the region in the coordinate plane defined by

$\left||x|-1\right|+\left||y|-1\right|\leq 1?$
$\textbf{(A)}~4\qquad\textbf{(B)}~8\qquad\textbf{(C)}~10\qquad\textbf{(D)}~12\qquad\textbf{(E)}~15$

Problem 10

In the $xy$-plane, a circle of radius $4$ with center on the positive $x$-axis is tangent to the $y$-axis at the origin, and a circle with radius $10$ with center on the positive $y$-axis is tangent to the $x$-axis at the origin. What is the slope of the line passing through the two points at which these circles intersect?

$\textbf{(A)}\ \dfrac{2}{7} \qquad\textbf{(B)}\ \dfrac{3}{7}  \qquad\textbf{(C)}\ \dfrac{2}{\sqrt{29}}  \qquad\textbf{(D)}\ \dfrac{1}{\sqrt{29}}  \qquad\textbf{(E)}\ \dfrac{2}{5}$

Problem 11

What is the maximum area of an isosceles trapezoid that has legs of length $1$ and one base twice as long as the other?

$\textbf{(A) }\frac 54 \qquad \textbf{(B) } \frac 87 \qquad \textbf{(C)} \frac{5\sqrt2}4 \qquad \textbf{(D) } \frac 32  \qquad \textbf{(E) } \frac{3\sqrt3}4$

Problem 12

For complex numbers $u=a+bi$ and $v=c+di$, define the binary operation $\otimes$ by\[u\otimes v=ac+bdi.\]Suppose $z$ is a complex number such that $z\otimes z=z^{2}+40$. What is $|z|$?

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

Problem 13

A rectangular box $\mathcal{P}$ has distinct edge lengths $a, b,$ and $c$. The sum of the lengths of all $12$ edges of $\mathcal{P}$ is $13$, the sum of the areas of all $6$ faces of $\mathcal{P}$ is $\frac{11}{2}$, and the volume of $\mathcal{P}$ is $\frac{1}{2}$. What is the length of the longest interior diagonal connecting two vertices of $\mathcal{P}$?

$\textbf{(A)}~2\qquad\textbf{(B)}~\frac{3}{8}\qquad\textbf{(C)}~\frac{9}{8}\qquad\textbf{(D)}~\frac{9}{4}\qquad\textbf{(E)}~\frac{3}{2}$

Problem 14

For how many ordered pairs $(a,b)$ of integers does the polynomial $x^3+ax^2+bx+6$ have $3$ distinct integer roots?

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

Problem 15

Suppose $a$$b$, and $c$ are positive integers such that\[\frac{a}{14}+\frac{b}{15}=\frac{c}{210}.\]Which of the following statements are necessarily true?

I. If $\gcd(a,14)=1$ or $\gcd(b,15)=1$ or both, then $\gcd(c,210)=1$.

II. If $\gcd(c,210)=1$, then $\gcd(a,14)=1$ or $\gcd(b,15)=1$ or both.

III. $\gcd(c,210)=1$ if and only if $\gcd(a,14)=\gcd(b,15)=1$.

$\textbf{(A)}~\text{I, II, and III}\qquad\textbf{(B)}~\text{I only}\qquad\textbf{(C)}~\text{I and II only}\qquad\textbf{(D)}~\text{III only}\qquad\textbf{(E)}~\text{II and III only}$

Problem 16

In Coinland, there are three types of coins, each worth $6, 10,$ and $15.$ What is the sum of the digits of the maximum amount of money that is impossible to have?

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

Problem 17

Triangle ABC has side lengths in arithmetic progression, and the smallest side has length $6.$ If the triangle has an angle of $120^\circ,$ what is the area of $ABC$?

$\textbf{(A) }12\sqrt{3}\qquad\textbf{(B) }8\sqrt{6}\qquad\textbf{(C) }14\sqrt{2}\qquad\textbf{(D) }20\sqrt{2}\qquad\textbf{(E) }15\sqrt{3}$

Problem 18

Last academic year Yolanda and Zelda took different courses that did not necessarily administer the same number of quizzes during each of the two semesters. Yolanda’s average on all the quizzes she took during the first semester was 3 points higher than Zelda’s average on all the quizzes she took during the first semester. Yolanda’s average on all the quizzes she took during the second semester was 18 points higher than her average for the first semester and was again 3 points higher than Zelda’s average on all the quizzes Zelda took during her second semester. Which one of the following statements cannot possibly be true?

$\textbf{(A)}$ Yolanda’s quiz average for the academic year was 22 points higher than Zelda’s.

$\textbf{(B)}$ Zelda’s quiz average for the academic year was higher than Yolanda’s.

$\textbf{(C)}$ Yolanda’s quiz average for the academic year was 3 points higher than Zelda’s.

$\textbf{(D)}$ Zelda’s quiz average for the academic year equaled Yolanda’s.

$\textbf{(E)}$ If Zelda had scored 3 points higher on each quiz she took, then she would have had the same average for the academic year as Yolanda.

Problem 19

Each of $2023$ balls is placed in on of $3$ bins. Which of the following is closest to the probability that each of the bins will contain an odd number of balls?

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

Problem 20

Cyrus the frog jumps 2 units in a direction, then 2 more in another direction. What is the probability that he lands less than 1 unit away from his starting position?

$\textbf{(A)}~\frac{1}{6}\qquad\textbf{(B)}~\frac{1}{5}\qquad\textbf{(C)}~\frac{\sqrt{3}}{8}\qquad\textbf{(D)}~\frac{\arctan \frac{1}{2}}{\pi}\qquad\textbf{(E)}~\frac{2\arcsin \frac{1}{4}}{\pi}$

Problem 21

A lampshade is made in the form of the lateral surface of the frustum of a right circular cone. The height of the frustum is $3\sqrt3$ inches, its top diameter is $6$ inches, and its bottom diameter is $12$ inches. A bug is at the bottom of the lampshade and there is a glob of honey on the top edge of the lampshade at the spot farthest from the bug. The bug wants to crawl to the honey, but it must stay on the surface of the lampshade. What is the length in inches of its shortest path to the honey?

$\textbf{(A) } 6 + 3\pi\qquad \textbf{(B) }6 + 6\pi\qquad \textbf{(C) } 6\sqrt3 \qquad \textbf{(D) } 6\sqrt5 \qquad \textbf{(E) } 6\sqrt3 + \pi$

Problem 22

A real-valued function $f$ has the property that for all real numbers $a$ and $b,$\[f(a + b)  + f(a - b) = 2f(a) f(b).\]Which one of the following cannot be the value of $f(1)?$

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

Problem 23

When $n$ standard six-sided dice are rolled, the product of the numbers rolled can be any of $936$ possible values. What is $n$?

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

Problem 24

Suppose that $a$$b$$c$ and $d$ are positive integers satisfying all of the following relations.

\[abcd=2^6\cdot 3^9\cdot 5^7\]
\[\text{lcm}(a,b)=2^3\cdot 3^2\cdot 5^3\]
\[\text{lcm}(a,c)=2^3\cdot 3^3\cdot 5^3\]
\[\text{lcm}(a,d)=2^3\cdot 3^3\cdot 5^3\]
\[\text{lcm}(b,c)=2^1\cdot 3^3\cdot 5^2\]
\[\text{lcm}(b,d)=2^2\cdot 3^3\cdot 5^2\]
\[\text{lcm}(c,d)=2^2\cdot 3^3\cdot 5^2\]

What is $\text{gcd}(a,b,c,d)$?

$\textbf{(A)}~30\qquad\textbf{(B)}~45\qquad\textbf{(C)}~3\qquad\textbf{(D)}~15\qquad\textbf{(E)}~6$

Problem 25

A regular pentagon with area $\sqrt{5}+1$ is printed on paper and cut out. The five vertices of the pentagon are folded into the center of the pentagon, creating a smaller pentagon. What is the area of the new pentagon?

$\textbf{(A)}~4-\sqrt{5}\qquad\textbf{(B)}~\sqrt{5}-1\qquad\textbf{(C)}~8-3\sqrt{5}\qquad\textbf{(D)}~\frac{\sqrt{5}+1}{2}\qquad\textbf{(E)}~\frac{2+\sqrt{5}}{3}$
  1. C
  2. B
  3. D
  4. C
  5. C
  6. C
  7. E
  8. D
  9. B
  10. E
  11. D
  12. E
  13. D
  14. A
  15. E
  16. D
  17. E
  18. A
  19. E
  20. E
  21. E
  22. E
  23. E
  24. C
  25. B

 历年真题+测试题大合集超详细

长按图片即可添加客服

Scroll to Top