ONLINE AMC 8 PREP WITH AOPS
Top scorers around the country use AoPS. Join training courses for beginners and advanced students.
VIEW CATALOG

Difference between revisions of "2019 AMC 8 Problems"

(Problem 6)
(Problem 6)
Line 67: Line 67:
  
 
<asy>
 
<asy>
draw((0,0)--(0,9));
+
draw((0,0)--(0,8));
draw((0,9)--(9,9));
+
draw((0,8)--(8,8));
draw((9,9)--(9,0));
+
draw((8,8)--(8,0));
 
draw((9,0)--(0,0));
 
draw((9,0)--(0,0));
 
dot((0,0));
 
dot((0,0));
Line 80: Line 80:
 
dot((0,7));
 
dot((0,7));
 
dot((0,8));
 
dot((0,8));
dot((0,9));
+
 
 
dot((1,0));
 
dot((1,0));
 
dot((1,1));
 
dot((1,1));
Line 90: Line 90:
 
dot((1,7));
 
dot((1,7));
 
dot((1,8));
 
dot((1,8));
dot((1,9));
+
 
 
dot((2,0));
 
dot((2,0));
 
dot((2,1));
 
dot((2,1));
Line 100: Line 100:
 
dot((2,7));
 
dot((2,7));
 
dot((2,8));
 
dot((2,8));
dot((2,9));
+
 
 
dot((3,0));
 
dot((3,0));
 
dot((3,1));
 
dot((3,1));
Line 110: Line 110:
 
dot((3,7));
 
dot((3,7));
 
dot((3,8));
 
dot((3,8));
dot((3,9));
+
 
 
dot((4,0));
 
dot((4,0));
 
dot((4,1));
 
dot((4,1));
Line 120: Line 120:
 
dot((4,7));
 
dot((4,7));
 
dot((4,8));
 
dot((4,8));
dot((4,9));
+
 
 
dot((5,0));
 
dot((5,0));
 
dot((5,1));
 
dot((5,1));
Line 130: Line 130:
 
dot((5,7));
 
dot((5,7));
 
dot((5,8));
 
dot((5,8));
dot((5,9));
+
 
 
dot((6,0));
 
dot((6,0));
 
dot((6,1));
 
dot((6,1));
Line 140: Line 140:
 
dot((6,7));
 
dot((6,7));
 
dot((6,8));
 
dot((6,8));
dot((6,9));
+
 
 
dot((7,0));
 
dot((7,0));
 
dot((7,1));
 
dot((7,1));
Line 150: Line 150:
 
dot((7,7));
 
dot((7,7));
 
dot((7,8));
 
dot((7,8));
dot((7,9));
+
 
 
dot((8,0));
 
dot((8,0));
 
dot((8,1));
 
dot((8,1));
Line 160: Line 160:
 
dot((8,7));
 
dot((8,7));
 
dot((8,8));
 
dot((8,8));
dot((8,9));
+
 
 
dot((9,0));
 
dot((9,0));
 
dot((9,1));
 
dot((9,1));
Line 170: Line 170:
 
dot((9,7));
 
dot((9,7));
 
dot((9,8));
 
dot((9,8));
dot((9,9));
+
 
 
label("P",(5,5),NE);
 
label("P",(5,5),NE);
 
</asy>
 
</asy>

Revision as of 13:26, 20 November 2019

Problem 1

Ike and Mike go into a sandwich shop with a total of $$30.00$ to spend. Sandwiches cost $$4.50$ each and soft drinks cost $$1.00$ each. Ike and Mike plan to buy as many sandwiches as they can and use the remaining money to buy soft drinks. Counting both soft drinks and sandwiches, how many items will they buy?

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

Solution

Problem 2

[asy] draw((0,0)--(3,0)); draw((0,0)--(0,2)); draw((0,2)--(3,2)); draw((3,2)--(3,0)); dot((0,0)); dot((0,2)); dot((3,0)); dot((3,2)); draw((2,0)--(2,2)); draw((0,1)--(2,1)); label("A",(0,0),S); label("B",(3,0),S); label("C",(3,2),N); label("D",(0,2),N); [/asy] Three identical rectangles are put together to form rectangle , as shown in the figure below. Given that the length of the shorter side of each of the smaller rectangles is $5$ feet, what is the area in square feet of rectangle $ABCD$? (A) 45 (B) 75 (C) 100 (D) 125 (E) 150

