Difference between revisions of "2015 AMC 8 Problems"
(→Problem 19) |
(→Problem 19) |
||
Line 174: | Line 174: | ||
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? | 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((1,0)--(1,5),linewidth(.5)); | ||
Line 190: | Line 190: | ||
draw((0,0)--(7,0),EndArrow); | draw((0,0)--(7,0),EndArrow); | ||
draw((1,3)--(4,4)--(5,1)--cycle); | draw((1,3)--(4,4)--(5,1)--cycle); | ||
− | label(" | + | label("$y$",(0,6),W); label("$x$",(7,0),S); |
− | label(" | + | 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> | <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> |
Revision as of 14:54, 25 November 2015
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
Problem 1
How many square yards of carpet are required to cover a rectangular floor that is feet long and feet wide? (There are 3 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 11 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 (A, E, I, O, or U), the second and third must be two different letters among the 21 non-vowels, and the fourth must be a digit (0 through 9). If the symbols are chosen at random subject to these conditions, what is the probability that the plate will read "AMC8"?
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
Problem 19
A triangle with vertices as , , and is plotted on a grid. What fraction of the grid is covered by the triangle?