Difference between revisions of "2015 AMC 8 Problems"
(→Problem 7) |
Scrabbler94 (talk | contribs) m (→Problem 6) |
||
(153 intermediate revisions by 50 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AMC8 Problems|year=2015|}} | ||
==Problem 1== | ==Problem 1== | ||
− | How many square yards of carpet are required to cover a rectangular floor that is <math>12</math> feet long and <math>9</math> feet wide? (There are 3 feet in a yard.) | + | |
+ | How many square yards of carpet are required to cover a rectangular floor that is <math>12</math> feet long and <math>9</math> feet wide? (There are <math>3</math> feet in a yard.) | ||
<math>\textbf{(A) }12\qquad\textbf{(B) }36\qquad\textbf{(C) }108\qquad\textbf{(D) }324\qquad \textbf{(E) }972</math> | <math>\textbf{(A) }12\qquad\textbf{(B) }36\qquad\textbf{(C) }108\qquad\textbf{(D) }324\qquad \textbf{(E) }972</math> | ||
Line 10: | Line 12: | ||
Point <math>O</math> is the center of the regular octagon <math>ABCDEFGH</math>, and <math>X</math> is the midpoint of the side <math>\overline{AB}.</math> What fraction of the area of the octagon is shaded? | Point <math>O</math> is the center of the regular octagon <math>ABCDEFGH</math>, and <math>X</math> is the midpoint of the side <math>\overline{AB}.</math> What fraction of the area of the octagon is shaded? | ||
+ | |||
+ | <asy> | ||
+ | pair A,B,C,D,E,F,G,H,O,X; | ||
+ | A=dir(45); | ||
+ | B=dir(90); | ||
+ | C=dir(135); | ||
+ | D=dir(180); | ||
+ | E=dir(-135); | ||
+ | F=dir(-90); | ||
+ | G=dir(-45); | ||
+ | H=dir(0); | ||
+ | O=(0,0); | ||
+ | X=midpoint(A--B); | ||
+ | |||
+ | fill(X--B--C--D--E--O--cycle,rgb(0.75,0.75,0.75)); | ||
+ | draw(A--B--C--D--E--F--G--H--cycle); | ||
+ | |||
+ | dot("$A$",A,dir(45)); | ||
+ | dot("$B$",B,dir(90)); | ||
+ | dot("$C$",C,dir(135)); | ||
+ | dot("$D$",D,dir(180)); | ||
+ | dot("$E$",E,dir(-135)); | ||
+ | dot("$F$",F,dir(-90)); | ||
+ | dot("$G$",G,dir(-45)); | ||
+ | dot("$H$",H,dir(0)); | ||
+ | dot("$X$",X,dir(135/2)); | ||
+ | dot("$O$",O,dir(0)); | ||
+ | draw(E--O--X); | ||
+ | </asy> | ||
<math>\textbf{(A) }\frac{11}{32} \quad\textbf{(B) }\frac{3}{8} \quad\textbf{(C) }\frac{13}{32} \quad\textbf{(D) }\frac{7}{16}\quad \textbf{(E) }\frac{15}{32}</math> | <math>\textbf{(A) }\frac{11}{32} \quad\textbf{(B) }\frac{3}{8} \quad\textbf{(C) }\frac{13}{32} \quad\textbf{(D) }\frac{7}{16}\quad \textbf{(E) }\frac{15}{32}</math> | ||
Line 25: | Line 56: | ||
==Problem 4== | ==Problem 4== | ||
− | The Centerville Middle School chess team consists of two boys and three girls. A photographer wants to take a picture of the team to appear in the local newspaper. She decides to have them sit in a row with a boy at each end and the three girls in the middle. How many such arrangements are possible? | + | The Centerville Middle School chess team consists of two boys and three girls. A photographer wants to take a picture of the team to appear in the local newspaper. She decides to have them sit in a row with a boy at each end and the three girls in the middle. How many such arrangements are possible? |
<math>\textbf{(A) }2\qquad\textbf{(B) }4\qquad\textbf{(C) }5\qquad\textbf{(D) }6\qquad \textbf{(E) }12</math> | <math>\textbf{(A) }2\qquad\textbf{(B) }4\qquad\textbf{(C) }5\qquad\textbf{(D) }6\qquad \textbf{(E) }12</math> | ||
Line 33: | Line 64: | ||
==Problem 5== | ==Problem 5== | ||
− | Billy's basketball team scored the following points over the course of the first 11 games of the season: <cmath>42, 47, 53, 53, 58, 58, 58, 61, 64, 65, 73</cmath> If his team scores 40 in the 12th game, which of the following statistics will show an increase? | + | Billy's basketball team scored the following points over the course of the first <math>11</math> games of the season: <cmath>42, 47, 53, 53, 58, 58, 58, 61, 64, 65, 73</cmath> If his team scores 40 in the 12th game, which of the following statistics will show an increase? |
<math>\textbf{(A) } \text{range} \qquad \textbf{(B) } \text{median} \qquad \textbf{(C) } \text{mean} \qquad \textbf{(D) } \text{mode} \qquad \textbf{(E) } \text{mid-range}</math> | <math>\textbf{(A) } \text{range} \qquad \textbf{(B) } \text{median} \qquad \textbf{(C) } \text{mean} \qquad \textbf{(D) } \text{mode} \qquad \textbf{(E) } \text{mid-range}</math> | ||
Line 41: | Line 72: | ||
==Problem 6== | ==Problem 6== | ||
− | In <math>\ | + | In <math>\triangle ABC</math>, <math>AB=BC=29</math>, and <math>AC=42</math>. What is the area of <math>\triangle ABC</math>? |
<math>\textbf{(A) }100\qquad\textbf{(B) }420\qquad\textbf{(C) }500\qquad\textbf{(D) }609\qquad \textbf{(E) }701</math> | <math>\textbf{(A) }100\qquad\textbf{(B) }420\qquad\textbf{(C) }500\qquad\textbf{(D) }609\qquad \textbf{(E) }701</math> | ||
Line 57: | Line 88: | ||
==Problem 8== | ==Problem 8== | ||
− | What is the smallest whole number larger than the perimeter of any triangle with a side of length <math>5</math> and a side of length <math>19</math> | + | What is the smallest whole number larger than the perimeter of any triangle with a side of length <math>5</math> and a side of length <math>19</math>? |
<math>\textbf{(A) }24\qquad\textbf{(B) }29\qquad\textbf{(C) }43\qquad\textbf{(D) }48\qquad \textbf{(E) }57</math> | <math>\textbf{(A) }24\qquad\textbf{(B) }29\qquad\textbf{(C) }43\qquad\textbf{(D) }48\qquad \textbf{(E) }57</math> | ||
Line 73: | Line 104: | ||
==Problem 10== | ==Problem 10== | ||
+ | How many integers between <math>1000</math> and <math>9999</math> have four distinct digits? | ||
+ | |||
+ | <math>\textbf{(A) }3024\qquad\textbf{(B) }4536\qquad\textbf{(C) }5040\qquad\textbf{(D) }6480\qquad \textbf{(E) }6561</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 10|Solution]] | ||
==Problem 11== | ==Problem 11== | ||
+ | In the small country of Mathland, all automobile license plates have four symbols. The first must be a vowel (<math>A, E, I, O,</math> or <math>U</math>), the second and third must be two different letters among the <math>21</math> non-vowels, and the fourth must be a digit (<math>0</math> through <math>9</math>). If the symbols are chosen at random subject to these conditions, what is the probability that the plate will read "<math>AMC8</math>"? | ||
+ | |||
+ | <math>\textbf{(A) } \frac{1}{22,050} \qquad \textbf{(B) } \frac{1}{21,000}\qquad \textbf{(C) } \frac{1}{10,500}\qquad \textbf{(D) } \frac{1}{2,100} \qquad \textbf{(E) } \frac{1}{1,050}</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 11|Solution]] | ||
==Problem 12== | ==Problem 12== | ||
+ | How many pairs of parallel edges, such as <math>\overline{AB},</math> and <math>\overline{GH},</math> or <math>\overline{EH},</math> and <math>\overline{FG},</math> does a cube have? | ||
+ | |||
+ | <asy> import three; currentprojection=orthographic(1/2,-1,1/2); /* three - currentprojection, orthographic */ draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle); draw((0,0,0)--(0,0,1)); draw((0,1,0)--(0,1,1)); draw((1,1,0)--(1,1,1)); draw((1,0,0)--(1,0,1)); draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle); label("$D$",(0,0,0),S); label("$A$",(0,0,1),N); label("$H$",(0,1,0),S); label("$E$",(0,1,1),N); label("$C$",(1,0,0),S); label("$B$",(1,0,1),N); label("$G$",(1,1,0),S); label("$F$",(1,1,1),N); </asy> | ||
+ | <math>\textbf{(A) }6 \qquad\textbf{(B) }12 \qquad\textbf{(C) } 18 \qquad\textbf{(D) } 24 \qquad \textbf{(E) } 36</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 12|Solution]] | ||
==Problem 13== | ==Problem 13== | ||
+ | How many subsets of two elements can be removed from the set <math>\{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11\}</math> so that the mean (average) of the remaining numbers is <math>6</math>? | ||
+ | |||
+ | <math>\textbf{(A)}\text{ 1}\qquad\textbf{(B)}\text{ 2}\qquad\textbf{(C)}\text{ 3}\qquad\textbf{(D)}\text{ 5}\qquad\textbf{(E)}\text{ 6}</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 13|Solution]] | ||
==Problem 14== | ==Problem 14== | ||
+ | |||
+ | Which of the following integers cannot be written as the sum of four consecutive odd integers? | ||
+ | |||
+ | <math>\textbf{(A)}\text{ 16}\qquad\textbf{(B)}\text{ 40}\qquad\textbf{(C)}\text{ 72}\qquad\textbf{(D)}\text{ 100}\qquad\textbf{(E)}\text{ 200}</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 14|Solution]] | ||
+ | |||
+ | ==Problem 15== | ||
+ | |||
+ | At Euler Middle School, <math>198</math> students voted on two issues in a school referendum with the following results: <math>149</math> voted in favor of the first issue and <math>119</math> voted in favor of the second issue. If there were exactly <math>29</math> students who voted against both issues, how many students voted in favor of both issues? | ||
+ | |||
+ | <math>\textbf{(A) }49\qquad\textbf{(B) }70\qquad\textbf{(C) }79\qquad\textbf{(D) }99\qquad \textbf{(E) }149</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 15|Solution]] | ||
+ | |||
+ | ==Problem 16== | ||
+ | |||
+ | In a middle-school mentoring program, a number of the sixth graders are paired with a ninth-grade student as a buddy. No ninth grader is assigned more than one sixth-grade buddy. If <math>\tfrac{1}{3}</math> of all the ninth graders are paired with <math>\tfrac{2}{5}</math> of all the sixth graders, what fraction of the total number of sixth and ninth graders have a buddy? | ||
+ | |||
+ | <math> | ||
+ | \textbf{(A) } \frac{2}{15} \qquad | ||
+ | \textbf{(B) } \frac{4}{11} \qquad | ||
+ | \textbf{(C) } \frac{11}{30} \qquad | ||
+ | \textbf{(D) } \frac{3}{8} \qquad | ||
+ | \textbf{(E) } \frac{11}{15} | ||
+ | </math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 16|Solution]] | ||
+ | |||
+ | ==Problem 17== | ||
+ | |||
+ | Jeremy's father drives him to school in rush hour traffic in <math>20</math> minutes. One day, there is no traffic, so his father can drive him <math>18</math> miles per hour faster and gets him to school in <math>12</math> minutes. How far in miles is it to school? | ||
+ | |||
+ | <math> | ||
+ | \textbf{(A) } 4 \qquad | ||
+ | \textbf{(B) } 6 \qquad | ||
+ | \textbf{(C) } 8 \qquad | ||
+ | \textbf{(D) } 9 \qquad | ||
+ | \textbf{(E) } 12 | ||
+ | </math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 17|Solution]] | ||
+ | |||
+ | ==Problem 18== | ||
+ | |||
+ | An arithmetic sequence is a sequence in which each term after the first is obtained by adding a constant to the previous term. For example, <math>2,5,8,11,14</math> is an arithmetic sequence with five terms, in which the first term is <math>2</math> and the constant added is <math>3</math>. Each row and each column in this <math>5\times5</math> array is an arithmetic sequence with five terms. The square in the center is labelled <math>X</math> as shown. What is the value of <math>X</math>? | ||
+ | |||
+ | <asy> size(3.85cm); label("$X$",(2.5,2.1),N); for (int i=0; i<=5; ++i) draw((i,0)--(i,5), linewidth(.5)); for (int j=0; j<=5; ++j) draw((0,j)--(5,j), linewidth(.5)); void draw_num(pair ll_corner, int num) { label(string(num), ll_corner + (0.5, 0.5), p = fontsize(19pt)); } draw_num((0,0), 17); draw_num((4, 0), 81); draw_num((0, 4), 1); draw_num((4,4), 25); void foo(int x, int y, string n) { label(n, (x+0.5,y+0.5), p = fontsize(19pt)); } foo(2, 4, " "); foo(3, 4, " "); foo(0, 3, " "); foo(2, 3, " "); foo(1, 2, " "); foo(3, 2, " "); foo(1, 1, " "); foo(2, 1, " "); foo(3, 1, " "); foo(4, 1, " "); foo(2, 0, " "); foo(3, 0, " "); foo(0, 1, " "); foo(0, 2, " "); foo(1, 0, " "); foo(1, 3, " "); foo(1, 4, " "); foo(3, 3, " "); foo(4, 2, " "); foo(4, 3, " "); </asy> | ||
+ | |||
+ | <math>\textbf{(A) }21\qquad\textbf{(B) }31\qquad\textbf{(C) }36\qquad\textbf{(D) }40\qquad \textbf{(E) }42</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 18|Solution]] | ||
+ | |||
+ | ==Problem 19== | ||
+ | |||
+ | A triangle with vertices as <math>A=(1,3)</math>, <math>B=(5,1)</math>, and <math>C=(4,4)</math> is plotted on a <math>6\times5</math> grid. What fraction of the grid is covered by the triangle? | ||
+ | |||
+ | <asy> | ||
+ | |||
+ | draw((1,0)--(1,5),linewidth(.5)); | ||
+ | draw((2,0)--(2,5),linewidth(.5)); | ||
+ | draw((3,0)--(3,5),linewidth(.5)); | ||
+ | draw((4,0)--(4,5),linewidth(.5)); | ||
+ | draw((5,0)--(5,5),linewidth(.5)); | ||
+ | draw((6,0)--(6,5),linewidth(.5)); | ||
+ | draw((0,1)--(6,1),linewidth(.5)); | ||
+ | draw((0,2)--(6,2),linewidth(.5)); | ||
+ | draw((0,3)--(6,3),linewidth(.5)); | ||
+ | draw((0,4)--(6,4),linewidth(.5)); | ||
+ | draw((0,5)--(6,5),linewidth(.5)); | ||
+ | draw((0,0)--(0,6),EndArrow); | ||
+ | draw((0,0)--(7,0),EndArrow); | ||
+ | draw((1,3)--(4,4)--(5,1)--cycle); | ||
+ | label("$y$",(0,6),W); label("$x$",(7,0),S); | ||
+ | label("$A$",(1,3),dir(210)); label("$B$",(5,1),SE); label("$C$",(4,4),dir(100)); | ||
+ | </asy> | ||
+ | |||
+ | <math>\textbf{(A) }\frac{1}{6} \qquad \textbf{(B) }\frac{1}{5} \qquad \textbf{(C) }\frac{1}{4} \qquad \textbf{(D) }\frac{1}{3} \qquad \textbf{(E) }\frac{1}{2}</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 19|Solution]] | ||
+ | |||
+ | ==Problem 20== | ||
+ | |||
+ | Ralph went to the store and bought <math>12</math> pairs of socks for a total of <math>\$24</math>. Some of the socks he bought cost <math>\$1</math> a pair, some of the socks he bought cost <math>\$3</math> a pair, and some of the socks he bought cost <math>\$4</math> a pair. If he bought at least one pair of each type, how many pairs of <math>\$1</math> socks did Ralph buy? | ||
+ | |||
+ | <math>\textbf{(A) } 4 \qquad \textbf{(B) } 5 \qquad \textbf{(C) } 6 \qquad \textbf{(D) } 7 \qquad \textbf{(E) } 8</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 20|Solution]] | ||
+ | |||
+ | ==Problem 21== | ||
+ | In the given figure hexagon <math>ABCDEF</math> is equiangular, <math>ABJI</math> and <math>FEHG</math> are squares with areas <math>18</math> and <math>32</math> respectively, <math>\triangle JBK</math> is equilateral and <math>FE=BC</math>. What is the area of <math>\triangle KBC</math>? | ||
+ | |||
+ | <asy> | ||
+ | draw((-4,6*sqrt(2))--(4,6*sqrt(2))); | ||
+ | draw((-4,-6*sqrt(2))--(4,-6*sqrt(2))); | ||
+ | draw((-8,0)--(-4,6*sqrt(2))); | ||
+ | draw((-8,0)--(-4,-6*sqrt(2))); | ||
+ | draw((4,6*sqrt(2))--(8,0)); | ||
+ | draw((8,0)--(4,-6*sqrt(2))); | ||
+ | draw((-4,6*sqrt(2))--(4,6*sqrt(2))--(4,8+6*sqrt(2))--(-4,8+6*sqrt(2))--cycle); | ||
+ | draw((-8,0)--(-4,-6*sqrt(2))--(-4-6*sqrt(2),-4-6*sqrt(2))--(-8-6*sqrt(2),-4)--cycle); | ||
+ | label("$I$",(-4,8+6*sqrt(2)),dir(100)); label("$J$",(4,8+6*sqrt(2)),dir(80)); | ||
+ | label("$A$",(-4,6*sqrt(2)),dir(280)); label("$B$",(4,6*sqrt(2)),dir(250)); | ||
+ | label("$C$",(8,0),W); label("$D$",(4,-6*sqrt(2)),NW); label("$E$",(-4,-6*sqrt(2)),NE); label("$F$",(-8,0),E); | ||
+ | draw((4,8+6*sqrt(2))--(4,6*sqrt(2))--(4+4*sqrt(3),4+6*sqrt(2))--cycle); | ||
+ | label("$K$",(4+4*sqrt(3),4+6*sqrt(2)),E); | ||
+ | draw((4+4*sqrt(3),4+6*sqrt(2))--(8,0),dashed); | ||
+ | label("$H$",(-4-6*sqrt(2),-4-6*sqrt(2)),S); | ||
+ | label("$G$",(-8-6*sqrt(2),-4),W); | ||
+ | label("$32$",(-10,-8),N); | ||
+ | label("$18$",(0,6*sqrt(2)+2),N); | ||
+ | </asy> | ||
+ | |||
+ | <math>\textbf{(A) }6\sqrt{2}\qquad\textbf{(B) }9\qquad\textbf{(C) }12\qquad\textbf{(D) }9\sqrt{2}\qquad\textbf{(E) }32</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 21|Solution]] | ||
+ | |||
+ | ==Problem 22== | ||
+ | |||
+ | On June <math>1</math>, a group of students are standing in rows, with <math>15</math> students in each row. On June <math>2</math>, the same group is standing with all of the students in one long row. On June <math>3</math>, the same group is standing with just one student in each row. On June <math>4</math>, the same group is standing with <math>6</math> students in each row. This process continues through June <math>12</math> with a different number of students per row each day. However, on June <math>13</math>, they cannot find a new way of organizing the students. What is the smallest possible number of students in the group? | ||
+ | |||
+ | <math>\textbf{(A) } 21 \qquad \textbf{(B) } 30 \qquad \textbf{(C) } 60 \qquad \textbf{(D) } 90 \qquad \textbf{(E) } 1080</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 22|Solution]] | ||
+ | |||
+ | ==Problem 23== | ||
+ | |||
+ | Tom has twelve slips of paper which he wants to put into five cups labeled <math>A</math>, <math>B</math>, <math>C</math>, <math>D</math>, <math>E</math>. He wants the sum of the numbers on the slips in each cup to be an integer. Furthermore, he wants the five integers to be consecutive and increasing from <math>A</math> to <math>E</math>. The numbers on the papers are <math>2, 2, 2, 2.5, 2.5, 3, 3, 3, 3, 3.5, 4,</math> and <math>4.5</math>. If a slip with <math>2</math> goes into cup <math>E</math> and a slip with <math>3</math> goes into cup <math>B</math>, then the slip with <math>3.5</math> must go into what cup? | ||
+ | |||
+ | <math> | ||
+ | \textbf{(A) } A \qquad | ||
+ | \textbf{(B) } B \qquad | ||
+ | \textbf{(C) } C \qquad | ||
+ | \textbf{(D) } D \qquad | ||
+ | \textbf{(E) } E | ||
+ | </math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 23|Solution]] | ||
+ | |||
+ | ==Problem 24== | ||
+ | |||
+ | A baseball league consists of two four-team divisions. Each team plays every other team in its division <math>N</math> games. Each team plays every team in the other division <math>M</math> games with <math>N>2M</math> and <math>M>4</math>. Each team plays a <math>76</math>-game schedule. How many games does a team play within its own division? | ||
+ | |||
+ | <math>\textbf{(A) } 36 \qquad \textbf{(B) } 48 \qquad \textbf{(C) } 54 \qquad \textbf{(D) } 60 \qquad \textbf{(E) } 72</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 24|Solution]] | ||
+ | |||
+ | ==Problem 25== | ||
+ | |||
+ | One-inch squares are cut from the corners of this <math>5</math> inch square. What is the area in square inches of the largest square that can fit into the remaining space? | ||
+ | |||
+ | <asy> | ||
+ | |||
+ | draw((0,0)--(0,5)--(5,5)--(5,0)--cycle); | ||
+ | filldraw((0,4)--(1,4)--(1,5)--(0,5)--cycle, gray); | ||
+ | filldraw((0,0)--(1,0)--(1,1)--(0,1)--cycle, gray); | ||
+ | filldraw((4,0)--(4,1)--(5,1)--(5,0)--cycle, gray); | ||
+ | filldraw((4,4)--(4,5)--(5,5)--(5,4)--cycle, gray); | ||
+ | |||
+ | </asy> | ||
+ | |||
+ | <math> \textbf{(A) } 9\qquad \textbf{(B) } 12\frac{1}{2}\qquad \textbf{(C) } 15\qquad \textbf{(D) } 15\frac{1}{2}\qquad \textbf{(E) } 17</math> | ||
+ | |||
+ | [[2015 AMC 8 Problems/Problem 25|Solution]] | ||
+ | |||
+ | ==See Also== | ||
+ | {{AMC8 box|year=2015|before=[[2014 AMC 8 Problems|2014 AMC 8]]|after=[[2016 AMC 8 Problems|2016 AMC 8]]}} | ||
+ | * [[AMC 8]] | ||
+ | * [[AMC 8 Problems and Solutions]] | ||
+ | * [[Mathematics competition resources|Mathematics Competition Resources]] |
Latest revision as of 13:04, 2 February 2024
2015 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 |
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
How many square yards of carpet are required to cover a rectangular floor that is feet long and feet wide? (There are feet in a yard.)
Problem 2
Point is the center of the regular octagon , and is the midpoint of the side What fraction of the area of the octagon is shaded?
Problem 3
Jack and Jill are going swimming at a pool that is one mile from their house. They leave home simultaneously. Jill rides her bicycle to the pool at a constant speed of miles per hour. Jack walks to the pool at a constant speed of miles per hour. How many minutes before Jack does Jill arrive?
Problem 4
The Centerville Middle School chess team consists of two boys and three girls. A photographer wants to take a picture of the team to appear in the local newspaper. She decides to have them sit in a row with a boy at each end and the three girls in the middle. How many such arrangements are possible?
Problem 5
Billy's basketball team scored the following points over the course of the first games of the season: If his team scores 40 in the 12th game, which of the following statistics will show an increase?
Problem 6
In , , and . What is the area of ?
Problem 7
Each of two boxes contains three chips numbered , , . A chip is drawn randomly from each box and the numbers on the two chips are multiplied. What is the probability that their product is even?
Problem 8
What is the smallest whole number larger than the perimeter of any triangle with a side of length and a side of length ?
Problem 9
On her first day of work, Janabel sold one widget. On day two, she sold three widgets. On day three, she sold five widgets, and on each succeeding day, she sold two more widgets than she had sold on the previous day. How many widgets in total had Janabel sold after working days?
Problem 10
How many integers between and have four distinct digits?
Problem 11
In the small country of Mathland, all automobile license plates have four symbols. The first must be a vowel ( or ), the second and third must be two different letters among the non-vowels, and the fourth must be a digit ( through ). If the symbols are chosen at random subject to these conditions, what is the probability that the plate will read ""?
Problem 12
How many pairs of parallel edges, such as and or and does a cube have?
Problem 13
How many subsets of two elements can be removed from the set so that the mean (average) of the remaining numbers is ?
Problem 14
Which of the following integers cannot be written as the sum of four consecutive odd integers?
Problem 15
At Euler Middle School, students voted on two issues in a school referendum with the following results: voted in favor of the first issue and voted in favor of the second issue. If there were exactly students who voted against both issues, how many students voted in favor of both issues?
Problem 16
In a middle-school mentoring program, a number of the sixth graders are paired with a ninth-grade student as a buddy. No ninth grader is assigned more than one sixth-grade buddy. If of all the ninth graders are paired with of all the sixth graders, what fraction of the total number of sixth and ninth graders have a buddy?
Problem 17
Jeremy's father drives him to school in rush hour traffic in minutes. One day, there is no traffic, so his father can drive him miles per hour faster and gets him to school in minutes. How far in miles is it to school?
Problem 18
An arithmetic sequence is a sequence in which each term after the first is obtained by adding a constant to the previous term. For example, is an arithmetic sequence with five terms, in which the first term is and the constant added is . Each row and each column in this array is an arithmetic sequence with five terms. The square in the center is labelled as shown. What is the value of ?
Problem 19
A triangle with vertices as , , and is plotted on a grid. What fraction of the grid is covered by the triangle?
Problem 20
Ralph went to the store and bought pairs of socks for a total of . Some of the socks he bought cost a pair, some of the socks he bought cost a pair, and some of the socks he bought cost a pair. If he bought at least one pair of each type, how many pairs of socks did Ralph buy?
Problem 21
In the given figure hexagon is equiangular, and are squares with areas and respectively, is equilateral and . What is the area of ?
Problem 22
On June , a group of students are standing in rows, with students in each row. On June , the same group is standing with all of the students in one long row. On June , the same group is standing with just one student in each row. On June , the same group is standing with students in each row. This process continues through June with a different number of students per row each day. However, on June , they cannot find a new way of organizing the students. What is the smallest possible number of students in the group?
Problem 23
Tom has twelve slips of paper which he wants to put into five cups labeled , , , , . He wants the sum of the numbers on the slips in each cup to be an integer. Furthermore, he wants the five integers to be consecutive and increasing from to . The numbers on the papers are and . If a slip with goes into cup and a slip with goes into cup , then the slip with must go into what cup?
Problem 24
A baseball league consists of two four-team divisions. Each team plays every other team in its division games. Each team plays every team in the other division games with and . Each team plays a -game schedule. How many games does a team play within its own division?
Problem 25
One-inch squares are cut from the corners of this inch square. What is the area in square inches of the largest square that can fit into the remaining space?
See Also
2015 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by 2014 AMC 8 |
Followed by 2016 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 |