id int64 1 7.14k | link stringlengths 75 84 | no int64 1 14 | problem stringlengths 14 5.33k | solution stringlengths 21 6.43k | answer int64 0 999 |
|---|---|---|---|---|---|
101 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_16 | 1 | Four numbers are written in a row. The average of the first two is $21,$ the average of the middle two is $26,$ and the average of the last two is $30.$ What is the average of the first and last of the numbers?
$\textbf{(A) } 24 \qquad \textbf{(B) } 25 \qquad \textbf{(C) } 26 \qquad \textbf{(D) } 27 \qquad \textbf{(E) ... | Note that the sum of the first two numbers is $21\cdot2=42,$ the sum of the middle two numbers is $26\cdot2=52,$ and the sum of the last two numbers is $30\cdot2=60.$
It follows that the sum of the four numbers is $42+60=102,$ so the sum of the first and last numbers is $102-52=50.$ Therefore, the average of the first ... | 25 |
102 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_16 | 2 | Four numbers are written in a row. The average of the first two is $21,$ the average of the middle two is $26,$ and the average of the last two is $30.$ What is the average of the first and last of the numbers?
$\textbf{(A) } 24 \qquad \textbf{(B) } 25 \qquad \textbf{(C) } 26 \qquad \textbf{(D) } 27 \qquad \textbf{(E) ... | Let $a,b,c,$ and $d$ be the four numbers in that order. We are given that \begin{align*} \frac{a+b}{2} &= 21, &(1) \\ \frac{b+c}{2} &= 26, &(2) \\ \frac{c+d}{2} &= 30, &(3) \end{align*} and we wish to find $\frac{a+d}{2}.$
We add $(1)$ and $(3),$ then subtract $(2)$ from the result: \[\frac{a+d}{2}=21+30-26=\boxed{25}.... | 25 |
103 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_16 | 3 | Four numbers are written in a row. The average of the first two is $21,$ the average of the middle two is $26,$ and the average of the last two is $30.$ What is the average of the first and last of the numbers?
$\textbf{(A) } 24 \qquad \textbf{(B) } 25 \qquad \textbf{(C) } 26 \qquad \textbf{(D) } 27 \qquad \textbf{(E) ... | We can just assume some of the numbers. For example, let the first two numbers both be $21.$ It follows that the third number is $31,$ and the fourth number is $29.$ Therefore, the average of the first and last numbers is $\dfrac{21+29}2=\dfrac{50}2=\boxed{25}.$ | 25 |
104 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_17 | 1 | If $n$ is an even positive integer, the $\emph{double factorial}$ notation $n!!$ represents the product of all the even integers from $2$ to $n$ . For example, $8!! = 2 \cdot 4 \cdot 6 \cdot 8$ . What is the units digit of the following sum? \[2!! + 4!! + 6!! + \cdots + 2018!! + 2020!! + 2022!!\]
$\textbf{(A) } 0\qquad... | Notice that once $n>8,$ the units digit of $n!!$ will be $0$ because there will be a factor of $10.$ Thus, we only need to calculate the units digit of \[2!!+4!!+6!!+8!! = 2+8+48+48\cdot8.\] We only care about units digits, so we have $2+8+8+8\cdot8,$ which has the same units digit as $2+8+8+4.$ The answer is $\boxed{2... | 2 |
105 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_18 | 1 | The midpoints of the four sides of a rectangle are $(-3,0), (2,0), (5,4),$ and $(0,4).$ What is the
area of the rectangle?
$\textbf{(A) } 20 \qquad \textbf{(B) } 25 \qquad \textbf{(C) } 40 \qquad \textbf{(D) } 50 \qquad \textbf{(E) } 80$ | The midpoints of the four sides of every rectangle are the vertices of a rhombus whose area is half the area of the rectangle: Note that the diagonals of the rhombus have the same lengths as the sides of the rectangle.
Let $A=(-3,0), B=(2,0), C=(5,4),$ and $D=(0,4).$ Note that $A,B,C,$ and $D$ are the vertices of a rho... | 40 |
106 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_18 | 2 | The midpoints of the four sides of a rectangle are $(-3,0), (2,0), (5,4),$ and $(0,4).$ What is the
area of the rectangle?
$\textbf{(A) } 20 \qquad \textbf{(B) } 25 \qquad \textbf{(C) } 40 \qquad \textbf{(D) } 50 \qquad \textbf{(E) } 80$ | If a rectangle has area $K,$ then the area of the quadrilateral formed by its midpoints is $\frac{K}{2}.$
Define points $A,B,C,$ and $D$ as Solution 1 does. Since $A,B,C,$ and $D$ are the midpoints of the rectangle, the rectangle's area is $2[ABCD].$ Now, note that $ABCD$ is a parallelogram since $AB=CD$ and $\overline... | 40 |
107 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_19 | 1 | Mr. Ramos gave a test to his class of $20$ students. The dot plot below shows the distribution of test scores. [asy] //diagram by pog . give me 1,000,000,000 dollars for this diagram size(5cm); defaultpen(0.7); dot((0.5,1)); dot((0.5,1.5)); dot((1.5,1)); dot((1.5,1.5)); dot((2.5,1)); dot((2.5,1.5)); dot((2.5,2)); dot((... | We set up our cases as solution 1 showed, realizing that only the second case is possible.
We notice that $13$ students have scores under $85$ currently and only $5$ have scores over $85$ . We find the median of these two numbers, getting:
\[13-5=8\] \[\frac{8}{2}=4\] \[13-4=9\]
Thus, we realize that $4$ students must ... | 4 |
108 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_20 | 1 | The grid below is to be filled with integers in such a way that the sum of the numbers in each row and the sum of the numbers in each column are the same. Four numbers are missing. The number $x$ in the lower left corner is larger than the other three missing numbers. What is the smallest possible value of $x$ [asy] un... | The sum of the numbers in each row is $12$ . Consider the second row. In order for the sum of the numbers in this row to equal $12$ , the two shaded numbers must add up to $13$ [asy] unitsize(0.5cm); fill((-3,1)--(1,1)--(1,-1)--(-3,-1)--cycle,mediumgray); draw((3,3)--(-3,3)); draw((3,1)--(-3,1)); draw((3,-3)--(-3,-3));... | 8 |
109 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_20 | 2 | The grid below is to be filled with integers in such a way that the sum of the numbers in each row and the sum of the numbers in each column are the same. Four numbers are missing. The number $x$ in the lower left corner is larger than the other three missing numbers. What is the smallest possible value of $x$ [asy] un... | The sum of the numbers in each row is $-2+9+5=12,$ and the sum of the numbers in each column is $5+(-1)+8=12.$
Let $y$ be the number in the lower middle. It follows that $x+y+8=12,$ or $x+y=4.$
We express the other two missing numbers in terms of $x$ and $y,$ as shown below: [asy] unitsize(0.5cm); draw((3,3)--(-3,3)); ... | 8 |
110 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_20 | 3 | The grid below is to be filled with integers in such a way that the sum of the numbers in each row and the sum of the numbers in each column are the same. Four numbers are missing. The number $x$ in the lower left corner is larger than the other three missing numbers. What is the smallest possible value of $x$ [asy] un... | This is based on the Solution 2 above and it is perhaps a little simpler than that.
Let $y$ be the number in the lower middle. Applying summation to first two columns yields the following.
[asy] unitsize(0.5cm); draw((3,3)--(-3,3)); draw((3,1)--(-3,1)); draw((3,-3)--(-3,-3)); draw((3,-1)--(-3,-1)); draw((3,3)--(3,-3));... | 8 |
111 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_20 | 4 | The grid below is to be filled with integers in such a way that the sum of the numbers in each row and the sum of the numbers in each column are the same. Four numbers are missing. The number $x$ in the lower left corner is larger than the other three missing numbers. What is the smallest possible value of $x$ [asy] un... | Note that the sum of the rows and columns must be $8+5-1=12$ . We proceed to test the answer choices.
Testing $\textbf{(A)}$ , when $x = -1$ , the number above $x$ must be $15$ , which contradicts the precondition that the numbers surrounding $x$ is less than $x$
Testing $\textbf{(B)}$ , the number above $x$ is $9$ , w... | 8 |
112 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_20 | 5 | The grid below is to be filled with integers in such a way that the sum of the numbers in each row and the sum of the numbers in each column are the same. Four numbers are missing. The number $x$ in the lower left corner is larger than the other three missing numbers. What is the smallest possible value of $x$ [asy] un... | The sum of the numbers in each column and row should be $5+(-1)+8=12$ . If we look at the $1^{\text{st}}$ column, the gray squares (shown below) sum to $12-(-2)=14$
[asy] draw((3,3)--(-3,3)); draw((3,1)--(-3,1)); draw((3,-3)--(-3,-3)); draw((3,-1)--(-3,-1)); draw((3,3)--(3,-3)); draw((1,3)--(1,-3)); draw((-3,3)--(-3,-3... | 8 |
113 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_21 | 1 | Steph scored $15$ baskets out of $20$ attempts in the first half of a game, and $10$ baskets out of $10$ attempts in the second half. Candace took $12$ attempts in the first half and $18$ attempts in the second. In each half, Steph scored a higher percentage of baskets than Candace. Surprisingly they ended with the sam... | Let $x$ be the number of shots that Candace made in the first half, and let $y$ be the number of shots Candace made in the second half. Since Candace and Steph took the same number of attempts, with an equal percentage of baskets scored, we have $x+y=10+15=25.$ In addition, we have the following inequalities: \[\frac{x... | 9 |
114 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_21 | 2 | Steph scored $15$ baskets out of $20$ attempts in the first half of a game, and $10$ baskets out of $10$ attempts in the second half. Candace took $12$ attempts in the first half and $18$ attempts in the second. In each half, Steph scored a higher percentage of baskets than Candace. Surprisingly they ended with the sam... | Clearly, Steph made $15 + 10 = 25$ shots in total. Also, due to parity reasons, the difference between the amount of shots Candace made in the first and second half must be odd. Thus, we can just test 7, 9, and 11, and after doing so we find that the answer is $\boxed{9}.$ | 9 |
115 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_21 | 3 | Steph scored $15$ baskets out of $20$ attempts in the first half of a game, and $10$ baskets out of $10$ attempts in the second half. Candace took $12$ attempts in the first half and $18$ attempts in the second. In each half, Steph scored a higher percentage of baskets than Candace. Surprisingly they ended with the sam... | Steph made 75 percent of his shots in the first half. He makes all of his shots in the second half. The most baskets Candace could have made in the first half is 8 baskets. The most she could have made in the second half is 17 baskets. Steph makes 25 and misses 5 baskets and the only way for Candace to make 25 shots is... | 9 |
116 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_22 | 1 | A bus takes $2$ minutes to drive from one stop to the next, and waits $1$ minute at each stop to let passengers board. Zia takes $5$ minutes to walk from one bus stop to the next. As Zia reaches a bus stop, if the bus is at the previous stop or has already left the previous stop, then she will wait for the bus. Otherwi... | Initially, suppose that the bus is at Stop $0$ (starting point) and Zia is at Stop $3.$
We construct the following table of $5$ -minute intervals: \[\begin{array}{c||c|c} & & \\ [-2.5ex] \textbf{Time} & \textbf{Bus's Location} & \textbf{Zia's Location} \\ [0.5ex] \hline & & \\ [-2ex] \boldsymbol{5} \ \textbf{Minutes} &... | 17 |
117 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_22 | 2 | A bus takes $2$ minutes to drive from one stop to the next, and waits $1$ minute at each stop to let passengers board. Zia takes $5$ minutes to walk from one bus stop to the next. As Zia reaches a bus stop, if the bus is at the previous stop or has already left the previous stop, then she will wait for the bus. Otherwi... | Since Zia will wait for the bus if the bus is at the previous stop, we can create an equation to solve for when the bus is at the previous stop. The bus travels $\frac{1}{3}$ of a stop per minute, and Zia travels $\frac{1}{5}$ of a stop per minute. Now we create the equation, $\frac{1}{3}m = \frac{1}{5}m + 3 - 1$ (the ... | 17 |
118 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_23 | 1 | $\triangle$ or $\bigcirc$ is placed in each of the nine squares in a $3$ -by- $3$ grid. Shown below is a sample configuration with three $\triangle$ s in a line. [asy] //diagram size(5cm); defaultpen(linewidth(1.5)); real r = 0.37; path equi = r * dir(-30) -- (r+0.03) * dir(90) -- r * dir(210) -- cycle; draw((0,0)--(0,... | Notice that diagonals and a vertical-horizontal pair can never work, so the only possibilities are if all lines are vertical or if all lines are horizontal. These are essentially the same, so we'll count up how many work with all lines of shapes vertical, and then multiply by 2 at the end.
We take casework:
Case 1: 3 l... | 84 |
119 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_23 | 2 | $\triangle$ or $\bigcirc$ is placed in each of the nine squares in a $3$ -by- $3$ grid. Shown below is a sample configuration with three $\triangle$ s in a line. [asy] //diagram size(5cm); defaultpen(linewidth(1.5)); real r = 0.37; path equi = r * dir(-30) -- (r+0.03) * dir(90) -- r * dir(210) -- cycle; draw((0,0)--(0,... | We will only consider cases where the three identical symbols are the same column, but at the end we shall double our answer as the same holds true for rows. There are $3$ ways to choose a column with all $\bigcirc$ 's and $2$ ways to choose a column with all $\triangle$ 's. The third column can be filled in $2^3=8$ wa... | 84 |
120 | https://artofproblemsolving.com/wiki/index.php/2022_AMC_8_Problems/Problem_24 | 1 | The figure below shows a polygon $ABCDEFGH$ , consisting of rectangles and right triangles. When cut out and folded on the dotted lines, the polygon forms a triangular prism. Suppose that $AH = EF = 8$ and $GH = 14$ . What is the volume of the prism?
[asy] usepackage("mathptmx"); size(275); defaultpen(linewidth(0.8)); ... | While imagining the folding, $\overline{AB}$ goes on $\overline{BC},$ $\overline{AH}$ goes on $\overline{CI},$ and $\overline{EF}$ goes on $\overline{FG}.$ So, $BJ=CI=8$ and $FG=BC=8.$ Also, $\overline{HJ}$ becomes an edge parallel to $\overline{FG},$ so that means $HJ=8.$
Since $GH=14,$ then $JG=14-8=6.$ So, the area ... | 192 |
121 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_1 | 1 | Luka is making lemonade to sell at a school fundraiser. His recipe requires $4$ times as much water as sugar and twice as much sugar as lemon juice. He uses $3$ cups of lemon juice. How many cups of water does he need?
$\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }18 \qquad \textbf{(E... | We have $\text{water} : \text{sugar} : \text{lemon juice} = 4\cdot 2 : 2 : 1 = 8 : 2 : 1,$ so Luka needs $3 \cdot 8 = \boxed{24}$ cups. | 24 |
122 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_1 | 2 | Luka is making lemonade to sell at a school fundraiser. His recipe requires $4$ times as much water as sugar and twice as much sugar as lemon juice. He uses $3$ cups of lemon juice. How many cups of water does he need?
$\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }18 \qquad \textbf{(E... | Since the amount of sugar is twice the amount of lemon juice, Luka uses $3\cdot2=6$ cups of sugar.
Since the amount of water is $4$ times the amount of sugar, he uses $6\cdot4=\boxed{24}$ cups of water. | 24 |
123 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_1 | 3 | Luka is making lemonade to sell at a school fundraiser. His recipe requires $4$ times as much water as sugar and twice as much sugar as lemon juice. He uses $3$ cups of lemon juice. How many cups of water does he need?
$\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }18 \qquad \textbf{(E... | The ratio is $\text{Water}:\text{Sugar}:\text{Lemon Juice},$ or $8:2:1.$ Since we know that Luka used 3 cups of lemon juice, he needs $3\cdot2=6$ cups of sugar. Because the amount of water is $4$ times the amount of sugar Luka needs, he will need $6\cdot4=\boxed{24}$ cups of water. | 24 |
124 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_2 | 1 | Four friends do yardwork for their neighbors over the weekend, earning $$15, $20, $25,$ and $$40,$ respectively. They decide to split their earnings equally among themselves. In total, how much will the friend who earned $$40$ give to the others?
$\textbf{(A) }$5 \qquad \textbf{(B) }$10 \qquad \textbf{(C) }$15 \qquad \... | The friends earn $$\left(15+20+25+40\right)=$100$ in total. Since they decided to split their earnings equally, it follows that each person will get $$\left(\frac{100}{4}\right)=$25$ . Since the friend who earned $$40$ will need to leave with $$25$ , he will have to give $$\left(40-25\right)=\boxed{15}$ to the others. | 15 |
125 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_3 | 1 | Carrie has a rectangular garden that measures $6$ feet by $8$ feet. She plants the entire garden with strawberry plants. Carrie is able to plant $4$ strawberry plants per square foot, and she harvests an average of $10$ strawberries per plant. How many strawberries can she expect to harvest?
$\textbf{(A) }560 \qquad \t... | Note that the unit of the answer is strawberries , which is the product of
By conversion factors, we have \[\left(6 \ \color{red}\cancel{\mathrm{ft}}\color{black}\cdot8 \ \color{red}\cancel{\mathrm{ft}}\color{black}\right)\cdot\left(4 \ \frac{\color{green}\cancel{\mathrm{plants}}}{\color{red}\cancel{\mathrm{ft}^2}}\rig... | 920 |
126 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_3 | 2 | Carrie has a rectangular garden that measures $6$ feet by $8$ feet. She plants the entire garden with strawberry plants. Carrie is able to plant $4$ strawberry plants per square foot, and she harvests an average of $10$ strawberries per plant. How many strawberries can she expect to harvest?
$\textbf{(A) }560 \qquad \t... | The area of the garden is $6 \cdot 8 = 48$ square feet. Since Carrie plants $4$ strawberry plants per square foot, there are a total of $48 \cdot 4=192$ strawberry plants, each of which produces $10$ strawberries on average. Accordingly, she can expect to harvest $192 \cdot 10 = \boxed{1920}$ strawberries. | 920 |
127 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_4 | 1 | Three hexagons of increasing size are shown below. Suppose the dot pattern continues so that each successive hexagon contains one more band of dots. How many dots are in the next hexagon?
[asy] // diagram by SirCalcsALot, edited by MRENTHUSIASM size(250); path p = scale(0.8)*unitcircle; pair[] A; pen grey1 = rgb(100/25... | Looking at the rows of each hexagon, we see that the first hexagon has $1$ dot, the second has $2+3+2$ dots, and the third has $3+4+5+4+3$ dots. Given the way the hexagons are constructed, it is clear that this pattern continues. Hence, the fourth hexagon has $4+5+6+7+6+5+4=\boxed{37}$ dots. | 37 |
128 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_4 | 2 | Three hexagons of increasing size are shown below. Suppose the dot pattern continues so that each successive hexagon contains one more band of dots. How many dots are in the next hexagon?
[asy] // diagram by SirCalcsALot, edited by MRENTHUSIASM size(250); path p = scale(0.8)*unitcircle; pair[] A; pen grey1 = rgb(100/25... | The dots in the next hexagon have four bands. From innermost to outermost:
Together, the answer is $1+6+12+18=\boxed{37}.$ | 37 |
129 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_4 | 3 | Three hexagons of increasing size are shown below. Suppose the dot pattern continues so that each successive hexagon contains one more band of dots. How many dots are in the next hexagon?
[asy] // diagram by SirCalcsALot, edited by MRENTHUSIASM size(250); path p = scale(0.8)*unitcircle; pair[] A; pen grey1 = rgb(100/25... | The first hexagon has $1$ dot, the second hexagon has $1+6$ dots, the third hexagon has $1+6+12$ dots, and so on. The pattern continues since to go from hexagon $n$ to hexagon $(n+1),$ we add a new band of dots around the outside of the existing ones, with each side of the band having side length $(n+1).$ Thus, the num... | 37 |
130 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_5 | 1 | Three fourths of a pitcher is filled with pineapple juice. The pitcher is emptied by pouring an equal amount of juice into each of $5$ cups. What percent of the total capacity of the pitcher did each cup receive?
$\textbf{(A) }5 \qquad \textbf{(B) }10 \qquad \textbf{(C) }15 \qquad \textbf{(D) }20 \qquad \textbf{(E) }25... | Each cup is filled with $\frac{3}{4} \cdot \frac{1}{5} = /frac{3}{20}$ of the amount of juice in the pitcher, so the percentage is $\frac{3}{20} \cdot 100 = \boxed{15}$ | 15 |
131 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_5 | 2 | Three fourths of a pitcher is filled with pineapple juice. The pitcher is emptied by pouring an equal amount of juice into each of $5$ cups. What percent of the total capacity of the pitcher did each cup receive?
$\textbf{(A) }5 \qquad \textbf{(B) }10 \qquad \textbf{(C) }15 \qquad \textbf{(D) }20 \qquad \textbf{(E) }25... | The pitcher is $\frac{3}{4}$ full, i.e. $75\%$ full. Therefore each cup receives $\frac{75}{5}=\boxed{15}$ percent of the total capacity. | 15 |
132 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_5 | 3 | Three fourths of a pitcher is filled with pineapple juice. The pitcher is emptied by pouring an equal amount of juice into each of $5$ cups. What percent of the total capacity of the pitcher did each cup receive?
$\textbf{(A) }5 \qquad \textbf{(B) }10 \qquad \textbf{(C) }15 \qquad \textbf{(D) }20 \qquad \textbf{(E) }25... | Assume that the pitcher has a total capacity of $100$ ounces. Since it is filled three fourths with pineapple juice, it contains $75$ ounces of pineapple juice, which means that each cup will contain $\frac{75}{5}=15$ ounces of pineapple juice. Since the total capacity of the pitcher was $100$ ounces, it follows that e... | 15 |
133 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_7 | 1 | How many integers between $2020$ and $2400$ have four distinct digits arranged in increasing order? (For example, $2347$ is one integer.)
$\textbf{(A) }\text{9} \qquad \textbf{(B) }\text{10} \qquad \textbf{(C) }\text{15} \qquad \textbf{(D) }\text{21}\qquad \textbf{(E) }\text{28}$ | Firstly, observe that the second digit of such a number cannot be $1$ or $2$ , because the digits must be distinct and increasing. The second digit also cannot be $4$ as the number must be less than $2400$ , so it must be $3$ . It remains to choose the latter two digits, which must be $2$ distinct digits from $\left\{4... | 15 |
134 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_7 | 2 | How many integers between $2020$ and $2400$ have four distinct digits arranged in increasing order? (For example, $2347$ is one integer.)
$\textbf{(A) }\text{9} \qquad \textbf{(B) }\text{10} \qquad \textbf{(C) }\text{15} \qquad \textbf{(D) }\text{21}\qquad \textbf{(E) }\text{28}$ | As in Solution 1, we find that the first two digits must be $23$ , and the third digit must be at least $4$ . If it is $4$ , then there are $5$ choices for the last digit, namely $5$ $6$ $7$ $8$ , or $9$ . Similarly, if the third digit is $5$ , there are $4$ choices for the last digit, namely $6$ $7$ $8$ , and $9$ ; if... | 15 |
135 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_8 | 1 | Ricardo has $2020$ coins, some of which are pennies ( $1$ -cent coins) and the rest of which are nickels ( $5$ -cent coins). He has at least one penny and at least one nickel. What is the difference in cents between the greatest possible and least amounts of money that Ricardo can have?
$\textbf{(A) }\text{806} \qquad ... | Clearly, the amount of money Ricardo has will be maximized when he has the maximum number of nickels. Since he must have at least one penny, the greatest number of nickels he can have is $2019$ , giving a total of $(2019\cdot 5 + 1)$ cents. Analogously, the amount of money he has will be least when he has the greatest ... | 72 |
136 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_8 | 2 | Ricardo has $2020$ coins, some of which are pennies ( $1$ -cent coins) and the rest of which are nickels ( $5$ -cent coins). He has at least one penny and at least one nickel. What is the difference in cents between the greatest possible and least amounts of money that Ricardo can have?
$\textbf{(A) }\text{806} \qquad ... | Suppose Ricardo has $p$ pennies, so then he has $(2020-p)$ nickels. In order to have at least one penny and at least one nickel, we require $p \geq 1$ and $2020 - p \geq 1$ , i.e. $1 \leq p \leq 2019$ . The number of cents he has is $p+5(2020-p) = 10100-4p$ , so the maximum is $10100-4 \cdot 1$ and the minimum is $1010... | 72 |
137 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_10 | 1 | Zara has a collection of $4$ marbles: an Aggie, a Bumblebee, a Steelie, and a Tiger. She wants to display them in a row on a shelf, but does not want to put the Steelie and the Tiger next to one another. In how many ways can she do this?
$\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }1... | Let the Aggie, Bumblebee, Steelie, and Tiger, be referred to by $A,B,S,$ and $T$ , respectively. If we ignore the constraint that $S$ and $T$ cannot be next to each other, we get a total of $4!=24$ ways to arrange the 4 marbles. We now simply have to subtract out the number of ways that $S$ and $T$ can be next to each ... | 12 |
138 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_10 | 2 | Zara has a collection of $4$ marbles: an Aggie, a Bumblebee, a Steelie, and a Tiger. She wants to display them in a row on a shelf, but does not want to put the Steelie and the Tiger next to one another. In how many ways can she do this?
$\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }1... | Let's try complementary counting. There $4!$ ways to arrange the 4 marbles. However, there are $2\cdot3!$ arrangements where Steelie and Tiger are next to each other. (Think about permutations of the element ST, A, and B or TS, A, and B). Thus, \[4!-2\cdot3!=\boxed{12}\] | 12 |
139 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_10 | 3 | Zara has a collection of $4$ marbles: an Aggie, a Bumblebee, a Steelie, and a Tiger. She wants to display them in a row on a shelf, but does not want to put the Steelie and the Tiger next to one another. In how many ways can she do this?
$\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }1... | We use complementary counting: we will count the numbers of ways where Steelie and Tiger are together and subtract that from the total count. Treat the Steelie and the Tiger as a "super marble." There are $2!$ ways to arrange Steelie and Tiger within this "super marble." Then there are $3!$ ways to arrange the "super m... | 12 |
140 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_10 | 4 | Zara has a collection of $4$ marbles: an Aggie, a Bumblebee, a Steelie, and a Tiger. She wants to display them in a row on a shelf, but does not want to put the Steelie and the Tiger next to one another. In how many ways can she do this?
$\textbf{(A) }6 \qquad \textbf{(B) }8 \qquad \textbf{(C) }12 \qquad \textbf{(D) }1... | We will use the following
$\textbf{Georgeooga-Harryooga Theorem:}$ The Georgeooga-Harryooga Theorem states that if you have $a$ distinguishable objects and $b$ of them cannot be together, then there are $\frac{(a-b)!(a-b+1)!}{b!}$ ways to arrange the objects.
$\textit{Proof. (Created by AoPS user RedFireTruck)}$
Let ou... | 12 |
141 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_11 | 1 | After school, Maya and Naomi headed to the beach, $6$ miles away. Maya decided to bike while Naomi took a bus. The graph below shows their journeys, indicating the time and distance traveled. What was the difference, in miles per hour, between Naomi's and Maya's average speeds?
[asy] unitsize(1.25cm); dotfactor = 10; p... | Naomi travels $6$ miles in a time of $10$ minutes, which is equivalent to $\dfrac{1}{6}$ of an hour. Since $\text{speed} = \frac{\text{distance}}{\text{time}}$ , her speed is $\frac{6}{\left(\frac{1}{6}\right)} = 36$ mph. By a similar calculation, Maya's speed is $12$ mph, so the answer is $36-12 = \boxed{24}$ | 24 |
142 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_11 | 2 | After school, Maya and Naomi headed to the beach, $6$ miles away. Maya decided to bike while Naomi took a bus. The graph below shows their journeys, indicating the time and distance traveled. What was the difference, in miles per hour, between Naomi's and Maya's average speeds?
[asy] unitsize(1.25cm); dotfactor = 10; p... | Naomi's speed of $6$ miles in $10$ minutes is equivalent to $6 \cdot 6 = 36$ miles per hour, while Maya's speed of $6$ miles in $30$ minutes (i.e. half an hour) is equivalent to $6 \cdot 2 = 12$ miles per hour. The difference is consequently $36-12=\boxed{24}$ | 24 |
143 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_12 | 1 | For a positive integer $n$ , the factorial notation $n!$ represents the product of the integers from $n$ to $1$ . What value of $N$ satisfies the following equation? \[5!\cdot 9!=12\cdot N!\]
$\textbf{(A) }10\qquad\textbf{(B) }11\qquad\textbf{(C) }12\qquad\textbf{(D) }13\qquad\textbf{(E) }14\qquad$ | We have $5! = 2 \cdot 3 \cdot 4 \cdot 5$ , and $2 \cdot 5 \cdot 9! = 10 \cdot 9! = 10!$ . Therefore, the equation becomes $3 \cdot 4 \cdot 10! = 12 \cdot N!$ , and so $12 \cdot 10! = 12 \cdot N!$ . Cancelling the $12$ s, it is clear that $N=\boxed{10}$ | 10 |
144 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_12 | 2 | For a positive integer $n$ , the factorial notation $n!$ represents the product of the integers from $n$ to $1$ . What value of $N$ satisfies the following equation? \[5!\cdot 9!=12\cdot N!\]
$\textbf{(A) }10\qquad\textbf{(B) }11\qquad\textbf{(C) }12\qquad\textbf{(D) }13\qquad\textbf{(E) }14\qquad$ | Since $5! = 120$ , we obtain $120\cdot 9!=12\cdot N!$ , which becomes $12\cdot 10\cdot 9!=12\cdot N!$ and thus $12 \cdot 10!=12\cdot N!$ . We therefore deduce $N=\boxed{10}$ | 10 |
145 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_12 | 3 | For a positive integer $n$ , the factorial notation $n!$ represents the product of the integers from $n$ to $1$ . What value of $N$ satisfies the following equation? \[5!\cdot 9!=12\cdot N!\]
$\textbf{(A) }10\qquad\textbf{(B) }11\qquad\textbf{(C) }12\qquad\textbf{(D) }13\qquad\textbf{(E) }14\qquad$ | We notice that $5! \cdot 9! = (5!)^2 \cdot (9 \cdot 8 \cdot 7 \cdot 6).$
We know that $5! = 120,$ so we have $120(5! \cdot 9 \cdot 8 \cdot 7 \cdot 6) = 12 \cdot N!$
Isolating $N!$ we have $N! = 10 \cdot 5! \cdot 9 \cdot 8 \cdot 7 \cdot 6 \Rightarrow N! = 10! \Rightarrow N = \boxed{10}.$ | 10 |
146 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_13 | 1 | Jamal has a drawer containing $6$ green socks, $18$ purple socks, and $12$ orange socks. After adding more purple socks, Jamal noticed that there is now a $60\%$ chance that a sock randomly selected from the drawer is purple. How many purple socks did Jamal add?
$\textbf{(A) }6 \qquad \textbf{(B) }9 \qquad \textbf{(C) ... | After Jamal adds $x$ purple socks, he has $(18+x)$ purple socks and $6+18+12+x=(36+x)$ total socks. This means the probability of drawing a purple sock is $\frac{18+x}{36+x}$ , so we obtain \[\frac{18+x}{36+x}=\frac{3}{5}\] Since $\frac{18+9}{36+9}=\frac{27}{45}=\frac{3}{5}$ , the answer is $\boxed{9}$ | 9 |
147 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_13 | 2 | Jamal has a drawer containing $6$ green socks, $18$ purple socks, and $12$ orange socks. After adding more purple socks, Jamal noticed that there is now a $60\%$ chance that a sock randomly selected from the drawer is purple. How many purple socks did Jamal add?
$\textbf{(A) }6 \qquad \textbf{(B) }9 \qquad \textbf{(C) ... | As in Solution 1, we have the equation $\frac{18+x}{36+x}=\frac{3}{5}$ . Cross-multiplying yields $90+5x=108+3x \Rightarrow 2x=18 \Rightarrow x=9$ . Thus, Jamal added $\boxed{9}$ purple socks. | 9 |
148 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_13 | 3 | Jamal has a drawer containing $6$ green socks, $18$ purple socks, and $12$ orange socks. After adding more purple socks, Jamal noticed that there is now a $60\%$ chance that a sock randomly selected from the drawer is purple. How many purple socks did Jamal add?
$\textbf{(A) }6 \qquad \textbf{(B) }9 \qquad \textbf{(C) ... | $6$ green socks and $12$ orange socks together should be $100\%-60\% = 40\%$ of the new total number of socks, so that new total must be $\frac{6+12}{0.4}= 45$ . Therefore, $45-6-18-12=\boxed{9}$ purple socks were added. | 9 |
149 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_14 | 1 | There are $20$ cities in the County of Newton. Their populations are shown in the bar chart below. The average population of all the cities is indicated by the horizontal dashed line. Which of the following is closest to the total population of all $20$ cities?
[asy] // made by SirCalcsALot size(300); pen shortdashed... | We can see that the dotted line is exactly halfway between $4500$ and $5000$ , so it is at $4750$ . As this is the average population of all $20$ cities, the total population is simply $4750 \cdot 20 = \boxed{95000}$ | 0 |
150 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_15 | 1 | Suppose $15\%$ of $x$ equals $20\%$ of $y.$ What percentage of $x$ is $y?$
$\textbf{(A) }5 \qquad \textbf{(B) }35 \qquad \textbf{(C) }75 \qquad \textbf{(D) }133 \frac13 \qquad \textbf{(E) }300$ | Since $20\% = \frac{1}{5}$ , multiplying the given condition by $5$ shows that $y$ is $15 \cdot 5 = \boxed{75}$ percent of $x$ | 75 |
151 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_15 | 2 | Suppose $15\%$ of $x$ equals $20\%$ of $y.$ What percentage of $x$ is $y?$
$\textbf{(A) }5 \qquad \textbf{(B) }35 \qquad \textbf{(C) }75 \qquad \textbf{(D) }133 \frac13 \qquad \textbf{(E) }300$ | Letting $x=100$ (without loss of generality), the condition becomes $0.15\cdot 100 = 0.2\cdot y \Rightarrow 15 = \frac{y}{5} \Rightarrow y=75$ . Clearly, it follows that $y$ is $75\%$ of $x$ , so the answer is $\boxed{75}$ | 75 |
152 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_15 | 3 | Suppose $15\%$ of $x$ equals $20\%$ of $y.$ What percentage of $x$ is $y?$
$\textbf{(A) }5 \qquad \textbf{(B) }35 \qquad \textbf{(C) }75 \qquad \textbf{(D) }133 \frac13 \qquad \textbf{(E) }300$ | We have $15\%=\frac{3}{20}$ and $20\%=\frac{1}{5}$ , so $\frac{3}{20}x=\frac{1}{5}y$ . Solving for $y$ , we multiply by $5$ to give $y = \frac{15}{20}x = \frac{3}{4}x$ , so the answer is $\boxed{75}$ | 75 |
153 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_15 | 4 | Suppose $15\%$ of $x$ equals $20\%$ of $y.$ What percentage of $x$ is $y?$
$\textbf{(A) }5 \qquad \textbf{(B) }35 \qquad \textbf{(C) }75 \qquad \textbf{(D) }133 \frac13 \qquad \textbf{(E) }300$ | We are given $0.15x = 0.20y$ , so we may assume without loss of generality that $x=20$ and $y=15$ . This means $\frac{y}{x}=\frac{15}{20}=\frac{75}{100}$ , and thus the answer is $\boxed{75}$ | 75 |
154 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_15 | 5 | Suppose $15\%$ of $x$ equals $20\%$ of $y.$ What percentage of $x$ is $y?$
$\textbf{(A) }5 \qquad \textbf{(B) }35 \qquad \textbf{(C) }75 \qquad \textbf{(D) }133 \frac13 \qquad \textbf{(E) }300$ | $15\%$ of $x$ is $0.15x$ , and $20\%$ of $y$ is $0.20y$ . We put $0.15x$ and $0.20y$ into an equation, creating $0.15x = 0.20y$ because $0.15x$ equals $0.20y$ . Solving for $y$ , dividing $0.2$ to both sides, we get $y = \frac{15}{20}x = \frac{3}{4}x$ , so the answer is $\boxed{75}$ | 75 |
155 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_15 | 6 | Suppose $15\%$ of $x$ equals $20\%$ of $y.$ What percentage of $x$ is $y?$
$\textbf{(A) }5 \qquad \textbf{(B) }35 \qquad \textbf{(C) }75 \qquad \textbf{(D) }133 \frac13 \qquad \textbf{(E) }300$ | $15\%$ of $x$ can be written as $\frac{15}{100}x$ , or $\frac{15x}{100}$ $20\%$ of $y$ can similarly be written as $\frac{20}{100}y$ , or $\frac{20y}{100}$ . So now, $\frac{15x}{100} = \frac{20y}{100}$ . Using cross-multiplication, we can simplify the equation as: $1500x = 2000y$ . Dividing both sides by $500$ , we get... | 75 |
156 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_16 | 2 | Each of the points $A,B,C,D,E,$ and $F$ in the figure below represents a different digit from $1$ to $6.$ Each of the five lines shown passes through some of these points. The digits along each line are added to produce five sums, one for each line. The total of the five sums is $47.$ What is the digit represented by $... | Following the first few steps of Solution 1, we have $2(A+C+D+E+F)+3B=47$ . Because an even number ( $2(A+C+D+E+F)$ ) subtracted from an odd number (47) is always odd, we know that $3B$ is odd, showing that $B$ is odd. Now we know that $B$ is either 1, 3, or 5. If we try $B=1$ , we get $43=47$ which is not true. Testin... | 5 |
157 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_17 | 2 | How many positive integer factors of $2020$ have more than $3$ factors? (As an example, $12$ has $6$ factors, namely $1,2,3,4,6,$ and $12.$
$\textbf{(A) }6 \qquad \textbf{(B) }7 \qquad \textbf{(C) }8 \qquad \textbf{(D) }9 \qquad \textbf{(E) }10$ | As in Solution 1, we prime factorize $2020$ as $2^2\cdot 5\cdot 101$ , and we recall the standard formula that the number of positive factors of an integer is found by adding $1$ to each exponent in its prime factorization, and then multiplying these. Thus $2020$ has $(2+1)(1+1)(1+1) = 12$ factors. The only number whic... | 7 |
158 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_17 | 3 | How many positive integer factors of $2020$ have more than $3$ factors? (As an example, $12$ has $6$ factors, namely $1,2,3,4,6,$ and $12.$
$\textbf{(A) }6 \qquad \textbf{(B) }7 \qquad \textbf{(C) }8 \qquad \textbf{(D) }9 \qquad \textbf{(E) }10$ | Let $d(n)$ be the number of factors of n. We know by prime factorization that $d(2020) = 12$ . These $12$ numbers can be divided into unordered pairs ${a,b}$ where $ab = 2020$ . Since $d(2020) = d(a)d(b)$ , one of $d(a), d(b)$ has $3$ or less factors and the other has $4$ or more - in to total $6$ factors of $2020$ wit... | 7 |
159 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_18 | 1 | Rectangle $ABCD$ is inscribed in a semicircle with diameter $\overline{FE},$ as shown in the figure. Let $DA=16,$ and let $FD=AE=9.$ What is the area of $ABCD?$
[asy] draw(arc((0,0),17,180,0)); draw((-17,0)--(17,0)); fill((-8,0)--(-8,15)--(8,15)--(8,0)--cycle, 1.5*grey); draw((-8,0)--(-8,15)--(8,15)--(8,0)--cycle); do... | [asy] draw(arc((0,0),17,180,0)); draw((-17,0)--(17,0)); fill((-8,0)--(-8,15)--(8,15)--(8,0)--cycle, 1.5*grey); draw((-8,0)--(-8,15)--(8,15)--(8,0)--cycle); dot("$A$",(8,0), 1.25*S); dot("$B$",(8,15), 1.25*N); dot("$C$",(-8,15), 1.25*N); dot("$D$",(-8,0), 1.25*S); dot("$E$",(17,0), 1.25*S); dot("$F$",(-17,0), 1.25*S); ... | 240 |
160 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_18 | 2 | Rectangle $ABCD$ is inscribed in a semicircle with diameter $\overline{FE},$ as shown in the figure. Let $DA=16,$ and let $FD=AE=9.$ What is the area of $ABCD?$
[asy] draw(arc((0,0),17,180,0)); draw((-17,0)--(17,0)); fill((-8,0)--(-8,15)--(8,15)--(8,0)--cycle, 1.5*grey); draw((-8,0)--(-8,15)--(8,15)--(8,0)--cycle); do... | Let the midpoint of segment $FE$ be the origin. Evidently, point $D=(-8,0)$ and $A=(8,0)$ . Since points $C$ and $B$ share $x$ -coordinates with $D$ and $A$ respectively, it suffices to find the $y$ -coordinate of $B$ (which will be the height of the rectangle) and multiply this by $DA$ (which we know is $16$ ). The ra... | 240 |
161 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_18 | 4 | Rectangle $ABCD$ is inscribed in a semicircle with diameter $\overline{FE},$ as shown in the figure. Let $DA=16,$ and let $FD=AE=9.$ What is the area of $ABCD?$
[asy] draw(arc((0,0),17,180,0)); draw((-17,0)--(17,0)); fill((-8,0)--(-8,15)--(8,15)--(8,0)--cycle, 1.5*grey); draw((-8,0)--(-8,15)--(8,15)--(8,0)--cycle); do... | Draw the other half of the circle as follows: [asy] draw(arc((0,0),17,360,0)); draw((-17,0)--(17,0)); fill((-8,0)--(-8,15)--(8,15)--(8,0)--cycle, 1.5*grey); draw((-8,0)--(-8,15)--(8,15)--(8,0)--cycle); dot("$A$",(8,0), 1.25*SE); dot("$B$",(8,15), 1.25*N); dot("$C$",(-8,15), 1.25*N); dot("$D$",(-8,0), 1.25*SW); dot("$E... | 240 |
162 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_18 | 5 | Rectangle $ABCD$ is inscribed in a semicircle with diameter $\overline{FE},$ as shown in the figure. Let $DA=16,$ and let $FD=AE=9.$ What is the area of $ABCD?$
[asy] draw(arc((0,0),17,180,0)); draw((-17,0)--(17,0)); fill((-8,0)--(-8,15)--(8,15)--(8,0)--cycle, 1.5*grey); draw((-8,0)--(-8,15)--(8,15)--(8,0)--cycle); do... | [asy] draw(arc((0,0),17,180,0)); draw((-17,0)--(17,0)); fill((-8,0)--(-8,15)--(8,15)--(8,0)--cycle, 1.5*grey); draw((-8,0)--(-8,15)--(8,15)--(8,0)--cycle); dot("$A$",(8,0), 1.25*S); dot("$B$",(8,15), 1.25*N); dot("$C$",(-8,15), 1.25*N); dot("$D$",(-8,0), 1.25*S); dot("$E$",(17,0), 1.25*S); dot("$F$",(-17,0), 1.25*S); ... | 240 |
163 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_19 | 3 | A number is called flippy if its digits alternate between two distinct digits. For example, $2020$ and $37373$ are flippy, but $3883$ and $123123$ are not. How many five-digit flippy numbers are divisible by $15?$
$\textbf{(A) }3 \qquad \textbf{(B) }4 \qquad \textbf{(C) }5 \qquad \textbf{(D) }6 \qquad \textbf{(E) }8$ | After finding out that the last digit must be $5$ , the number is of the form $5\square 5\square 5$ . If the unknown digit is $x$ , we can find that one of the solutions to $x$ is $0$ , since $5+5+5$ is equal to $15$ , which is divisible by $3$ . After trying every one digit number, you'll notice that $x$ must be a mul... | 4 |
164 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_19 | 4 | A number is called flippy if its digits alternate between two distinct digits. For example, $2020$ and $37373$ are flippy, but $3883$ and $123123$ are not. How many five-digit flippy numbers are divisible by $15?$
$\textbf{(A) }3 \qquad \textbf{(B) }4 \qquad \textbf{(C) }5 \qquad \textbf{(D) }6 \qquad \textbf{(E) }8$ | assume the number is $ababa$ $10101a+1010b=0 (mod 15)\newline$ $6a+5b=0 (mod 15)\newline$ $a=0 (mod 5)\newline$ $5b=0 (mod 15)\newline$ $b=0 (mod 3)\newline$ Solutions: $(5,0),(5,3),(5,6),(5,9)\newline$ $\boxed{4}$ | 4 |
165 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_21 | 1 | A game board consists of $64$ squares that alternate in color between black and white. The figure below shows square $P$ in the bottom row and square $Q$ in the top row. A marker is placed at $P.$ A step consists of moving the marker onto one of the adjoining white squares in the row above. How many $7$ -step paths are... | Notice that, in order to step onto any particular white square, the marker must have come from one of the $1$ or $2$ white squares immediately beneath it (since the marker can only move on white squares). This means that the number of ways to move from $P$ to that square is the sum of the numbers of ways to move from $... | 28 |
166 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_21 | 2 | A game board consists of $64$ squares that alternate in color between black and white. The figure below shows square $P$ in the bottom row and square $Q$ in the top row. A marker is placed at $P.$ A step consists of moving the marker onto one of the adjoining white squares in the row above. How many $7$ -step paths are... | Suppose we "extend" the chessboard infinitely with $2$ additional columns to the right, as shown below. The red line shows the right-hand edge of the original board.
[asy] int N = 7; for (int i = 0; i < 10; ++i) { for (int j = 0; j < 8; ++j) { draw((i,j)--(i+1,j)--(i+1,j+1)--(i,j+1)--(i,j)); if ((i+j) % 2 == 0) { filld... | 28 |
167 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_21 | 3 | A game board consists of $64$ squares that alternate in color between black and white. The figure below shows square $P$ in the bottom row and square $Q$ in the top row. A marker is placed at $P.$ A step consists of moving the marker onto one of the adjoining white squares in the row above. How many $7$ -step paths are... | On any white square, we may choose to go left or right, as long as we do not cross over the border of the board. Call the moves $L$ and $R$ respectively. Every single legal path consists of $4$ $R's$ and $3$ $L's$ , so now all we have to find is the number of ways to order $4 R's$ and $3 L's$ in any way, which is ${7 \... | 28 |
168 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_22 | 1 | When a positive integer $N$ is fed into a machine, the output is a number calculated according to the rule shown below.
[asy] size(300); defaultpen(linewidth(0.8)+fontsize(13)); real r = 0.05; draw((0.9,0)--(3.5,0),EndArrow(size=7)); filldraw((4,2.5)--(7,2.5)--(7,-2.5)--(4,-2.5)--cycle,gray(0.65)); fill(circle((5.5,1.2... | We start with final output of $1$ and work backward, taking cares to consider all possible inputs that could have resulted in any particular output. This produces following set of possibilities each stage: \[\{1\}\rightarrow\{2\}\rightarrow\{4\}\rightarrow\{1,8\}\rightarrow\{2,16\}\rightarrow\{4,5,32\}\rightarrow\{1,8,... | 83 |
169 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_22 | 2 | When a positive integer $N$ is fed into a machine, the output is a number calculated according to the rule shown below.
[asy] size(300); defaultpen(linewidth(0.8)+fontsize(13)); real r = 0.05; draw((0.9,0)--(3.5,0),EndArrow(size=7)); filldraw((4,2.5)--(7,2.5)--(7,-2.5)--(4,-2.5)--cycle,gray(0.65)); fill(circle((5.5,1.2... | As in Solution 1, we work backwards from $1$ , this time showing the possible cases in a tree diagram:
[asy] // Upper branches draw((-6, 1.5)--(-5, 1)--(-3, 1)--(-2,0)--(0, 0)); draw((-6, 0.5)--(-5, 1)); // Lower branches draw((-6, -1.5)--(-5, -1.5)--(-4, -1)--(-3, -1)--(-2, 0)); draw((-6, -0.5)--(-5, -0.5)--(-4, -1));... | 83 |
170 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_22 | 3 | When a positive integer $N$ is fed into a machine, the output is a number calculated according to the rule shown below.
[asy] size(300); defaultpen(linewidth(0.8)+fontsize(13)); real r = 0.05; draw((0.9,0)--(3.5,0),EndArrow(size=7)); filldraw((4,2.5)--(7,2.5)--(7,-2.5)--(4,-2.5)--cycle,gray(0.65)); fill(circle((5.5,1.2... | We begin by finding the inverse of the function that the machine uses. Call the input $I$ and the output $O$ . If $I$ is even, $O=\frac{I}{2}$ , and if $I$ is odd, $O=3I+1$ . We can therefore see that $I=2O$ when $I$ is even and $I=\frac{O-1}{3}$ when $I$ is odd. Therefore, starting with $1$ , if $I$ is even, $I=2$ , a... | 83 |
171 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_23 | 1 | Five different awards are to be given to three students. Each student will receive at least one award. In how many different ways can the awards be distributed?
$\textbf{(A) }120 \qquad \textbf{(B) }150 \qquad \textbf{(C) }180 \qquad \textbf{(D) }210 \qquad \textbf{(E) }240$ | Firstly, observe that it is not possible for a single student to receive $4$ or $5$ awards because this would mean that one of the other students receives no awards. Thus, each student must receive either $1$ $2$ , or $3$ awards. If a student receives $3$ awards, then the other two students must each receive $1$ award;... | 150 |
172 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_23 | 2 | Five different awards are to be given to three students. Each student will receive at least one award. In how many different ways can the awards be distributed?
$\textbf{(A) }120 \qquad \textbf{(B) }150 \qquad \textbf{(C) }180 \qquad \textbf{(D) }210 \qquad \textbf{(E) }240$ | Upon inspection (specified in the above solution), there are two cases of the distribution of awards to the students: one student gets 3 awards and the other each get 1 award or one student gets 1 award and the other two get 2 awards.
In the first case, there are $\binom{3}{1} = 3$ ways to choose the person who gets 3 ... | 150 |
173 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_23 | 3 | Five different awards are to be given to three students. Each student will receive at least one award. In how many different ways can the awards be distributed?
$\textbf{(A) }120 \qquad \textbf{(B) }150 \qquad \textbf{(C) }180 \qquad \textbf{(D) }210 \qquad \textbf{(E) }240$ | Without the restriction that each student receives at least one award, we could take each of the awards and choose one of the $3$ students to give it to. This would be $3^5$ ways to distribute the awards in total. Now we need to subtract the cases where at least one student doesn't receive an award. If a student doesn'... | 150 |
174 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_25 | 1 | Rectangles $R_1$ and $R_2,$ and squares $S_1,\,S_2,\,$ and $S_3,$ shown below, combine to form a rectangle that is 3322 units wide and 2020 units high. What is the side length of $S_2$ in units?
[asy] draw((0,0)--(5,0)--(5,3)--(0,3)--(0,0)); draw((3,0)--(3,1)--(0,1)); draw((3,1)--(3,2)--(5,2)); draw((3,2)--(2,2)--(2,1)... | Let the side length of each square $S_k$ be $s_k$ . Then, from the diagram, we can line up the top horizontal lengths of $S_1$ $S_2$ , and $S_3$ to cover the top side of the large rectangle, so $s_{1}+s_{2}+s_{3}=3322$ . Similarly, the short side of $R_2$ will be $s_1-s_2$ , and lining this up with the left side of $S_... | 651 |
175 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_25 | 2 | Rectangles $R_1$ and $R_2,$ and squares $S_1,\,S_2,\,$ and $S_3,$ shown below, combine to form a rectangle that is 3322 units wide and 2020 units high. What is the side length of $S_2$ in units?
[asy] draw((0,0)--(5,0)--(5,3)--(0,3)--(0,0)); draw((3,0)--(3,1)--(0,1)); draw((3,1)--(3,2)--(5,2)); draw((3,2)--(2,2)--(2,1)... | Assuming that the problem is well-posed, it should be true in the particular case where $S_1 \cong S_3$ and $R_1 \cong R_2$ . Let the sum of the side lengths of $S_1$ and $S_3$ be $x$ , and let the length of square $S_2$ be $y$ . We then have the system \[\begin{dcases}x+y =3322 \\x-y=2020\end{dcases}\] which we solve ... | 651 |
176 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_25 | 3 | Rectangles $R_1$ and $R_2,$ and squares $S_1,\,S_2,\,$ and $S_3,$ shown below, combine to form a rectangle that is 3322 units wide and 2020 units high. What is the side length of $S_2$ in units?
[asy] draw((0,0)--(5,0)--(5,3)--(0,3)--(0,0)); draw((3,0)--(3,1)--(0,1)); draw((3,1)--(3,2)--(5,2)); draw((3,2)--(2,2)--(2,1)... | Since, for each pair of rectangles, the side lengths have a sum of $3322$ or $2020$ and a difference of $S_2$ , the answer must be $\dfrac{3322 - 2020}{2} = \dfrac{1302}{2} = \boxed{651}$ | 651 |
177 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_8_Problems/Problem_25 | 4 | Rectangles $R_1$ and $R_2,$ and squares $S_1,\,S_2,\,$ and $S_3,$ shown below, combine to form a rectangle that is 3322 units wide and 2020 units high. What is the side length of $S_2$ in units?
[asy] draw((0,0)--(5,0)--(5,3)--(0,3)--(0,0)); draw((3,0)--(3,1)--(0,1)); draw((3,1)--(3,2)--(5,2)); draw((3,2)--(2,2)--(2,1)... | Let the side length of $S_2$ be s, and the shorter side length of $R_1$ and $R_2$ be $r$ . We have
[asy] draw((0,0)--(5,0)--(5,3)--(0,3)--(0,0)); draw((3,0)--(3,1)--(0,1)); draw((3,1)--(3,2)--(5,2)); draw((3,2)--(2,2)--(2,1)--(2,3)); label("$R_1$",(3/2,1/2)); label("$S_3$",(4,1)); label("$S_2$",(5/2,3/2)); label("$S_1$... | 651 |
178 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_1 | 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 any remaining money to buy soft drinks. Counting both sandwiches and soft drinks, how
many items will they buy?
$\textb... | We know that the sandwiches cost $4.50$ dollars. Guessing will bring us to multiplying $4.50$ by 6, which gives us $27.00$ . Since they can spend $30.00$ they have $3$ dollars left. Since sodas cost $1.00$ dollar each, they can buy 3 sodas, which makes them spend $30.00$ Since they bought 6 sandwiches and 3 sodas, they... | 9 |
179 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_1 | 2 | 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 any remaining money to buy soft drinks. Counting both sandwiches and soft drinks, how
many items will they buy?
$\textb... | Let $s$ be the number of sandwiches and $d$ be the number of sodas. We have to satisfy the equation of \[4.50s+d=30\] In the question, it states that Ike and Mike buys as many sandwiches as possible.
So, we drop the number of sodas for a while.
We have: \begin{align*} 4.50s&=30 \\ s&=\frac{30}{4.5} \\ s&=6R3 \end{alig... | 9 |
180 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_2 | 1 | Three identical rectangles are put together to form rectangle $ABCD$ , 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$
[asy] draw((0,0)--(3,0)); draw((0,0)--(0,2)); draw((0,2)--(3,2)); draw((3,2)--(... | We can see that there are $2$ rectangles lying on top of the other and that is the same as the length of one rectangle. Now we know that the shorter side is $5$ , so the bigger side is $10$ , if we do $5 \cdot 2 = 10$ . Now we get the sides of the big rectangle being $15$ and $10$ , so the area is $\boxed{150}$ . ~avam... | 150 |
181 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_4 | 1 | 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... | [asy] draw((-12,0)--(0,5)); draw((0,5)--(12,0)); draw((12,0)--(0,-5)); draw((0,-5)--(-12,0)); draw((0,0)--(12,0)); draw((0,0)--(0,5)); draw((0,0)--(-12,0)); draw((0,0)--(0,-5)); dot((-12,0)); dot((0,5)); dot((12,0)); dot((0,-5)); label("A",(-12,0),W); label("B",(0,5),N); label("C",(12,0),E); label("D",(0,-5),S); label(... | 120 |
182 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_4 | 2 | 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... | Right off the bat, we can see that the perimeter of the figure is 52. Dividing this by four, we can get that each side is equal to 13. By drawing a line perpendicular to the one given, we can split the figure into four right triangles. 12 (24/2) is equal to the height of one small right triangle, and 13 is the slanted ... | 120 |
183 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_7 | 1 | 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) }7... | We should notice that we can turn the information we are given into a linear equation and just solve for our set variables. I'll use the variables $x$ and $y$ for the scores on the last two tests. \[\frac{76+94+87+x+y}{5} = 81,\] \[\frac{257+x+y}{5} = 81.\] We can now cross multiply to get rid of the denominator. \[257... | 48 |
184 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_7 | 2 | 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) }7... | Right now, she scored $76, 94,$ and $87$ points, for a total of $257$ points. She wants her average to be $81$ for her $5$ tests, so she needs to score $405$ points in total. This means she needs to score a total of $405-257= 148$ points in her next $2$ tests. Since the maximum score she can get on one of her $2$ test... | 48 |
185 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_7 | 3 | 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) }7... | We can compare each of the scores with the average of $81$ $76$ $\rightarrow$ $-5$ $94$ $\rightarrow$ $+13$ $87$ $\rightarrow$ $+6$ $100$ $\rightarrow$ $+19$
So the last one has to be $-33$ (since all the differences have to sum to $0$ ), which corresponds to $81-33 = \boxed{48}$ | 48 |
186 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_8 | 1 | Gilda has a bag of marbles. She gives $20\%$ of them to her friend Pedro. Then Gilda gives $10\%$ of what is left to another friend, Ebony. Finally, Gilda gives $25\%$ of what is now left in the bag to her brother Jimmy. What percentage of her original bag of marbles does Gilda have left for herself?
$\textbf{(A) }20\q... | After Gilda gives $20$ % of the marbles to Pedro, she has $80$ % of the marbles left. If she then gives $10$ % of what's left to Ebony, she has $(0.8*0.9)$ $72$ % of what she had at the beginning. Finally, she gives $25$ % of what's left to her brother, so she has $(0.75*0.72)$ $\boxed{54}$ of what she had in the begin... | 54 |
187 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_8 | 2 | Gilda has a bag of marbles. She gives $20\%$ of them to her friend Pedro. Then Gilda gives $10\%$ of what is left to another friend, Ebony. Finally, Gilda gives $25\%$ of what is now left in the bag to her brother Jimmy. What percentage of her original bag of marbles does Gilda have left for herself?
$\textbf{(A) }20\q... | Suppose Gilda has 100 marbles.
Then, she gives Pedro 20% of 100 = 20, she remains with 80 marbles.
Out of 80 marbles, she gives 10% of 80 = 8 to Ebony.
Thus, she remains with 72 marbles.
Then, she gives 25% of 72 = 18 to Jimmy, finally leaving her with 54.
And, $\frac{54}{100}$ =54%= $\boxed{54}$ | 54 |
188 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_8 | 3 | Gilda has a bag of marbles. She gives $20\%$ of them to her friend Pedro. Then Gilda gives $10\%$ of what is left to another friend, Ebony. Finally, Gilda gives $25\%$ of what is now left in the bag to her brother Jimmy. What percentage of her original bag of marbles does Gilda have left for herself?
$\textbf{(A) }20\q... | (Only if you have lots of time do it this way)
Since she gave away 20% and 10% of what is left and then another 25% of what is actually left, we can do 20+10+25 or 55%. But it is actually going to be a bit more than 55% because 10% of what is left is not 10% of the total amount. So, the only option that is greater than... | 54 |
189 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_11 | 1 | The eighth grade class at Lincoln Middle School has $93$ students. Each student takes a math class or a foreign language class or both. There are $70$ eighth graders taking a math class, and there are $54$ eighth graders taking a foreign language class. How many eighth graders take only a math class and not a foreign l... | Let $x$ be the number of students taking both a math and a foreign language class.
By P-I-E, we get $70 + 54 - x$ $93$
Solving gives us $x = 31$
But we want the number of students taking only a math class,
which is $70 - 31 = 39$
$\boxed{39}$ | 39 |
190 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_11 | 2 | The eighth grade class at Lincoln Middle School has $93$ students. Each student takes a math class or a foreign language class or both. There are $70$ eighth graders taking a math class, and there are $54$ eighth graders taking a foreign language class. How many eighth graders take only a math class and not a foreign l... | We have $70 + 54 = 124$ people taking classes. However, we over-counted the number of people who take both classes. If we subtract the original amount of people who take classes we get that $31$ people took the two classes. To find the amount of people who took only math class, we subtract the people who didn't take on... | 39 |
191 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_11 | 3 | The eighth grade class at Lincoln Middle School has $93$ students. Each student takes a math class or a foreign language class or both. There are $70$ eighth graders taking a math class, and there are $54$ eighth graders taking a foreign language class. How many eighth graders take only a math class and not a foreign l... | [asy] draw(circle((-0.5,0),1)); draw(circle((0.5,0),1)); label("$\huge{x}$", (0, 0)); label("$70-x$", (-1, 0)); label("$54-x$", (1, 0)); [/asy]
We know that the sum of all three areas is $93$ So, we have: \[93 = 70-x+x+54-x\] \[93 = 70+54-x\] \[93 = 124 - x\] \[-31=-x\] \[x=31\]
We are looking for the number of student... | 39 |
192 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_13 | 1 | palindrome is a number that has the same value when read from left to right or from right to left. (For example, 12321 is a palindrome.) Let $N$ be the least three-digit integer which is not a palindrome but which is the sum of three distinct two-digit palindromes. What is the sum of the digits of $N$
$\textbf{(A) }2\q... | Note that the only positive 2-digit palindromes are multiples of 11, namely $11, 22, \ldots, 99$ . Since $N$ is the sum of 2-digit palindromes, $N$ is necessarily a multiple of 11. The smallest 3-digit multiple of 11 which is not a palindrome is 110, so $N=110$ is a candidate solution. We must check that 110 can be wri... | 2 |
193 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_13 | 2 | palindrome is a number that has the same value when read from left to right or from right to left. (For example, 12321 is a palindrome.) Let $N$ be the least three-digit integer which is not a palindrome but which is the sum of three distinct two-digit palindromes. What is the sum of the digits of $N$
$\textbf{(A) }2\q... | We already know that two-digit palindromes can only be two-digit multiples of 11; which are: $11, 22, 33, 44, 55, 66, 77, 88,$ and $99$ . Since this is clear, we will need to find out the least multiple of 11 that is not a palindrome. Then, we start counting. $110 \ldots$ Aha! This multiple of 11, 110, not only isn’t a... | 2 |
194 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_13 | 3 | palindrome is a number that has the same value when read from left to right or from right to left. (For example, 12321 is a palindrome.) Let $N$ be the least three-digit integer which is not a palindrome but which is the sum of three distinct two-digit palindromes. What is the sum of the digits of $N$
$\textbf{(A) }2\q... | As stated above, two-digit palindromes can only be two-digit multiples of 11. We can see that if we add anything that are multiples of 11 together, we will again get a multiple of 11. For instance, $11+22=33$ . Since we know this fact and we are finding the smallest value possible, we can start with the first three-dig... | 2 |
195 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_16 | 1 | Qiang drives $15$ miles at an average speed of $30$ miles per hour. How many additional miles will he have to drive at $55$ miles per hour to average $50$ miles per hour for the entire trip?
$\textbf{(A) }45\qquad\textbf{(B) }62\qquad\textbf{(C) }90\qquad\textbf{(D) }110\qquad\textbf{(E) }135$ | The only option that is easily divisible by $55$ is $110$ , which gives 2 hours of travel. And, the formula is $\frac{15}{30} + \frac{110}{55} = \frac{5}{2}$
And, $\text{Average Speed}$ $\frac{\text{Total Distance}}{\text{Total Time}}$
Thus, $\frac{125}{50} = \frac{5}{2}$
Both are equal and thus our answer is $\boxed{1... | 110 |
196 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_16 | 2 | Qiang drives $15$ miles at an average speed of $30$ miles per hour. How many additional miles will he have to drive at $55$ miles per hour to average $50$ miles per hour for the entire trip?
$\textbf{(A) }45\qquad\textbf{(B) }62\qquad\textbf{(C) }90\qquad\textbf{(D) }110\qquad\textbf{(E) }135$ | To calculate the average speed, simply evaluate the total distance over the total time. Let the number of additional miles he has to drive be $x.$ Therefore, the total distance is $15+x$ and the total time (in hours) is \[\frac{15}{30}+\frac{x}{55}=\frac{1}{2}+\frac{x}{55}.\] We can set up the following equation: \[\fr... | 110 |
197 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_16 | 3 | Qiang drives $15$ miles at an average speed of $30$ miles per hour. How many additional miles will he have to drive at $55$ miles per hour to average $50$ miles per hour for the entire trip?
$\textbf{(A) }45\qquad\textbf{(B) }62\qquad\textbf{(C) }90\qquad\textbf{(D) }110\qquad\textbf{(E) }135$ | If he travels $15$ miles at a speed of $30$ miles per hour, he travels for 30 min. Average rate is total distance over total time so $(15+d)/(0.5 + t) = 50$ , where d is the distance left to travel and t is the time to travel that distance. Solve for $d$ to get $d = 10+50t$ . You also know that he has to travel $55$ mi... | 110 |
198 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_16 | 4 | Qiang drives $15$ miles at an average speed of $30$ miles per hour. How many additional miles will he have to drive at $55$ miles per hour to average $50$ miles per hour for the entire trip?
$\textbf{(A) }45\qquad\textbf{(B) }62\qquad\textbf{(C) }90\qquad\textbf{(D) }110\qquad\textbf{(E) }135$ | Let $h$ be the amount of hours Qiang drives after his first 15 miles. Average speed, which we know is $50$ mph, means total distance over total time. For 15 miles at 30 mph, the time taken is $\frac{1}{2}$ hour, so the total time for this trip would be $\frac{1}{2} + h$ hours. For the total distance, 15 miles are trave... | 110 |
199 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_19 | 1 | In a tournament there are six teams that play each other twice. A team earns $3$ points for a win, $1$ point for a draw, and $0$ points for a loss. After all the games have been played it turns out that the top three teams earned the same number of total points. What is the greatest possible number of total points for ... | This isn't finished
to another. This gives equality, as each team wins once and loses once as well. For a win, we have $3$ points, so a team gets $3\times2=6$ points if they each win a game and lose a game. This case brings a total of $18+6=24$ points.
Therefore, we use Case 2 since it brings the greater amount of poi... | 24 |
200 | https://artofproblemsolving.com/wiki/index.php/2019_AMC_8_Problems/Problem_19 | 2 | In a tournament there are six teams that play each other twice. A team earns $3$ points for a win, $1$ point for a draw, and $0$ points for a loss. After all the games have been played it turns out that the top three teams earned the same number of total points. What is the greatest possible number of total points for ... | We can name the top three teams as $A$ $B$ , and $C$ . We can see that (respective scores of) $A=B=C$ because these teams have the same points. If we look at the matches that involve the top three teams, we see that there are some duplicates: $AB$ $BC$ , and $AC$ come twice. In order to even out the scores and get the ... | 24 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.