$\textbf{(A) }45\qquad\textbf{(B) }75\qquad\textbf{(C) }100\qquad\textbf{(D) }125\qquad\textbf{(E) }150$

Solution

Problem 3

3. Which of the following is the correct order of the fractions $\frac{15}{11}$, $\frac{19}{15}$, and $\frac{17}{13}$, from least to greatest?

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

Solution

Problem 4

Quadrilateral $ABCD$ is a rhombus with perimeter $52$ meters. The length of diagonal $\overline{AC}$ is $24$ meters. What is the area in square meters of rhombus $ABCD$?

[asy] draw((-13,0)--(0,5)); draw((0,5)--(13,0)); draw((13,0)--(0,-5)); draw((0,-5)--(-13,0)); dot((-13,0)); dot((0,5)); dot((13,0)); dot((0,-5)); label("A",(-13,0),W); label("B",(0,5),N); label("C",(13,0),E); label("D",(0,-5),S); [/asy]

$\textbf{(A) }60\qquad\textbf{(B) }90\qquad\textbf{(C) }105\qquad\textbf{(D) }120\qquad\textbf{(E) }144$

Solution

Problem 5

Problem 6

There are $81$ grid points (uniformly spaced) in the square shown in the diagram below, including the points on the edges. Point $P$ is in the center of the square. Given that point $Q$ is randomly chosen among the other 80 points, what is the probability that the line $PQ$ is a line of symmetry for the square?

[asy] draw((0,0)--(0,8)); draw((0,8)--(8,8)); draw((8,8)--(8,0)); draw((9,0)--(0,0)); dot((0,0)); dot((0,1)); dot((0,2)); dot((0,3)); dot((0,4)); dot((0,5)); dot((0,6)); dot((0,7)); dot((0,8));  dot((1,0)); dot((1,1)); dot((1,2)); dot((1,3)); dot((1,4)); dot((1,5)); dot((1,6)); dot((1,7)); dot((1,8));  dot((2,0)); dot((2,1)); dot((2,2)); dot((2,3)); dot((2,4)); dot((2,5)); dot((2,6)); dot((2,7)); dot((2,8));  dot((3,0)); dot((3,1)); dot((3,2)); dot((3,3)); dot((3,4)); dot((3,5)); dot((3,6)); dot((3,7)); dot((3,8));  dot((4,0)); dot((4,1)); dot((4,2)); dot((4,3)); dot((4,4)); dot((4,5)); dot((4,6)); dot((4,7)); dot((4,8));  dot((5,0)); dot((5,1)); dot((5,2)); dot((5,3)); dot((5,4)); dot((5,5)); dot((5,6)); dot((5,7)); dot((5,8));  dot((6,0)); dot((6,1)); dot((6,2)); dot((6,3)); dot((6,4)); dot((6,5)); dot((6,6)); dot((6,7)); dot((6,8));  dot((7,0)); dot((7,1)); dot((7,2)); dot((7,3)); dot((7,4)); dot((7,5)); dot((7,6)); dot((7,7)); dot((7,8));  dot((8,0)); dot((8,1)); dot((8,2)); dot((8,3)); dot((8,4)); dot((8,5)); dot((8,6)); dot((8,7)); dot((8,8));  dot((9,0)); dot((9,1)); dot((9,2)); dot((9,3)); dot((9,4)); dot((9,5)); dot((9,6)); dot((9,7)); dot((9,8));  label("P",(5,5),NE); [/asy]

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

Solution

Problem 7

Shauna takes five tests, each worth a maximum of $100$ points. Her scores on the first three tests are $76$, $94$, and $87$ . In order to average $81$ for all five tests, what is the lowest score she could earn on one of the other two tests?

$\textbf{(A) }48\qquad\textbf{(B) }52\qquad\textbf{(C) }66\qquad\textbf{(D) }70\qquad\textbf{(E) }74$

Solution

Problem 8

Problem 9

Alex and Felicia each have cats as pets. Alex buys cat food in cylindrical cans that are $6$ cm in diameter and $12$ cm high. Felicia buys cat food in cylindrical cans that are $12$ cm in diameter and $6$ cm high. What is the ratio of the volume one of Alex's cans to the volume one of Felicia's cans?

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

Solution

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

Alice has $24$ apples. In how many ways can she share them with Becky and Chris so that each of the people has at least $2$ apples?

$\textbf{(A) }105\qquad\textbf{(B) }114\qquad\textbf{(C) }190\qquad\textbf{(D) }210\qquad\textbf{(E) }380$

Solution

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png