Difference between revisions of "2018 AMC 10B Problems"
MRENTHUSIASM (talk | contribs) |
|||
(37 intermediate revisions by 16 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AMC10 Problems|year=2018|ab=B}} | ||
== Problem 1 == | == Problem 1 == | ||
− | Kate bakes 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? | + | Kate bakes a <math>20</math>-inch by <math>18</math>-inch pan of cornbread. The cornbread is cut into pieces that measure <math>2</math> inches by <math>2</math> inches. How many pieces of cornbread does the pan contain? |
<math> | <math> | ||
Line 9: | Line 10: | ||
\textbf{(E) } 360 | \textbf{(E) } 360 | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 1|Solution]] | ||
== Problem 2 == | == 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? | + | Sam drove <math>96</math> miles in <math>90</math> minutes. His average speed during the first <math>30</math> minutes was <math>60</math> mph (miles per hour), and his average speed during the second <math>30</math> minutes was <math>65</math> mph. What was his average speed, in mph, during the last <math>30</math> minutes? |
<math> | <math> | ||
Line 21: | Line 24: | ||
</math> | </math> | ||
+ | [[2018 AMC 10B Problems/Problem 2|Solution]] | ||
== Problem 3 == | == Problem 3 == | ||
Line 33: | Line 37: | ||
\textbf{(E) }24 \qquad | \textbf{(E) }24 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 3|Solution]] | ||
== Problem 4 == | == Problem 4 == | ||
− | A three-dimensional rectangular box with dimensions <math>X</math>, <math>Y</math>, and <math>Z</math> has faces whose surface areas are 24, 24, 48, 48, 72, and 72 square units. What is <math>X+Y+Z</math>? | + | A three-dimensional rectangular box with dimensions <math>X</math>, <math>Y</math>, and <math>Z</math> has faces whose surface areas are <math>24, 24, 48, 48, 72,</math> and <math>72</math> square units. What is <math>X+Y+Z</math>? |
<math> | <math> | ||
Line 45: | Line 51: | ||
\textbf{(E) }36 \qquad | \textbf{(E) }36 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 4|Solution]] | ||
== Problem 5 == | == Problem 5 == | ||
Line 57: | Line 65: | ||
\textbf{(E) }256 \qquad | \textbf{(E) }256 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 5|Solution]] | ||
== Problem 6 == | == Problem 6 == | ||
− | A box contains 5 chips, numbered 1, 2, 3, 4, and 5. Chips are drawn randomly one at a time without replacement until the sum of the values drawn exceeds 4. What is the probability that 3 draws are required? | + | A box contains <math>5</math> chips, numbered <math>1, 2, 3, 4,</math> and <math>5</math>. Chips are drawn randomly one at a time without replacement until the sum of the values drawn exceeds <math>4</math>. What is the probability that <math>3</math> draws are required? |
<math> | <math> | ||
Line 69: | Line 79: | ||
\textbf{(E) }\frac{1}{4} \qquad | \textbf{(E) }\frac{1}{4} \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 6|Solution]] | ||
== Problem 7 == | == Problem 7 == | ||
− | In the figure below, <math>N</math> congruent semicircles are drawn along a diameter of a large semicircle, with their diameters covering the diameter of the large semicircle with no overlap. Let <math>A</math> be the combined area of the small semicircles and <math>B</math> be the area of the region inside the large semicircle but outside the small semicircles. The ratio <math>A:B</math> is 1:18. What is <math>N</math> ? | + | In the figure below, <math>N</math> congruent semicircles are drawn along a diameter of a large semicircle, with their diameters covering the diameter of the large semicircle with no overlap. Let <math>A</math> be the combined area of the small semicircles and <math>B</math> be the area of the region inside the large semicircle but outside the small semicircles. The ratio <math>A:B</math> is <math>1:18</math>. What is <math>N</math>? |
Line 84: | Line 96: | ||
\textbf{(E) }36 \qquad | \textbf{(E) }36 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 7|Solution]] | ||
== Problem 8 == | == Problem 8 == | ||
− | Sara makes a staircase out of toothpicks as shown: < | + | Sara makes a staircase out of toothpicks as shown: |
− | < | + | |
− | This is a 3-step staircase and uses 18 toothpicks. How many steps would be in a staircase that used 180 toothpicks? | + | <asy> |
+ | size(150); | ||
+ | defaultpen(linewidth(0.8)); | ||
+ | path h = ellipse((0.5,0),0.45,0.015), v = ellipse((0,0.5),0.015,0.45); | ||
+ | for(int i=0;i<=2;i=i+1) | ||
+ | { | ||
+ | for(int j=0;j<=3-i;j=j+1) | ||
+ | { | ||
+ | filldraw(shift((i,j))*h,black); | ||
+ | filldraw(shift((j,i))*v,black); | ||
+ | } | ||
+ | } | ||
+ | </asy> | ||
+ | |||
+ | This is a <math>3</math>-step staircase and uses <math>18</math> toothpicks. How many steps would be in a staircase that used <math>180</math> toothpicks? | ||
<math> | <math> | ||
Line 97: | Line 125: | ||
\textbf{(E) }30 \qquad | \textbf{(E) }30 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 8|Solution]] | ||
== Problem 9 == | == Problem 9 == | ||
− | The faces of each of 7 standard dice are labeled with the integers from 1 to 6. Let <math>p</math> be the probability that when all 7 dice are rolled, the sum of the numbers on the top faces is 10. What other sum occurs with the same probability <math>p</math> ? | + | The faces of each of <math>7</math> standard dice are labeled with the integers from <math>1</math> to <math>6</math>. Let <math>p</math> be the probability that when all <math>7</math> dice are rolled, the sum of the numbers on the top faces is <math>10</math>. What other sum occurs with the same probability <math>p</math>? |
<math> | <math> | ||
Line 109: | Line 139: | ||
\textbf{(E) }42 \qquad | \textbf{(E) }42 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 9|Solution]] | ||
== Problem 10 == | == Problem 10 == | ||
− | In the rectangular parallelepiped shown, <math>AB=3</math>, <math>BC=1</math>, and <math>CG=2</math>. Point <math>M</math> is the midpoint of <math>\overline{FG}</math>. What is the volume of the rectangular pyramid with base <math>BCHE</math> and apex <math>M</math> ? < | + | In the rectangular parallelepiped shown, <math>AB=3</math>, <math>BC=1</math>, and <math>CG=2</math>. Point <math>M</math> is the midpoint of <math>\overline{FG}</math>. What is the volume of the rectangular pyramid with base <math>BCHE</math> and apex <math>M</math>? |
− | + | ||
− | < | + | <asy> |
+ | size(250); | ||
+ | defaultpen(fontsize(10pt)); | ||
+ | pair A =origin; | ||
+ | pair B = (4.75,0); | ||
+ | pair E1=(0,3); | ||
+ | pair F = (4.75,3); | ||
+ | pair G = (5.95,4.2); | ||
+ | pair C = (5.95,1.2); | ||
+ | pair D = (1.2,1.2); | ||
+ | pair H= (1.2,4.2); | ||
+ | pair M = ((4.75+5.95)/2,3.6); | ||
+ | draw(E1--M--H--E1--A--B--E1--F--B--M--C--G--H); | ||
+ | draw(B--C); | ||
+ | draw(F--G); | ||
+ | draw(A--D--H--C--D,dashed); | ||
+ | label("$A$",A,SW); | ||
+ | label("$B$",B,SE); | ||
+ | label("$C$",C,E); | ||
+ | label("$D$",D,W); | ||
+ | label("$E$",E1,W); | ||
+ | label("$F$",F,SW); | ||
+ | label("$G$",G,NE); | ||
+ | label("$H$",H,NW); | ||
+ | label("$M$",M,N); | ||
+ | dot(A); | ||
+ | dot(B); | ||
+ | dot(E1); | ||
+ | dot(F); | ||
+ | dot(G); | ||
+ | dot(C); | ||
+ | dot(D); | ||
+ | dot(H); | ||
+ | dot(M); | ||
+ | label("3",A/2+B/2,S); | ||
+ | label("2",C/2+G/2,E); | ||
+ | label("1",C/2+B/2,SE); | ||
+ | </asy> | ||
<math> | <math> | ||
Line 123: | Line 192: | ||
\textbf{(E) }2 \qquad | \textbf{(E) }2 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 10|Solution]] | ||
== Problem 11 == | == Problem 11 == | ||
Line 135: | Line 206: | ||
\textbf{(E) }p^2+96 \qquad | \textbf{(E) }p^2+96 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 11|Solution]] | ||
== Problem 12 == | == Problem 12 == | ||
Line 147: | Line 220: | ||
\textbf{(E) }75 \qquad | \textbf{(E) }75 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 12|Solution]] | ||
== Problem 13 == | == Problem 13 == | ||
Line 159: | Line 234: | ||
\textbf{(E) }1009 \qquad | \textbf{(E) }1009 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 13|Solution]] | ||
== Problem 14 == | == Problem 14 == | ||
Line 171: | Line 248: | ||
\textbf{(E) }234 \qquad | \textbf{(E) }234 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 14|Solution]] | ||
== Problem 15 == | == Problem 15 == | ||
Line 198: | Line 277: | ||
<math>\textbf{(A) } 2(w+h)^2 \qquad \textbf{(B) } \frac{(w+h)^2}2 \qquad \textbf{(C) } 2w^2+4wh \qquad \textbf{(D) } 2w^2 \qquad \textbf{(E) } w^2h </math> | <math>\textbf{(A) } 2(w+h)^2 \qquad \textbf{(B) } \frac{(w+h)^2}2 \qquad \textbf{(C) } 2w^2+4wh \qquad \textbf{(D) } 2w^2 \qquad \textbf{(E) } w^2h </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 15|Solution]] | ||
== Problem 16 == | == Problem 16 == | ||
Line 210: | Line 291: | ||
\textbf{(E) }4 \qquad | \textbf{(E) }4 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 16|Solution]] | ||
== Problem 17 == | == Problem 17 == | ||
Line 222: | Line 305: | ||
\textbf{(E) }106 \qquad | \textbf{(E) }106 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 17|Solution]] | ||
== Problem 18 == | == Problem 18 == | ||
− | Three young brother-sister pairs from different families need | + | Three young brother-sister pairs from different families need to take a trip in a van. These six children will occupy the second and third rows in the van, each of which has three seats. To avoid disruptions, siblings may not sit right next to each other in the same row, and no child may sit directly in front of his or her sibling. How many seating arrangements are possible for this trip? |
<math> | <math> | ||
Line 232: | Line 317: | ||
\textbf{(C) }92 \qquad | \textbf{(C) }92 \qquad | ||
\textbf{(D) }96 \qquad | \textbf{(D) }96 \qquad | ||
− | \textbf{(E) } | + | \textbf{(E) }120 \qquad |
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 18|Solution]] | ||
== Problem 19 == | == Problem 19 == | ||
− | Joey and Chloe and their daughter Zoe all have the same birthday. Joey is 1 year older than Chloe, and Zoe is exactly 1 year old today. Today is the first of the 9 birthdays on which Chloe's age will be an integral multiple of Zoe's age. What will be the sum of the two digits of Joey's age the next time his age is a multiple of Zoe's age? | + | Joey and Chloe and their daughter Zoe all have the same birthday. Joey is <math>1</math> year older than Chloe, and Zoe is exactly <math>1</math> year old today. Today is the first of the <math>9</math> birthdays on which Chloe's age will be an integral multiple of Zoe's age. What will be the sum of the two digits of Joey's age the next time his age is a multiple of Zoe's age? |
<math> | <math> | ||
Line 247: | Line 334: | ||
</math> | </math> | ||
− | + | [[2018 AMC 10B Problems/Problem 19|Solution]] | |
+ | == Problem 20== | ||
A function <math>f</math> is defined recursively by <math>f(1)=f(2)=1</math> and <cmath>f(n)=f(n-1)-f(n-2)+n</cmath>for all integers <math>n \geq 3</math>. What is <math>f(2018)</math>? | A function <math>f</math> is defined recursively by <math>f(1)=f(2)=1</math> and <cmath>f(n)=f(n-1)-f(n-2)+n</cmath>for all integers <math>n \geq 3</math>. What is <math>f(2018)</math>? | ||
− | <math> | + | <math>\textbf{(A) } 2016 \qquad \textbf{(B) } 2017 \qquad \textbf{(C) } 2018 \qquad \textbf{(D) } 2019 \qquad \textbf{(E) } 2020</math> |
− | \textbf{(A) }2016 \qquad | + | |
− | \textbf{(B) }2017 \qquad | + | [[2018 AMC 10B Problems/Problem 20|Solution]] |
− | \textbf{(C) }2018 \qquad | ||
− | \textbf{(D) }2019 \qquad | ||
− | \textbf{(E) }2020 | ||
− | </math> | ||
== Problem 21 == | == Problem 21 == | ||
− | Mary chose an even <math>4</math>-digit number <math>n</math>. She wrote down all the divisors of <math>n</math> in increasing order from left to right: <math>1,2, | + | Mary chose an even <math>4</math>-digit number <math>n</math>. She wrote down all the divisors of <math>n</math> in increasing order from left to right: <math>1,2,\ldots,\dfrac{n}{2},n</math>. At some moment Mary wrote <math>323</math> as a divisor of <math>n</math>. What is the smallest possible value of the next divisor written to the right of <math>323</math>? |
<math> | <math> | ||
Line 270: | Line 354: | ||
\textbf{(E) }646 \qquad | \textbf{(E) }646 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 21|Solution]] | ||
== Problem 22 == | == Problem 22 == | ||
Line 282: | Line 368: | ||
\textbf{(E) }0.79 \qquad | \textbf{(E) }0.79 \qquad | ||
</math> | </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 22|Solution]] | ||
== Problem 23 == | == Problem 23 == | ||
− | How many ordered pairs <math>(a, b)</math> of positive integers satisfy the equation <cmath>a\cdot b + 63 = 20\cdot \text{lcm}(a, b) + 12\cdot\text{gcd}(a,b),</cmath> where <math>\text{gcd}(a,b)</math> denotes the greatest common divisor of <math>a</math> and <math>b</math>, and <math>\text{lcm}(a,b)</math> denotes their least common multiple? | + | How many ordered pairs <math>(a, b)</math> of positive integers satisfy the equation |
+ | <cmath>a\cdot b + 63 = 20\cdot \text{lcm}(a, b) + 12\cdot\text{gcd}(a,b),</cmath> | ||
+ | where <math>\text{gcd}(a,b)</math> denotes the greatest common divisor of <math>a</math> and <math>b</math>, and <math>\text{lcm}(a,b)</math> denotes their least common multiple? | ||
− | <math> | + | <math>\textbf{(A)} \text{ 0} \qquad \textbf{(B)} \text{ 2} \qquad \textbf{(C)} \text{ 4} \qquad \textbf{(D)} \text{ 6} \qquad \textbf{(E)} \text{ 8}</math> |
− | \textbf{(A) }0 \qquad | + | |
− | \textbf{(B) }2 \qquad | + | [[2018 AMC 10B Problems/Problem 23|Solution]] |
− | \textbf{(C) }4 \qquad | + | |
− | \textbf{(D) }6 \qquad | + | == Problem 24 == |
− | \textbf{( | + | |
− | </math> | + | Let <math>ABCDEF</math> be a regular hexagon with side length <math>1</math>. Denote by <math>X</math>, <math>Y</math>, and <math>Z</math> the midpoints of sides <math>\overline {AB}</math>, <math>\overline{CD}</math>, and <math>\overline{EF}</math>, respectively. What is the area of the convex hexagon whose interior is the intersection of the interiors of <math>\triangle ACE</math> and <math>\triangle XYZ</math>? |
+ | |||
+ | <math>\textbf{(A)}\ \frac {3}{8}\sqrt{3} \qquad \textbf{(B)}\ \frac {7}{16}\sqrt{3} \qquad \textbf{(C)}\ \frac {15}{32}\sqrt{3} \qquad \textbf{(D)}\ \frac {1}{2}\sqrt{3} \qquad \textbf{(E)}\ \frac {9}{16}\sqrt{3} </math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 24|Solution]] | ||
+ | |||
+ | == Problem 25 == | ||
+ | |||
+ | Let <math>\lfloor x \rfloor</math> denote the greatest integer less than or equal to <math>x</math>. How many real numbers <math>x</math> satisfy the equation <math>x^2 + 10,000\lfloor x \rfloor = 10,000x</math>? | ||
+ | |||
+ | <math>\textbf{(A) } 197 \qquad \textbf{(B) } 198 \qquad \textbf{(C) } 199 \qquad \textbf{(D) } 200 \qquad \textbf{(E) } 201</math> | ||
+ | |||
+ | [[2018 AMC 10B Problems/Problem 25|Solution]] | ||
+ | |||
+ | ==See also== | ||
+ | {{AMC10 box|year=2018|ab=B|before=[[2018 AMC 10A]]|after=[[2019 AMC 10A]]}} | ||
+ | * [[AMC 10]] | ||
+ | * [[AMC 10 Problems and Solutions]] | ||
+ | * [[Mathematics competitions]] | ||
+ | * [[Mathematics competition resources]] | ||
+ | {{MAA Notice}} |
Revision as of 22:08, 15 November 2023
2018 AMC 10B (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
Kate bakes a -inch by -inch pan of cornbread. The cornbread is cut into pieces that measure inches by inches. How many pieces of cornbread does the pan contain?
Problem 2
Sam drove miles in minutes. His average speed during the first minutes was mph (miles per hour), and his average speed during the second minutes was mph. What was his average speed, in mph, during the last minutes?
Problem 3
In the expression each blank is to be filled in with one of the digits or with each digit being used once. How many different values can be obtained?
Problem 4
A three-dimensional rectangular box with dimensions , , and has faces whose surface areas are and square units. What is ?
Problem 5
How many subsets of contain at least one prime number?
Problem 6
A box contains chips, numbered and . Chips are drawn randomly one at a time without replacement until the sum of the values drawn exceeds . What is the probability that draws are required?
Problem 7
In the figure below, congruent semicircles are drawn along a diameter of a large semicircle, with their diameters covering the diameter of the large semicircle with no overlap. Let be the combined area of the small semicircles and be the area of the region inside the large semicircle but outside the small semicircles. The ratio is . What is ?
Problem 8
Sara makes a staircase out of toothpicks as shown:
This is a -step staircase and uses toothpicks. How many steps would be in a staircase that used toothpicks?
Problem 9
The faces of each of standard dice are labeled with the integers from to . Let be the probability that when all dice are rolled, the sum of the numbers on the top faces is . What other sum occurs with the same probability ?
Problem 10
In the rectangular parallelepiped shown, , , and . Point is the midpoint of . What is the volume of the rectangular pyramid with base and apex ?
Problem 11
Which of the following expressions is never a prime number when is a prime number?
Problem 12
Line segment is a diameter of a circle with . Point , not equal to or , lies on the circle. As point moves around the circle, the centroid (center of mass) of traces out a closed curve missing two points. To the nearest positive integer, what is the area of the region bounded by this curve?
Problem 13
How many of the first numbers in the sequence are divisible by ?
Problem 14
A list of positive integers has a unique mode, which occurs exactly times. What is the least number of distinct values that can occur in the list?
Problem 15
A closed box with a square base is to be wrapped with a square sheet of wrapping paper. The box is centered on the wrapping paper with the vertices of the base lying on the midlines of the square sheet of paper, as shown in the figure on the left. The four corners of the wrapping paper are to be folded up over the sides and brought together to meet at the center of the top of the box, point in the figure on the right. The box has base length and height . What is the area of the sheet of wrapping paper?
Problem 16
Let be a strictly increasing sequence of positive integers such that What is the remainder when is divided by ?
Problem 17
In rectangle , and . Points and lie on , points and lie on , points and lie on , and points and lie on so that and the convex octagon is equilateral. The length of a side of this octagon can be expressed in the form , where , , and are integers and is not divisible by the square of any prime. What is ?
Problem 18
Three young brother-sister pairs from different families need to take a trip in a van. These six children will occupy the second and third rows in the van, each of which has three seats. To avoid disruptions, siblings may not sit right next to each other in the same row, and no child may sit directly in front of his or her sibling. How many seating arrangements are possible for this trip?
Problem 19
Joey and Chloe and their daughter Zoe all have the same birthday. Joey is year older than Chloe, and Zoe is exactly year old today. Today is the first of the birthdays on which Chloe's age will be an integral multiple of Zoe's age. What will be the sum of the two digits of Joey's age the next time his age is a multiple of Zoe's age?
Problem 20
A function is defined recursively by and for all integers . What is ?
Problem 21
Mary chose an even -digit number . She wrote down all the divisors of in increasing order from left to right: . At some moment Mary wrote as a divisor of . What is the smallest possible value of the next divisor written to the right of ?
Problem 22
Real numbers and are chosen independently and uniformly at random from the interval . Which of the following numbers is closest to the probability that and are the side lengths of an obtuse triangle?
Problem 23
How many ordered pairs of positive integers satisfy the equation where denotes the greatest common divisor of and , and denotes their least common multiple?
Problem 24
Let be a regular hexagon with side length . Denote by , , and the midpoints of sides , , and , respectively. What is the area of the convex hexagon whose interior is the intersection of the interiors of and ?
Problem 25
Let denote the greatest integer less than or equal to . How many real numbers satisfy the equation ?
See also
2018 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by 2018 AMC 10A |
Followed by 2019 AMC 10A | |
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.