2025 AMC 10A Problems: Difference between revisions
Dodobird150 (talk | contribs) |
Kayden3089 (talk | contribs) Tag: Manual revert |
||
| (60 intermediate revisions by 33 users not shown) | |||
| Line 2: | Line 2: | ||
==Problem 1== | ==Problem 1== | ||
Andy and Betsy both live in Mathville. Andy leaves Mathville on his bicycle at 1:30 traveling due north at a steady 8 miles per hour. Betsy leaves on her bicycle from the same point at 2:30, traveling due east at a steady 12 miles per hour. At what time will they be exactly the same distance from their common starting point? | Andy and Betsy both live in Mathville. Andy leaves Mathville on his bicycle at <imath>1{:}30</imath> traveling due north at a steady <imath>8</imath> miles per hour. Betsy leaves on her bicycle from the same point at <imath>2{:}30</imath>, traveling due east at a steady <imath>12</imath> miles per hour. At what time will they be exactly the same distance from their common starting point? | ||
<imath>\textbf{(A) } 3{:}30 \qquad\textbf{(B) } 3{:}45 \qquad\textbf{(C) } 4{:}00 \qquad\textbf{(D) } 4{:}15 \qquad\textbf{(E) } 4{:}30</imath> | <imath>\textbf{(A) } 3{:}30 \qquad\textbf{(B) } 3{:}45 \qquad\textbf{(C) } 4{:}00 \qquad\textbf{(D) } 4{:}15 \qquad\textbf{(E) } 4{:}30</imath> | ||
| Line 10: | Line 10: | ||
==Problem 2== | ==Problem 2== | ||
A box contains 10 pounds of a nut mix that is 50 percent peanuts, 20 percent cashews, and 30 percent almonds. A second nut mix containing 20 percent peanuts, 40 percent cashews, and 40 percent almonds is added to the box resulting in a new nut mix that is 40 percent peanuts. How many pounds of cashews are now in the box? | A box contains <imath>10</imath> pounds of a nut mix that is <imath>50</imath> percent peanuts, <imath>20</imath> percent cashews, and <imath>30</imath> percent almonds. A second nut mix containing <imath>20</imath> percent peanuts, <imath>40</imath> percent cashews, and <imath>40</imath> percent almonds is added to the box resulting in a new nut mix that is <imath>40</imath> percent peanuts. How many pounds of cashews are now in the box? | ||
<imath>\textbf{(A) } 3.5 \qquad\textbf{(B) } 4 \qquad\textbf{(C) } 4.5 \qquad\textbf{(D) } 5 \qquad\textbf{(E) } 6</imath> | <imath>\textbf{(A) } 3.5 \qquad\textbf{(B) } 4 \qquad\textbf{(C) } 4.5 \qquad\textbf{(D) } 5 \qquad\textbf{(E) } 6</imath> | ||
| Line 17: | Line 17: | ||
==Problem 3== | ==Problem 3== | ||
How many isosceles triangles are there with positive area whose side lengths are all positive integers and whose longest side has length 2025? | How many isosceles triangles are there with positive area whose side lengths are all positive integers and whose longest side has length <imath>2025</imath>? | ||
<imath>\textbf{(A) } 2025 \qquad\textbf{(B) } 2026 \qquad\textbf{(C) } 3012 \qquad\textbf{(D) } 3037 \qquad\textbf{(E) } 4050</imath> | <imath>\textbf{(A) } 2025 \qquad\textbf{(B) } 2026 \qquad\textbf{(C) } 3012 \qquad\textbf{(D) } 3037 \qquad\textbf{(E) } 4050</imath> | ||
| Line 25: | Line 25: | ||
==Problem 4== | ==Problem 4== | ||
A team of students is going to compete against a team of teachers in a trivia contest. The total number of students and teachers is 15. Ash, a cousin of one of the students, wants to join the contest. If Ash plays with the students, the average age on that team will increase from 12 to 14. If Ash plays with the teachers, the average age on that team will decrease from 55 to 52. How old is Ash? | A team of students is going to compete against a team of teachers in a trivia contest. The total number of students and teachers is <imath>15</imath>. Ash, a cousin of one of the students, wants to join the contest. If Ash plays with the students, the average age on that team will increase from <imath>12</imath> to <imath>14</imath>. If Ash plays with the teachers, the average age on that team will decrease from <imath>55</imath> to <imath>52</imath>. How old is Ash? | ||
<imath>\textbf{(A) } 28 \qquad\textbf{(B) } 29 \qquad\textbf{(C) } 30 \qquad\textbf{(D) } 32 \qquad\textbf{(E) } 33</imath> | <imath>\textbf{(A) } 28 \qquad\textbf{(B) } 29 \qquad\textbf{(C) } 30 \qquad\textbf{(D) } 32 \qquad\textbf{(E) } 33</imath> | ||
| Line 86: | Line 86: | ||
with diameter on <imath>\overline{AB}</imath> and tangent to <imath>\overline{CD}</imath> is cut from the larger semicircle, as shown below. | with diameter on <imath>\overline{AB}</imath> and tangent to <imath>\overline{CD}</imath> is cut from the larger semicircle, as shown below. | ||
<asy> | |||
import graph; | |||
unitsize(14mm); | |||
defaultpen(linewidth(.8pt)+fontsize(10pt)); | |||
dotfactor=4; | |||
pair A=(-3,0), B=(3,0); | |||
fill(Arc((0,0),3,0,180)--cycle,palered); | |||
fill(Arc((-1.125,0),0.75,0,180)--cycle,white); | |||
draw(Arc((0,0),3,0,180),black); | |||
draw(Arc((-1.125,0),0.75,0,180),black); | |||
draw((-3,0) -- (-1.875,0),black); | |||
draw((-0.375,0) -- (3,0),black); | |||
draw((-2.895, 0.75) -- (2.895,0.75), black); | |||
dot((-3,0)); | |||
dot((3,0)); | |||
dot((-2.925, 0.75)); | |||
dot((2.925, 0.75)); | |||
label("$16$",midpoint((-2.925, 0.75)--(2.925, 0.75)),N); | |||
label("$A$",A,S); | |||
label("$B$",B,S); | |||
label("$C$",(-2.925, 0.75),W); | |||
label("$D$",(2.925, 0.75),E); | |||
</asy> | |||
What is the area of the resulting figure, shown shaded? | What is the area of the resulting figure, shown shaded? | ||
| Line 102: | Line 125: | ||
==Problem 12== | ==Problem 12== | ||
Carlos uses a <imath>4</imath>-digit passcode to unlock his computer. In his passcode, exactly one digit is even, exactly one(possibly different) digit is prime, and no digit is <imath>0</imath>. How many <imath>4</imath>-digit passcodes satisfy these conditions? | Carlos uses a <imath>4</imath>-digit passcode to unlock his computer. In his passcode, exactly one digit is even, exactly one (possibly different) digit is prime, and no digit is <imath>0</imath>. How many <imath>4</imath>-digit passcodes satisfy these conditions? | ||
<imath>\textbf{(A) } 176 \qquad\textbf{(B) } 192 \qquad\textbf{(C) } 432 \qquad\textbf{(D) } 464 \qquad\textbf{(E) } 608</imath> | <imath>\textbf{(A) } 176 \qquad\textbf{(B) } 192 \qquad\textbf{(C) } 432 \qquad\textbf{(D) } 464 \qquad\textbf{(E) } 608</imath> | ||
| Line 113: | Line 136: | ||
unitsize(1cm); | unitsize(1cm); | ||
int n = 25; | int n = 25; | ||
real s = 6; | real s = 6; | ||
real ratio = 0. | real ratio = 0.767; | ||
real a = s; | real a = s; | ||
for (int i = 0; i < n; ++i) { | for (int i = 0; i < n; ++i) { | ||
real b = a * ratio; | real b = a * ratio; | ||
// Draw current square | // Draw current square | ||
draw(box((-a/2,-a/2),(a/2,a/2))); | draw(box((-a/2,-a/2),(a/2,a/2))); | ||
if (i % 2 == 1) { fill(box((-a/2,-a/2),(a/2,a/2)), gray(1)); } else | |||
{ | |||
fill(box((-a/2,-a/2),(a/2,a/2)), lightred); | |||
fill(box((-a/2,-a/2),(a/2,a/2)), | |||
} | } | ||
a = b; | a = b; | ||
} | } | ||
draw(box((-a/2,-a/2),(a/2,a/2))); | draw(box((-a/2,-a/2),(a/2,a/2))); | ||
</asy> | </asy> | ||
The area of the shaded portion of the figure is <imath>64\%</imath> of the area of the original square. What is <imath>k</imath>? | The area of the shaded portion of the figure is <imath>64\%</imath> of the area of the original square. What is <imath>k</imath>? | ||
<imath>\textbf{(A) } \frac{3}{5} \qquad\textbf{(B) } \frac{16}{25} \qquad\textbf{(C) } \frac{2}{3} \qquad\textbf{(D) } \frac{3}{4} \qquad\textbf{(E) } \frac{4}{5}</imath> | <imath>\textbf{(A) } \frac{3}{5} \qquad\textbf{(B) } \frac{16}{25} \qquad\textbf{(C) } \frac{2}{3} \qquad\textbf{(D) } \frac{3}{4} \qquad\textbf{(E) } \frac{4}{5}</imath> | ||
| Line 145: | Line 167: | ||
Six chairs are arranged around a round table. Two students and two teachers randomly select four of the chairs to sit in. What is the probability that the two students will sit in two adjacent chairs and the two teachers will also sit in two adjacent chairs? | Six chairs are arranged around a round table. Two students and two teachers randomly select four of the chairs to sit in. What is the probability that the two students will sit in two adjacent chairs and the two teachers will also sit in two adjacent chairs? | ||
<imath>\textbf{(A) } \frac{1}{6} \qquad\textbf{(B) } \frac{1}{5} \qquad\textbf{(C) } \frac{2}{9} \qquad\textbf{(D) } \frac{3}{13} \qquad\textbf{(E) } \frac{1}{4}</imath> | |||
[[2025 AMC 10A Problems/Problem 14|Solution]] | [[2025 AMC 10A Problems/Problem 14|Solution]] | ||
| Line 159: | Line 183: | ||
E = (0, 0); | E = (0, 0); | ||
F = (-0.6, 0.8); | F = (-0.6, 0.8); | ||
fill(A--B--C--cycle, | fill(A--B--C--cycle, palered); | ||
dot(A); | dot(A); | ||
dot(B); | dot(B); | ||
| Line 211: | Line 235: | ||
==Problem 19== | ==Problem 19== | ||
An array of numbers is constructed beginning with the numbers <imath>-1 | An array of numbers is constructed beginning with the numbers | ||
<imath>-1\qquad3\qquad1</imath>in the top row. Each adjacent pair of numbers is summed to produce a number in the next row. Each row begins and ends with | |||
<imath>-1</imath> and <imath>1</imath>, respectively. | |||
-1 3 1 | <cmath>\large{-1}\qquad\large{3}\qquad\large{1}</cmath> | ||
-1 2 4 1 | <cmath>\large{-1}\qquad\large{2}\qquad\large{4}\qquad\large{1}</cmath> | ||
-1 1 6 5 1 | <cmath>\large{-1}\qquad\large{1}\qquad\large{6}\qquad\large{5}\qquad\large{1}</cmath> | ||
If the process continues, one of the rows will sum to <imath>12,288</imath>. In that row, what is the third number from the left? | |||
<imath>\textbf{(A) } -29 \qquad\textbf{(B) } -21 \qquad\textbf{(C) } -14 \qquad\textbf{(D) } -8 \qquad\textbf{(E) } -3</imath> | |||
(A) -29 (B) -21 (C) -14 (D) -8 (E) -3 | |||
[[2025 AMC 10A Problems/Problem 19|Solution]] | [[2025 AMC 10A Problems/Problem 19|Solution]] | ||
| Line 225: | Line 250: | ||
==Problem 20== | ==Problem 20== | ||
A silo (right circular cylinder) with diameter 20 meters stands in a field. MacDonald is located 20 meters west and 15 meters south of the center of the silo. McGregor is located 20 meters east and <imath>g > 0</imath> meters south of the center of the silo. The | A silo (right circular cylinder) with diameter 20 meters stands in a field. MacDonald is located 20 meters west and 15 meters south of the center of the silo. McGregor is located 20 meters east and <imath>g > 0</imath> meters south of the center of the silo. The line of sight between MacDonald and McGregor is tangent to the silo. The value of <imath>g</imath> can be written as <imath>\frac{a\sqrt{b}-c}{d}</imath>, where <imath>a,b,c,</imath> and <imath>d</imath> are positive integers, <imath>b</imath> is not divisible by the square of any prime, and <imath>d</imath> is relatively prime to the greatest common divisor of <imath>a</imath> and <imath>c</imath>. What is <imath>a+b+c+d</imath>? | ||
<imath>\textbf{(A) } | <imath>\textbf{(A) } 119 \qquad\textbf{(B) } 120 \qquad\textbf{(C) } 121 \qquad\textbf{(D) } 122 \qquad\textbf{(E) } 123</imath> | ||
[[2025 AMC 10A Problems/Problem 20|Solution]] | [[2025 AMC 10A Problems/Problem 20|Solution]] | ||
| Line 239: | Line 264: | ||
==Problem 22== | ==Problem 22== | ||
A circle of radius <imath>r</imath> is surrounded by three circles, whose radii are 1, 2, and 3, all externally tangent to the inner circle and externally tangent to each other, as shown in the diagram below. | |||
<asy> | |||
import olympiad; | |||
size(260); | |||
real r0 = 6/23.0; | |||
real r1 = 1.0; | |||
real r2 = 2.0; | |||
real r3 = 3.0; | |||
real d1 = r0 + r1; | |||
real d2 = r0 + r2; | |||
real d3 = r0 + r3; | |||
real t1 = 0; | |||
real t2 = 1.9857887796653; | |||
real t3 = -2.0480149718113; | |||
pair O = (0,0); | |||
pair C1 = d1*dir(degrees(t1)); | |||
pair C2 = d2*dir(degrees(t2)); | |||
pair C3 = d3*dir(degrees(t3)); | |||
draw(circle(O, r0), black+0.9); | |||
draw(circle(C1, r1), black+0.9); | |||
draw(circle(C2, r2), black+0.9); | |||
draw(circle(C3, r3), black+0.9); | |||
currentpicture.fit(); | |||
</asy> | |||
What is <imath>r</imath>? | |||
<imath>\textbf{(A) }\frac{1}{4}\qquad\textbf{(B) }\frac{6}{23}\qquad\textbf{(C) }\frac{3}{11}\qquad\textbf{(D) }\frac{5}{17}\qquad\textbf{(E) }\frac{3}{10}</imath> | |||
[[2025 AMC 10A Problems/Problem 22|Solution]] | [[2025 AMC 10A Problems/Problem 22|Solution]] | ||
==Problem 23== | ==Problem 23== | ||
Triangle <imath>\triangle ABC</imath> has side lengths <imath>AB = 80</imath>, <imath>BC = 45</imath>, and <imath>AC = 75</imath>. The bisector <imath>\angle B</imath> and the altitude to side <imath>\overline{AB}</imath> intersect at point <imath>P</imath> | Triangle <imath>\triangle ABC</imath> has side lengths <imath>AB = 80</imath>, <imath>BC = 45</imath>, and <imath>AC = 75</imath>. The bisector of <imath>\angle B</imath> and the altitude to side <imath>\overline{AB}</imath> intersect at point <imath>P.</imath> What is <imath>BP</imath>? | ||
<imath>\textbf{(A)}~18\qquad\textbf{(B)}~19\qquad\textbf{(C)}~20\qquad\textbf{(D)}~21\qquad\textbf{(E)}~22</imath> | <imath>\textbf{(A)}~18\qquad\textbf{(B)}~19\qquad\textbf{(C)}~20\qquad\textbf{(D)}~21\qquad\textbf{(E)}~22</imath> | ||
| Line 251: | Line 310: | ||
==Problem 24== | ==Problem 24== | ||
Call a positive integer <imath>\textit{fair}</imath> if no digit is used more than once, it has no 0s, and no digit is adjacent to two greater digits. For example, 196, 23, and 12463 are fair, but 1546, 320, and 34321 are not fair. How many fair positive integers are there? | Call a positive integer <imath>\textit{fair}</imath> if no digit is used more than once, it has no 0s, and no digit is adjacent to two greater digits. For example, <imath>196</imath>, <imath>23</imath>, and <imath>12463</imath> are fair, but <imath>1546</imath>, <imath>320</imath>, and <imath>34321</imath> are not fair. How many fair positive integers are there? | ||
<imath>\textbf{(A) } 511 \qquad\textbf{(B) } 2584 \qquad\textbf{(C) } 9841 \qquad\textbf{(D) } 17711 \qquad\textbf{(E) } 19682</imath> | <imath>\textbf{(A) } 511 \qquad\textbf{(B) } 2584 \qquad\textbf{(C) } 9841 \qquad\textbf{(D) } 17711 \qquad\textbf{(E) } 19682</imath> | ||
Latest revision as of 23:14, 9 November 2025
| 2025 AMC 10A (Answer Key) Printable versions: • AoPS Resources • PDF | ||
|
Instructions
| ||
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
Problem 1
Andy and Betsy both live in Mathville. Andy leaves Mathville on his bicycle at
traveling due north at a steady
miles per hour. Betsy leaves on her bicycle from the same point at
, traveling due east at a steady
miles per hour. At what time will they be exactly the same distance from their common starting point?
Problem 2
A box contains
pounds of a nut mix that is
percent peanuts,
percent cashews, and
percent almonds. A second nut mix containing
percent peanuts,
percent cashews, and
percent almonds is added to the box resulting in a new nut mix that is
percent peanuts. How many pounds of cashews are now in the box?
Problem 3
How many isosceles triangles are there with positive area whose side lengths are all positive integers and whose longest side has length
?
Problem 4
A team of students is going to compete against a team of teachers in a trivia contest. The total number of students and teachers is
. Ash, a cousin of one of the students, wants to join the contest. If Ash plays with the students, the average age on that team will increase from
to
. If Ash plays with the teachers, the average age on that team will decrease from
to
. How old is Ash?
Problem 5
Consider the sequence of positive integers
What is the 2025th term in this sequence?
Problem 6
In an equilateral triangle each interior angle is trisected by a pair of rays. The intersection of the interiors of the middle 20°-angle at each vertex is the interior of a convex hexagon. What is the degree measure of the smallest angle of this hexagon?
Problem 7
Suppose
and
are real numbers. When the polynomial
is divided by
, the remainder is
. When the polynomial is divided by
, the remainder is
. What is
?
Problem 8
Agnes writes the following four statements on a blank piece of paper.
At least one of these statements is true.
At least two of these statements are true.
At least two of these statements are false.
At least one of these statements is false.
Each statement is either true or false. How many false statements did Agnes write on the paper?
Problem 9
Let
. For how many real numbers
does the graph of
pass through the point
?
Problem 10
A semicircle has diameter
and chord
of length
parallel to
. A smaller semicircle
with diameter on
and tangent to
is cut from the larger semicircle, as shown below.
What is the area of the resulting figure, shown shaded?
Problem 11
The sequence
is arithmetic. The sequence
is geometric. Both sequences are strictly increasing and contain only integers, and
is as small as possible. What is the value of
?
Problem 12
Carlos uses a
-digit passcode to unlock his computer. In his passcode, exactly one digit is even, exactly one (possibly different) digit is prime, and no digit is
. How many
-digit passcodes satisfy these conditions?
Problem 13
In the figure below, the outside square contains infinitely many squares, each of them with the same center and sides parallel to the outside square. The ratio of the side length of a square to the side length of the next inner square is
, where
The spaces between squares are alternately shaded as shown in the figure (which is not necessarily drawn to scale).
The area of the shaded portion of the figure is
of the area of the original square. What is
?
Problem 14
Six chairs are arranged around a round table. Two students and two teachers randomly select four of the chairs to sit in. What is the probability that the two students will sit in two adjacent chairs and the two teachers will also sit in two adjacent chairs?
Problem 15
In the figure below,
is a rectangle,
,
,
, and
.
What is the area of
?
Problem 16
There are three jars. Each of three coins is placed in one of the three jars, chosen at random and independently of the placements of the other coins. What is the expected number of coins in a jar with the most coins?
Problem 17
Let
be the unique positive integer such that dividing
by
leaves a remainder of
and dividing
by
leaves a remainder of
. What is the tens digit of
?
Problem 18
The
of a collection of numbers is the reciprocal of the arithmetic mean of the reciprocals of the numbers in the collection. For example, the harmonic mean of 4, 4, and 5 is
What is the harmonic mean of all the real roots of the 4050th degree polynomial
Problem 19
An array of numbers is constructed beginning with the numbers
in the top row. Each adjacent pair of numbers is summed to produce a number in the next row. Each row begins and ends with
and
, respectively.
If the process continues, one of the rows will sum to
. In that row, what is the third number from the left?
Problem 20
A silo (right circular cylinder) with diameter 20 meters stands in a field. MacDonald is located 20 meters west and 15 meters south of the center of the silo. McGregor is located 20 meters east and
meters south of the center of the silo. The line of sight between MacDonald and McGregor is tangent to the silo. The value of
can be written as
, where
and
are positive integers,
is not divisible by the square of any prime, and
is relatively prime to the greatest common divisor of
and
. What is
?
Problem 21
A set of numbers is called
-
if whenever
and
are (not necessarily distinct) elements of the set,
is not an element of the set. For example,
and the empty set are sum-free, but
is not. What is the greatest possible number of elements in a sum-free subset of
?
Problem 22
A circle of radius
is surrounded by three circles, whose radii are 1, 2, and 3, all externally tangent to the inner circle and externally tangent to each other, as shown in the diagram below.
What is
?
Problem 23
Triangle
has side lengths
,
, and
. The bisector of
and the altitude to side
intersect at point
What is
?
Problem 24
Call a positive integer
if no digit is used more than once, it has no 0s, and no digit is adjacent to two greater digits. For example,
,
, and
are fair, but
,
, and
are not fair. How many fair positive integers are there?
Problem 25
A point
is chosen at random inside square
. The probability that
is neither the shortest nor the longest side of
can be written as
, where
and
are positive integers,
, and
is not divisible by the square of a prime. What is
?
See Also
| 2025 AMC 10A (Problems • Answer Key • Resources) | ||
| Preceded by 2024 AMC 10B Problems |
Followed by 2025 AMC 10B Problems | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
| All AMC 10 Problems and Solutions | ||
These problems are copyrighted © by the Mathematical Association of America.