2025 AMC 8 Problems
| 2025 AMC 8 (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
The eight-pointed star, shown in the figure below, is a popular quilting pattern. What percent of the entire \(4\times4\) grid is covered by the star?
\[ \begin{array}{c} \text{{\begin{asy} // Draws a 4x4 grid with an eight-pointed star in the center size(5cm);
// Draw grid lines for (int i = 0; i <= 4; ++i) {
draw((i,0)--(i,4), gray); draw((0,i)--(4,i), gray);
}
// Define star points pair A = (1,1), B = (2,1), C = (3,1); pair D = (1,2), E = (2,2), F = (3,2); pair G = (1,3), H = (2,3), I = (3,3);
// Fill star filldraw(E--B--F--cycle, gray); filldraw(E--D--F--cycle, gray); filldraw(E--H--F--cycle, gray); filldraw(E--G--F--cycle, gray); filldraw(E--B--D--cycle, gray); filldraw(E--D--G--cycle, gray); filldraw(E--H--I--cycle, gray); filldraw(E--F--I--cycle, gray);
// Draw star outline draw(A--C); draw(D--I); draw(G--I); draw(A--G); draw(A--E); draw(B--H); draw(F--H); draw(F--E); \end{asy}}} \end{array} \]
Solution
Problem 2
Problem 3
Problem 4
Problem 5
Problem 6
Problem 7
Problem 8
Problem 9
Problem 10
Problem 11
Problem 12
Problem 13
Problem 14
Problem 15
Problem 16
Problem 17
Problem 18
Problem 19
Problem 20
Problem 21
Problem 22
Problem 23
Problem 24
Problem 25
See Also
| 2025 AMC 8 (Problems • Answer Key • Resources) | ||
| Preceded by 2024 AMC 8 |
Followed by 2026 AMC 8 | |
| 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 AJHSME/AMC 8 Problems and Solutions | ||