Difference between revisions of "2002 AMC 10A Problems"
(→Problem 13) |
Mintylemon66 (talk | contribs) (→Problem 9) |
||
(60 intermediate revisions by 24 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AMC10 Problems|year=2002|ab=A}} | ||
==Problem 1== | ==Problem 1== | ||
+ | |||
+ | The ratio <math>\frac{10^{2000}+10^{2002}}{10^{2001}+10^{2001}}</math> is closest to which of the following numbers? | ||
+ | |||
+ | <math>\text{(A)}\ 0.1 \qquad \text{(B)}\ 0.2 \qquad \text{(C)}\ 1 \qquad \text{(D)}\ 5 \qquad \text{(E)}\ 10</math> | ||
[[2002 AMC 10A Problems/Problem 1|Solution]] | [[2002 AMC 10A Problems/Problem 1|Solution]] | ||
== Problem 2 == | == Problem 2 == | ||
+ | |||
+ | For the nonzero numbers <math>a</math>, <math>b</math>, <math>c</math>, define <math>(a, b, c) = \frac{a}{b} + \frac{b}{c} + \frac{c}{a}</math>. Find <math>(2, 12, 9)</math>. | ||
+ | |||
+ | <math>\text{(A)}\ 4 \qquad \text{(B)}\ 5 \qquad \text{(C)}\ 6 \qquad \text{(D)}\ 7 \qquad \text{(E)}\ 8</math> | ||
[[2002 AMC 10A Problems/Problem 2|Solution]] | [[2002 AMC 10A Problems/Problem 2|Solution]] | ||
== Problem 3 == | == Problem 3 == | ||
+ | According to the standard convention for exponentiation, | ||
+ | |||
+ | <math>2^{2^{2^2}} = 2^{\left(2^{\left(2^2\right)}\right)} = 2^{16} = 65,536</math>. | ||
+ | |||
+ | If the order in which the exponentiations are performed is changed, how many <u>other</u> values are possible? | ||
+ | |||
+ | |||
+ | <math>\text{(A)}\ 0 \qquad \text{(B)}\ 1 \qquad \text{(C)}\ 2 \qquad \text{(D)}\ 3 \qquad \text{(E)}\ 4</math> | ||
[[2002 AMC 10A Problems/Problem 3|Solution]] | [[2002 AMC 10A Problems/Problem 3|Solution]] | ||
== Problem 4 == | == Problem 4 == | ||
+ | |||
+ | For how many positive integers <math>m</math> does there exist at least one positive integer <math>n</math> such that <math>mn \le m + n</math>? | ||
+ | |||
+ | <math>\text{(A)}\ 4 \qquad \text{(B)}\ 6 \qquad \text{(C)}\ 9 \qquad \text{(D)}\ 12 \qquad \text{(E)}</math> infinitely many | ||
+ | |||
[[2002 AMC 10A Problems/Problem 4|Solution]] | [[2002 AMC 10A Problems/Problem 4|Solution]] | ||
== Problem 5 == | == Problem 5 == | ||
+ | Each of the small circles in the figure has radius one. The innermost circle is tangent to the six circles that surround it, and each of those circles is tangent to the large circle and to its small-circle neighbors. Find the area of the shaded region. | ||
+ | |||
+ | <asy> | ||
+ | unitsize(.3cm); | ||
+ | path c=Circle((0,2),1); | ||
+ | filldraw(Circle((0,0),3),grey,black); | ||
+ | filldraw(Circle((0,0),1),white,black); | ||
+ | filldraw(c,white,black); | ||
+ | filldraw(rotate(60)*c,white,black); | ||
+ | filldraw(rotate(120)*c,white,black); | ||
+ | filldraw(rotate(180)*c,white,black); | ||
+ | filldraw(rotate(240)*c,white,black); | ||
+ | filldraw(rotate(300)*c,white,black); | ||
+ | </asy> | ||
+ | |||
+ | <math>\text{(A)}\ \pi \qquad \text{(B)}\ 1.5\pi \qquad \text{(C)}\ 2\pi \qquad \text{(D)}\ 3\pi \qquad \text{(E)}\ 3.5\pi</math> | ||
[[2002 AMC 10A Problems/Problem 5|Solution]] | [[2002 AMC 10A Problems/Problem 5|Solution]] | ||
== Problem 6 == | == Problem 6 == | ||
+ | |||
+ | Cindy was asked by her teacher to subtract <math>3</math> from a certain number and then divide the result by <math>9</math>. Instead, she subtracted <math>9</math> and then divided the result by <math>3</math>, giving an answer of <math>43</math>. What would her answer have been had she worked the problem correctly? | ||
+ | |||
+ | <math>\text{(A)}\ 15 \qquad \text{(B)}\ 34 \qquad \text{(C)}\ 43 \qquad \text{(D)}\ 51 \qquad \text{(E)} 138</math> | ||
[[2002 AMC 10A Problems/Problem 6|Solution]] | [[2002 AMC 10A Problems/Problem 6|Solution]] | ||
== Problem 7 == | == Problem 7 == | ||
+ | |||
+ | If an arc of <math>45^\circ</math> on circle <math>A</math> has the same length as an arc of <math>30^\circ</math> on circle <math>B</math>, then the ratio of the area of circle <math>A</math> to the area of circle <math>B</math> is | ||
+ | |||
+ | <math>\text{(A)}\ 4/9 \qquad \text{(B)}\ 2/3 \qquad \text{(C)}\ 5/6 \qquad \text{(D)}\ 3/2 \qquad \text{(E)}\ 9/4</math> | ||
[[2002 AMC 10A Problems/Problem 7|Solution]] | [[2002 AMC 10A Problems/Problem 7|Solution]] | ||
== Problem 8 == | == Problem 8 == | ||
+ | Betsy designed a flag using blue triangles, small white squares, and a red center square, as shown. Let <math>B</math> be the total area of the blue triangles, <math>W</math> the total area of the white squares, and <math>R</math> the area of the red square. Which of the following is correct? | ||
+ | |||
+ | <asy> | ||
+ | unitsize(3mm); | ||
+ | fill((-4,-4)--(-4,4)--(4,4)--(4,-4)--cycle,blue); | ||
+ | fill((-2,-2)--(-2,2)--(2,2)--(2,-2)--cycle,red); | ||
+ | path onewhite=(-3,3)--(-2,4)--(-1,3)--(-2,2)--(-3,3)--(-1,3)--(0,4)--(1,3)--(0,2)--(-1,3)--(1,3)--(2,4)--(3,3)--(2,2)--(1,3)--cycle; | ||
+ | path divider=(-2,2)--(-3,3)--cycle; | ||
+ | fill(onewhite,white); | ||
+ | fill(rotate(90)*onewhite,white); | ||
+ | fill(rotate(180)*onewhite,white); | ||
+ | fill(rotate(270)*onewhite,white); | ||
+ | </asy> | ||
+ | |||
+ | <math>\text{(A)}\ B = W \qquad \text{(B)}\ W = R \qquad \text{(C)}\ B = R \qquad \text{(D)}\ 3B = 2R \qquad \text{(E)}\ 2R = W</math> | ||
[[2002 AMC 10A Problems/Problem 8|Solution]] | [[2002 AMC 10A Problems/Problem 8|Solution]] | ||
== Problem 9 == | == Problem 9 == | ||
+ | |||
+ | There are 3 numbers A, B, and C, such that <math>1001C - 2002A = 4004</math>, and <math>1001B + 3003A = 5005</math>. What is the average of A, B, and C? | ||
+ | |||
+ | <math>\textbf{(A)}\ 1 \qquad \textbf{(B)}\ 3 \qquad \textbf{(C)}\ 6 \qquad \textbf{(D)}\ 9 \qquad \textbf{(E) }\text{Not uniquely determined}</math> | ||
+ | |||
+ | |||
[[2002 AMC 10A Problems/Problem 9|Solution]] | [[2002 AMC 10A Problems/Problem 9|Solution]] | ||
== Problem 10 == | == Problem 10 == | ||
+ | |||
+ | Compute the sum of all the roots of <math>(2x + 3)(x - 4) + (2x + 3)(x - 6) = 0</math>. | ||
+ | |||
+ | <math>\text{(A)}\ 7/2 \qquad \text{(B)}\ 4 \qquad \text{(C)}\ 5 \qquad \text{(D)}\ 7 \qquad \text{(E)}\ 13</math> | ||
[[2002 AMC 10A Problems/Problem 10|Solution]] | [[2002 AMC 10A Problems/Problem 10|Solution]] | ||
== Problem 11 == | == Problem 11 == | ||
+ | |||
+ | Jamal wants to store <math>30</math> computer files on floppy disks, each of which has a capacity of <math>1.44</math> megabytes (MB). Three of his files require <math>0.8</math> MB of memory each, <math>12</math> more require <math>0.7</math> MB each, and the remaining <math>15</math> require <math>0.4</math> MB each. No file can be split between floppy disks. What is the minimal number of floppy disks that will hold all the files? | ||
+ | |||
+ | <math>\text{(A)}\ 12 \qquad \text{(B)}\ 13 \qquad \text{(C)}\ 14 \qquad \text{(D)}\ 15 \qquad \text{(E)} 16</math> | ||
[[2002 AMC 10A Problems/Problem 11|Solution]] | [[2002 AMC 10A Problems/Problem 11|Solution]] | ||
== Problem 12 == | == Problem 12 == | ||
+ | |||
+ | Mr. Earl E. Bird leaves his house for work at exactly 8:00 A.M. every morning. When he averages <math>40</math> miles per hour, he arrives at his workplace three minutes late. When he averages <math>60</math> miles per hour, he arrives three minutes early. At what average speed, in miles per hour, should Mr. Bird drive to arrive at his workplace precisely on time? | ||
+ | |||
+ | <math>\text{(A)}\ 45 \qquad \text{(B)}\ 48 \qquad \text{(C)}\ 50 \qquad \text{(D)}\ 55 \qquad \text{(E)} 58</math> | ||
[[2002 AMC 10A Problems/Problem 12|Solution]] | [[2002 AMC 10A Problems/Problem 12|Solution]] | ||
Line 49: | Line 128: | ||
== Problem 13 == | == Problem 13 == | ||
− | + | The sides of a triangle have lengths 15, 20, and 25. Find the length of the shortest altitude. | |
<math>\text{(A)}\ 6 \qquad \text{(B)}\ 12 \qquad \text{(C)}\ 12.5 \qquad \text{(D)}\ 13 \qquad \text{(E)}\ 15</math> | <math>\text{(A)}\ 6 \qquad \text{(B)}\ 12 \qquad \text{(C)}\ 12.5 \qquad \text{(D)}\ 13 \qquad \text{(E)}\ 15</math> | ||
Line 56: | Line 135: | ||
== Problem 14 == | == Problem 14 == | ||
+ | |||
+ | Both roots of the quadratic equation <math>x^2 - 63x + k = 0</math> are prime numbers. The number of possible values of <math>k</math> is | ||
+ | |||
+ | <math>\text{(A)}\ 0 \qquad \text{(B)}\ 1 \qquad \text{(C)}\ 2 \qquad \text{(D)}\ 4 \qquad \text{(E) more than 4}</math> | ||
[[2002 AMC 10A Problems/Problem 14|Solution]] | [[2002 AMC 10A Problems/Problem 14|Solution]] | ||
== Problem 15 == | == Problem 15 == | ||
+ | |||
+ | The digits <math>1</math>, <math>2</math>, <math>3</math>, <math>4</math>, <math>5</math>, <math>6</math>, <math>7</math>, and <math>9</math> are used to form four two-digit prime numbers, with each digit used exactly once. What is the sum of these four primes? | ||
+ | |||
+ | <math>\text{(A)}\ 150 \qquad \text{(B)}\ 160 \qquad \text{(C)}\ 170 \qquad \text{(D)}\ 180 \qquad \text{(E)}\ 190</math> | ||
[[2002 AMC 10A Problems/Problem 15|Solution]] | [[2002 AMC 10A Problems/Problem 15|Solution]] | ||
Line 65: | Line 152: | ||
== Problem 16 == | == Problem 16 == | ||
− | + | If <math>a + 1 = b + 2 = c + 3 = d + 4 = a + b + c + d + 5</math>, then <math>a + b + c + d</math> is | |
− | <math>\text{(A)}\ -5 \qquad \text{(B)}\ - | + | <math>\text{(A)}\ -5 \qquad \text{(B)}\ -10/3 \qquad \text{(C)}\ -7/3 \qquad \text{(D)}\ 5/3 \qquad \text{(E)}\ 5</math> |
[[2002 AMC 10A Problems/Problem 16|Solution]] | [[2002 AMC 10A Problems/Problem 16|Solution]] | ||
== Problem 17 == | == Problem 17 == | ||
+ | |||
+ | Sarah pours four ounces of coffee into an eight-ounce cup and four ounces of cream into a second cup of the same size. She then transfers half the coffee from the first cup to the second and, after stirring thoroughly, transfers half the liquid in the second cup back to the first. What fraction of the liquid in the first cup is now cream? | ||
+ | |||
+ | <math>\text{(A)}\ 1/4 \qquad \text{(B)}\ 1/3 \qquad \text{(C)}\ 3/8 \qquad \text{(D)}\ 2/5 \qquad \text{(E)} 1/2 </math> | ||
[[2002 AMC 10A Problems/Problem 17|Solution]] | [[2002 AMC 10A Problems/Problem 17|Solution]] | ||
== Problem 18 == | == Problem 18 == | ||
+ | |||
+ | A <math>3 \times 3 \times 3</math> cube is formed by gluing together 27 standard cubical dice. (On a standard die, the sum of the numbers on any pair of opposite faces is 7.) The smallest possible sum of all the numbers showing on the surface of the <math>3 \times 3 \times 3</math> cube is | ||
+ | |||
+ | <math>\text{(A)}\ 60 \qquad \text{(B)}\ 72 \qquad \text{(C)}\ 84 \qquad \text{(D)}\ 90 \qquad \text{(E)} 96</math> | ||
[[2002 AMC 10A Problems/Problem 18|Solution]] | [[2002 AMC 10A Problems/Problem 18|Solution]] | ||
== Problem 19 == | == Problem 19 == | ||
+ | Spot's doghouse has a regular hexagonal base that measures one yard on each side. He is tethered to a vertex with a two-yard rope. What is the area, in square yards, of the region outside of the doghouse that Spot can reach? | ||
+ | |||
+ | <math>\text{(A)}\ 2\pi/3 \qquad \text{(B)}\ 2\pi \qquad \text{(C)}\ 5\pi/2 \qquad \text{(D)}\ 8\pi/3 \qquad \text{(E)}\ 3\pi</math> | ||
[[2002 AMC 10A Problems/Problem 19|Solution]] | [[2002 AMC 10A Problems/Problem 19|Solution]] | ||
== Problem 20 == | == Problem 20 == | ||
+ | Points <math>A,B,C,D,E</math> and <math>F</math> lie, in that order, on <math>\overline{AF}</math>, dividing it into five segments, each of length 1. Point <math>G</math> is not on line <math>AF</math>. Point <math>H</math> lies on <math>\overline{GD}</math>, and point <math>J</math> lies on <math>\overline{GF}</math>. The line segments <math>\overline{HC}, \overline{JE},</math> and <math>\overline{AG}</math> are parallel. Find <math>HC/JE</math>. | ||
+ | |||
+ | <math>\text{(A)}\ 5/4 \qquad \text{(B)}\ 4/3 \qquad \text{(C)}\ 3/2 \qquad \text{(D)}\ 5/3 \qquad \text{(E)}\ 2</math> | ||
[[2002 AMC 10A Problems/Problem 20|Solution]] | [[2002 AMC 10A Problems/Problem 20|Solution]] | ||
== Problem 21 == | == Problem 21 == | ||
+ | |||
+ | The mean, median, unique mode, and range of a collection of eight integers are all equal to 8. The largest integer that can be an element of this collection is | ||
+ | |||
+ | <math>\text{(A)}\ 11 \qquad \text{(B)}\ 12 \qquad \text{(C)}\ 13 \qquad \text{(D)}\ 14 \qquad \text{(E)}\ 15</math> | ||
[[2002 AMC 10A Problems/Problem 21|Solution]] | [[2002 AMC 10A Problems/Problem 21|Solution]] | ||
Line 99: | Line 204: | ||
== Problem 23 == | == Problem 23 == | ||
+ | Points <math>A,B,C</math> and <math>D</math> lie on a line, in that order, with <math>AB = CD</math> and <math>BC = 12</math>. Point <math>E</math> is not on the line, and <math>BE = CE = 10</math>. The perimeter of <math>\triangle AED</math> is twice the perimeter of <math>\triangle BEC</math>. Find <math>AB</math>. | ||
+ | |||
+ | <math>\text{(A)}\ 15/2 \qquad \text{(B)}\ 8 \qquad \text{(C)}\ 17/2 \qquad \text{(D)}\ 9 \qquad \text{(E)}\ 19/2</math> | ||
[[2002 AMC 10A Problems/Problem 23|Solution]] | [[2002 AMC 10A Problems/Problem 23|Solution]] | ||
Line 104: | Line 212: | ||
== Problem 24 == | == Problem 24 == | ||
− | Tina randomly selects two distinct numbers from the set {1, 2, 3, 4, 5}, and Sergio randomly selects a number from the set {1, 2, ..., 10}. | + | Tina randomly selects two distinct numbers from the set <math>\{1, 2, 3, 4, 5\}</math>, and Sergio randomly selects a number from the set <math>\{1, 2, ..., 10\}</math>. The probability that Sergio's number is larger than the sum of the two numbers chosen by Tina is |
<math>\text{(A)}\ 2/5 \qquad \text{(B)}\ 9/20 \qquad \text{(C)}\ 1/2 \qquad \text{(D)}\ 11/20 \qquad \text{(E)}\ 24/25</math> | <math>\text{(A)}\ 2/5 \qquad \text{(B)}\ 9/20 \qquad \text{(C)}\ 1/2 \qquad \text{(D)}\ 11/20 \qquad \text{(E)}\ 24/25</math> | ||
Line 111: | Line 219: | ||
== Problem 25 == | == Problem 25 == | ||
− | In | + | <asy> |
+ | pair A,B,C,D; | ||
+ | A=(0,0); | ||
+ | B=(52,0); | ||
+ | C=(38,20); | ||
+ | D=(5,20); | ||
+ | dot(A); | ||
+ | dot(B); | ||
+ | dot(C); | ||
+ | dot(D); | ||
+ | draw(A--B--C--D--cycle); | ||
+ | label("$A$",A,S); | ||
+ | label("$B$",B,S); | ||
+ | label("$C$",C,N); | ||
+ | label("$D$",D,N); | ||
+ | label("52",(A+B)/2,S); | ||
+ | label("39",(C+D)/2,N); | ||
+ | label("12",(B+C)/2,E); | ||
+ | label("5",(D+A)/2,W); | ||
+ | </asy> | ||
+ | In trapezoid <math>ABCD</math> with bases <math>AB</math> and <math>CD</math>, we have <math>AB = 52</math>, <math>BC = 12</math>, <math>CD = 39</math>, and <math>DA = 5</math>. The area of <math>ABCD</math> is | ||
<math>\text{(A)}\ 182 \qquad \text{(B)}\ 195 \qquad \text{(C)}\ 210 \qquad \text{(D)}\ 234 \qquad \text{(E)}\ 260</math> | <math>\text{(A)}\ 182 \qquad \text{(B)}\ 195 \qquad \text{(C)}\ 210 \qquad \text{(D)}\ 234 \qquad \text{(E)}\ 260</math> | ||
Line 118: | Line 246: | ||
== See also == | == See also == | ||
− | * [[AMC Problems and Solutions]] | + | {{AMC10 box|year=2002|ab=A|before=[[2001 AMC 10 Problems]]|after=[[2002 AMC 10B Problems]]}} |
+ | * [[AMC 10]] | ||
+ | * [[AMC 10 Problems and Solutions]] | ||
+ | * [[Mathematics competition resources]] | ||
+ | {{MAA Notice}} |
Latest revision as of 20:39, 19 July 2024
2002 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 |
Contents
- 1 Problem 1
- 2 Problem 2
- 3 Problem 3
- 4 Problem 4
- 5 Problem 5
- 6 Problem 6
- 7 Problem 7
- 8 Problem 8
- 9 Problem 9
- 10 Problem 10
- 11 Problem 11
- 12 Problem 12
- 13 Problem 13
- 14 Problem 14
- 15 Problem 15
- 16 Problem 16
- 17 Problem 17
- 18 Problem 18
- 19 Problem 19
- 20 Problem 20
- 21 Problem 21
- 22 Problem 22
- 23 Problem 23
- 24 Problem 24
- 25 Problem 25
- 26 See also
Problem 1
The ratio is closest to which of the following numbers?
Problem 2
For the nonzero numbers , , , define . Find .
Problem 3
According to the standard convention for exponentiation,
.
If the order in which the exponentiations are performed is changed, how many other values are possible?
Problem 4
For how many positive integers does there exist at least one positive integer such that ?
infinitely many
Problem 5
Each of the small circles in the figure has radius one. The innermost circle is tangent to the six circles that surround it, and each of those circles is tangent to the large circle and to its small-circle neighbors. Find the area of the shaded region.
Problem 6
Cindy was asked by her teacher to subtract from a certain number and then divide the result by . Instead, she subtracted and then divided the result by , giving an answer of . What would her answer have been had she worked the problem correctly?
Problem 7
If an arc of on circle has the same length as an arc of on circle , then the ratio of the area of circle to the area of circle is
Problem 8
Betsy designed a flag using blue triangles, small white squares, and a red center square, as shown. Let be the total area of the blue triangles, the total area of the white squares, and the area of the red square. Which of the following is correct?
Problem 9
There are 3 numbers A, B, and C, such that , and . What is the average of A, B, and C?
Problem 10
Compute the sum of all the roots of .
Problem 11
Jamal wants to store computer files on floppy disks, each of which has a capacity of megabytes (MB). Three of his files require MB of memory each, more require MB each, and the remaining require MB each. No file can be split between floppy disks. What is the minimal number of floppy disks that will hold all the files?
Problem 12
Mr. Earl E. Bird leaves his house for work at exactly 8:00 A.M. every morning. When he averages miles per hour, he arrives at his workplace three minutes late. When he averages miles per hour, he arrives three minutes early. At what average speed, in miles per hour, should Mr. Bird drive to arrive at his workplace precisely on time?
Problem 13
The sides of a triangle have lengths 15, 20, and 25. Find the length of the shortest altitude.
Problem 14
Both roots of the quadratic equation are prime numbers. The number of possible values of is
Problem 15
The digits , , , , , , , and are used to form four two-digit prime numbers, with each digit used exactly once. What is the sum of these four primes?
Problem 16
If , then is
Problem 17
Sarah pours four ounces of coffee into an eight-ounce cup and four ounces of cream into a second cup of the same size. She then transfers half the coffee from the first cup to the second and, after stirring thoroughly, transfers half the liquid in the second cup back to the first. What fraction of the liquid in the first cup is now cream?
Problem 18
A cube is formed by gluing together 27 standard cubical dice. (On a standard die, the sum of the numbers on any pair of opposite faces is 7.) The smallest possible sum of all the numbers showing on the surface of the cube is
Problem 19
Spot's doghouse has a regular hexagonal base that measures one yard on each side. He is tethered to a vertex with a two-yard rope. What is the area, in square yards, of the region outside of the doghouse that Spot can reach?
Problem 20
Points and lie, in that order, on , dividing it into five segments, each of length 1. Point is not on line . Point lies on , and point lies on . The line segments and are parallel. Find .
Problem 21
The mean, median, unique mode, and range of a collection of eight integers are all equal to 8. The largest integer that can be an element of this collection is
Problem 22
A set of tiles numbered 1 through 100 is modified repeatedly by the following operation: remove all tiles numbered with a perfect square, and renumber the remaining tiles consecutively starting with 1. How many times must the operation be performed to reduce the number of tiles in the set to one?
Problem 23
Points and lie on a line, in that order, with and . Point is not on the line, and . The perimeter of is twice the perimeter of . Find .
Problem 24
Tina randomly selects two distinct numbers from the set , and Sergio randomly selects a number from the set . The probability that Sergio's number is larger than the sum of the two numbers chosen by Tina is
Problem 25
In trapezoid with bases and , we have , , , and . The area of is
See also
2002 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by 2001 AMC 10 Problems |
Followed by 2002 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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.