2015年 AMC10 A卷

2015 AMC 10A Problems

Problem 1

What is the value of (20 - 1 + 52 + 0)-1 x 5 ?

$\textbf{(A)}\ -125\qquad\textbf{(B)}\ -120\qquad\textbf{(C)}\ \frac{1}{5}\qquad\textbf{(D)}\ \frac{5}{24}\qquad\textbf{(E)}\ 25$

 

Problem 2

A box contains a collection of triangular and square tiles. There are 25 tiles in the box, containing 84 edges total. How many square tiles are there in the box?

$\textbf{(A)}\ 3\qquad\textbf{(B)}\ 5\qquad\textbf{(C)}\ 7\qquad\textbf{(D)}\ 9\qquad\textbf{(E)}\ 11$

 

Problem 3

Ann made a 3-step staircase using 18 toothpicks as shown in the figure. How many toothpicks does she need to add to complete a 5-step staircase?

[asy] unitsize(40); for(int i=0; i<3; i+=1) { draw((0,i+0.05)--(0,i+0.95)); draw((i+0.05,0)--(i+0.95,0)); for(int j=0; j<3-i; j+=1) { draw((i+1,j+0.05)--(i+1,j+0.95)); draw((i+0.05,j+1)--(i+0.95,j+1)); } } [/asy]

$\textbf{(A)}\ 9\qquad\textbf{(B)}\ 18\qquad\textbf{(C)}\ 20\qquad\textbf{(D)}\ 22\qquad\textbf{(E)}\ 24$

 

Problem 4

Pablo, Sofia, and Mia got some candy eggs at a party. Pablo had three times as many eggs as Sofia, and Sofia had twice as many eggs as Mia. Pablo decides to give some of his eggs to Sofia and Mia so that all three will have the same number of eggs. What fraction of his eggs should Pablo give to Sofia?

$\textbf{(A)}\ \frac{1}{12}\qquad\textbf{(B)}\ \frac{1}{6}\qquad\textbf{(C)}\ \frac{1}{4}\qquad\textbf{(D)}\ \frac{1}{3}\qquad\textbf{(E)}\ \frac{1}{2}$

 

Problem 5

Mr. Patrick teaches math to 15 students. He was grading tests and found that when he graded everyone's test except Payton's, the average grade for the class was 80. After he graded Payton's test, the test average became 81. What was Payton's score on the test?

$\textbf{(A)}\ 81\qquad\textbf{(B)}\ 85\qquad\textbf{(C)}\ 91\qquad\textbf{(D)}\ 94\qquad\textbf{(E)}\ 95$

 

Problem 6

The sum of two positive numbers is 5 times their difference. What is the ratio of the larger number to the smaller number?

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

 

Problem 7

How many terms are there in the arithmetic sequence 13, 16, 19, . . ., 7073?

(A) 20     (B) 21 (C) 24 (D) 60 (E) 61

 

Problem 8

Two years ago Pete was three times as old as his cousin Claire. Two years before that, Pete was four times as old as Claire. In how many years will the ratio of their ages be 2 : 1?

(A) 2 (B) 4 (C) 5 (D) 6 (E) 8

 

Problem 9

Two right circular cylinders have the same volume. The radius of the second cylinder is 10% more than the radius of the first. What is the relationship between the heights of the two cylinders?

(A) The second height is 10% less than the first.

(B) The first height is 10% more than the second.

(C) The second height is 21% more than the first.

(D) The first height is 21%more than the second.

(E) The second height is 80% of the first.

 

Problem 10

How many rearrangements of abcd are there in which no two adjacent letters are also adjacent letters in the alphabet? For example, no such rearrangements could include either ab or ba.

(A) 0 (B) 1 (C) 2 (D) 3 (E) 4

 

Problem 11

The ratio of the length to the width of a rectangle is 4 : 3. If the rectangle has diagonal of length d, then the area may be expressed as kd2 for some constant k. What is k?

$\textbf{(A)}\ \frac{2}{7}\qquad\textbf{(B)}\ \frac{3}{7}\qquad\textbf{(C)}\ \frac{12}{25}\qquad\textbf{(D)}\ \frac{16}{25}\qquad\textbf{(E)}\ \frac{3}{4}$

 

Problem 12

Points img9 and img10 are distinct points on the graph of y2 + x4 = 2x2y + 1. What is |a - b| ?

$\textbf{(A) }1\qquad\textbf{(B) }\dfrac{\pi}{2}\qquad\textbf{(C) }2\qquad\textbf{(D) }\sqrt{1+\pi}\qquad\textbf{(E) }1+\sqrt{\pi}$

 

Problem 13

Claudia has 12 coins, each of which is a 5-cent coin or a 10-cent coin. There are exactly 17 different values that can be obtained as combinations of one or more of her coins. How many 10-cent coins does Claudia have?

$\textbf{(A) }3\qquad\textbf{(B) }4\qquad\textbf{(C) }5\qquad\textbf{(D) }6\qquad\textbf{(E) }7$

 

Problem 14

The diagram below shows the circular face of a clock with radius 20 cm and a circular disk with radius 10 cm externally tangent to the clock face at 12 o'clock. The disk has an arrow painted on it, initially pointing in the upward vertical direction. Let the disk roll clockwise around the clock face. At what point on the clock face will the disk be tangent when the arrow is next pointing in the upward vertical direction?

[asy] size(170); defaultpen(linewidth(0.9)+fontsize(13pt)); draw(unitcircle^^circle((0,1.5),0.5)); path arrow = origin--(-0.13,-0.35)--(-0.06,-0.35)--(-0.06,-0.7)--(0.06,-0.7)--(0.06,-0.35)--(0.13,-0.35)--cycle; for(int i=1;i<=12;i=i+1) { draw(0.9*dir(90-30*i)--dir(90-30*i)); label("$"+(string) i+"$",0.78*dir(90-30*i)); } dot(origin); draw(shift((0,1.87))*arrow); draw(arc(origin,1.5,68,30),EndArrow(size=12)); [/asy]

(A)       2oclock        (B) 3oclock         (C) 4oclock

(D)       6oclock        (E) 8oclock

 

Problem 15

Consider the set of all fractions img14 ,  where x and y are relatively prime positive integers. How many of these fractions have the property that if both numerator and denominator are increased by 1, the value of the fraction is increased by 10%?

$\textbf{(A) }0\qquad\textbf{(B) }1\qquad\textbf{(C) }2\qquad\textbf{(D) }3\qquad\textbf{(E) }\text{infinitely many}$

 

Problem 16

If y + 4 = (x - 2)2, x + 4 = (y -2)2, and x  y, what is the value of x2 + y2 ?

$\textbf{(A) }10\qquad\textbf{(B) }15\qquad\textbf{(C) }20\qquad\textbf{(D) }25\qquad\textbf{(E) }\text{30}$

$y=1+\frac{\sqrt{3}}{3}x$

Problem 17

A line that passes through the origin intersects both the line x = 1 and the line img18. The three lines create an equilateral triangle. What is the perimeter of the triangle?

$\textbf{(A) }2\sqrt{6}\qquad\textbf{(B) }2+2\sqrt{3}\qquad\textbf{(C) }6\qquad\textbf{(D) }3+2\sqrt{3}\qquad\textbf{(E) }6+\frac{\sqrt{3}}{3}$

 

Problem 18

Hexadecimal (base-16) numbers are written using numeric digits 0 through 9 as well as the letters A through F to represent 10 through 15. Among the first 1000 positive integers, there are n whose hexadecimal representation contains only numeric digits. What is the sum of the digits of n?

$\textbf{(A) }17\qquad\textbf{(B) }18\qquad\textbf{(C) }19\qquad\textbf{(D) }20\qquad\textbf{(E) }21$

 

Problem 19

The isosceles right triangle ABC has right angle at C and area 12.5. The rays trisecting ACB intersect AB at D and E. What is the area of CDE?

$\textbf{(A) }\dfrac{5\sqrt{2}}{3}\qquad\textbf{(B) }\dfrac{50\sqrt{3}-75}{4}\qquad\textbf{(C) }\dfrac{15\sqrt{3}}{8}\qquad\textbf{(D) }\dfrac{50-25\sqrt{3}}{2}\qquad\textbf{(E) }\dfrac{25}{6}$

 

Problem 20

A rectangle with positive integer side lengths in cm has area A cm2 and perimeter P cm. Which of the following numbers cannot equal A + P ?

$\textbf{(A) }100\qquad\textbf{(B) }102\qquad\textbf{(C) }104\qquad\textbf{(D) }106\qquad\textbf{(E) }110$

 

Problem 21

Tetrahedron ABCD has AB = 5AC = 3BC = 4AD = 3, and img23. What is the volume of the tetrahedron?

$\textbf{(A) }3\sqrt2\qquad\textbf{(B) }2\sqrt5\qquad\textbf{(C) }\dfrac{24}5\qquad\textbf{(D) }3\sqrt3\qquad\textbf{(E) }\dfrac{24}5\sqrt2$

 

Problem 22

Eight people are sitting around a circular table, each holding a fair coin. All eight people flip their coins and those who flip heads stand while those who flip tails remain seated. What is the probability that no two adjacent people will stand?

$\textbf{(A)}\dfrac{47}{256}\qquad\textbf{(B)}\dfrac{3}{16}\qquad\textbf{(C) }\dfrac{49}{256}\qquad\textbf{(D) }\dfrac{25}{128}\qquad\textbf{(E) }\dfrac{51}{256}$

 

Problem 23

The zeroes of the function f(x) = x2 - ax + 2a are integers. What is the sum of the possible values of a?

$\textbf{(A) }7\qquad\textbf{(B) }8\qquad\textbf{(C) }16\qquad\textbf{(D) }17\qquad\textbf{(E) }18$

 

Problem 24

For some positive integers p, there is a quadrilateral ABCD with positive integer side lengths, perimeter p, right angles at B and CAB = 2, and CD = AD. How many different values of p < 2015 are possible?

$\textbf{(A) }30\qquad\textbf{(B) }31\qquad\textbf{(C) }61\qquad\textbf{(D) }62\qquad\textbf{(E) }63$

 

Problem 25

Let S be a square of side length 1. Two points are chosen at random on the sides of S. The probability that the straight-line distance between the points is at least img28 is img29, where ab, and c are positive integers with gcd(a, b, c) = 1. What is a + b +c?

$\textbf{(A) }59\qquad\textbf{(B) }60\qquad\textbf{(C) }61\qquad\textbf{(D) }62\qquad\textbf{(E) }63$

 

 

答案及解析

扫描下方二维码

联系小助手领取更多资料

扫码关注【FamousEdu名学竞赛帮】公众号了解更多