2001 AMC 10 考试题目

Scroll down and press Start to try the exam! Or, go to the printable PDF, answer key, or professional solutions curated by LIVE by Po-Shen Loh.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Or jump straight to one problem with its solution: 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

Want to learn professionally through interactive video classes?

Learn LIVE

考试时间还剩下:

1:15:00

1.

The median of the list

n, n+3, n+4, n+5, n+6, n+8, n+10, n+12, n+15n,\ n+3,\ n+4,\ n+5,\ n+6,\ n+8,\ n+10,\ n+12,\ n+15

is 10.10. What is the mean?

44

66

77

1010

1111

Answer: E
Concepts:median (data)mean

Difficulty rating: 790

Solution:

The list has 99 numbers in increasing order, so the median is the 55th term, n+6.n+6. Setting n+6=10n+6=10 gives n=4.n=4.

The sum of the terms is 9n+(3+4+5+6+8+10+12+15)=9n+63=99,9n+(3+4+5+6+8+10+12+15)=9n+63=99, so the mean is 99/9=11.99/9=11.

Thus, the correct answer is E.

2.

A number xx is 22 more than the product of its reciprocal and its additive inverse. In which interval does the number lie?

4x2-4 \le x \le -2

2<x0-2 \lt x \le 0

0<x20 \lt x \le 2

2<x42 \lt x \le 4

4<x64 \lt x \le 6

Answer: C

Difficulty rating: 960

Solution:

The reciprocal of xx is 1x\dfrac1x and its additive inverse is x.-x. Their product is 1x(x)=1.\dfrac1x\cdot(-x)=-1.

So x=2+(1)=1,x=2+(-1)=1, which lies in the interval 0<x2.0\lt x\le2.

Thus, the correct answer is C.

3.

The sum of two numbers is S.S. Suppose 33 is added to each number and then each of the resulting numbers is doubled. What is the sum of the final two numbers?

2S+32S+3

3S+23S+2

3S+63S+6

2S+62S+6

2S+122S+12

Answer: E

Difficulty rating: 870

Solution:

Let the numbers be aa and b,b, so a+b=S.a+b=S. After adding 33 to each and doubling, the sum is 2(a+3)+2(b+3)=2(a+b)+12=2S+12.2(a+3)+2(b+3)=2(a+b)+12=2S+12.

Thus, the correct answer is E.

4.

What is the maximum number of possible points of intersection of a circle and a triangle?

22

33

44

55

66

Answer: E

Difficulty rating: 1040

Solution:

Each side of the triangle is a segment, which can intersect a circle in at most 22 points. With 33 sides, the maximum is 32=63\cdot2=6 points, and this is achievable.

Thus, the correct answer is E.

5.

How many of the twelve pentominoes pictured below have at least one line of symmetry?

33

44

55

66

77

Answer: D

Difficulty rating: 1120

Solution:

Checking each pentomino for a reflection line, exactly six have at least one: the straight bar, the plus, the T-shape, the U-shape, the V-shape, and the W-shape. The remaining six have no line of symmetry.

Thus, the correct answer is D.

6.

Let P(n)P(n) and S(n)S(n) denote the product and the sum, respectively, of the digits of the integer n.n. For example, P(23)=6P(23)=6 and S(23)=5.S(23)=5. Suppose NN is a two-digit number such that N=P(N)+S(N).N=P(N)+S(N). What is the units digit of N?N?

22

33

66

88

99

Answer: E

Difficulty rating: 1100

Solution:

Write N=10a+b.N=10a+b. Then P(N)=abP(N)=ab and S(N)=a+b,S(N)=a+b, so 10a+b=ab+a+b.10a+b=ab+a+b. This reduces to 9a=ab,9a=ab, and since a0,a\ne0, we get b=9.b=9.

The units digit is 9.9. Thus, the correct answer is E.

7.

When the decimal point of a certain positive decimal number is moved four places to the right, the new number is four times the reciprocal of the original number. What is the original number?

0.00020.0002

0.0020.002

0.020.02

0.20.2

22

Answer: C

Difficulty rating: 1170

Solution:

Moving the decimal four places right multiplies xx by 10000.10000. So 10000x=41x,10000x=4\cdot\dfrac1x, giving x2=410000.x^2=\dfrac{4}{10000}.

Since x>0,x\gt0, x=2100=0.02.x=\dfrac{2}{100}=0.02.

Thus, the correct answer is C.

8.

Wanda, Darren, Beatrice, and Chi are tutors in the school math lab. Their schedule is as follows: Darren works every third school day, Wanda works every fourth school day, Beatrice works every sixth school day, and Chi works every seventh school day. Today they are all working in the math lab. In how many school days from today will they next be together tutoring in the lab?

4242

8484

126126

178178

252252

Answer: B

Difficulty rating: 960

Solution:

They meet again after lcm(3,4,6,7)\text{lcm}(3,4,6,7) days. Since 4=224=2^2 and 6=23,6=2\cdot3, the least common multiple is 2237=84.2^2\cdot3\cdot7=84.

Thus, the correct answer is B.

9.

The state income tax where Kristin lives is levied at the rate of p%p\% of the first $28000\$28000 of annual income plus (p+2)%(p+2)\% of any amount above $28000.\$28000. Kristin noticed that the state income tax she paid amounted to (p+0.25)%(p+0.25)\% of her annual income. What was her annual income?

$28000\$28000

$32000\$32000

$35000\$35000

$42000\$42000

$56000\$56000

Answer: B

Difficulty rating: 1370

Solution:

Let her income be x28000.x\ge28000. Then

p100(28000)+p+2100(x28000)=p+0.25100x.\tfrac{p}{100}(28000)+\tfrac{p+2}{100}(x-28000)=\tfrac{p+0.25}{100}x.

Multiplying by 100100 and expanding, all the pp terms cancel, leaving 2x56000=0.25x.2x-56000=0.25x. So 1.75x=560001.75x=56000 and x=32000.x=32000.

Thus, the correct answer is B.

10.

If x,x, y,y, and zz are positive with xy=24,xy=24, xz=48,xz=48, and yz=72,yz=72, then x+y+zx+y+z is

1818

1919

2020

2222

2424

Answer: D

Difficulty rating: 1240

Solution:

Dividing xz=48xz=48 by xy=24xy=24 gives z=2y.z=2y. Then yz=2y2=72,yz=2y^2=72, so y=6,y=6, z=12,z=12, and x=24/y=4.x=24/y=4.

Hence x+y+z=22.x+y+z=22. Thus, the correct answer is D.

11.

Consider the dark square in an array of unit squares, part of which is shown. The first ring of squares around this center square contains 88 unit squares. The second ring contains 1616 unit squares. If we continue this process, the number of unit squares in the 100100th ring is

396396

404404

800800

10,00010{,}000

10,40410{,}404

Answer: C

Difficulty rating: 1070

Solution:

The nnth ring is the border of a (2n+1)×(2n+1)(2n+1)\times(2n+1) square surrounding a (2n1)×(2n1)(2n-1)\times(2n-1) square, so it contains (2n+1)2(2n1)2=8n(2n+1)^2-(2n-1)^2=8n unit squares.

For n=100,n=100, that is 800.800. Thus, the correct answer is C.

12.

Suppose that nn is the product of three consecutive integers and that nn is divisible by 7.7. Which of the following is not necessarily a divisor of n?n?

66

1414

2121

2828

4242

Answer: D

Difficulty rating: 1370

Solution:

Among three consecutive integers, at least one is even and one is a multiple of 3,3, so nn is divisible by 6.6. With the given factor of 7,7, it is divisible by 6,14,21,6, 14, 21, and 42.42.

But 28=22728=2^2\cdot7 requires two factors of 2,2, which is not guaranteed: 567=2105\cdot6\cdot7=210 is divisible by 77 but not by 28.28.

Thus, the correct answer is D.

13.

A telephone number has the form ABCDEFGHIJ,ABC-DEF-GHIJ, where each letter represents a different digit. The digits in each part of the number are in decreasing order; that is, A>B>C,A\gt B\gt C, D>E>F,D\gt E\gt F, and G>H>I>J.G\gt H\gt I\gt J. Furthermore, D,D, E,E, and FF are consecutive even digits; G,G, H,H, I,I, and JJ are consecutive odd digits; and A+B+C=9.A+B+C=9. Find A.A.

44

55

66

77

88

Answer: E

Difficulty rating: 1550

Solution:

The consecutive odd digits GHIJGHIJ are 97539753 or 7531,7531, leaving one odd digit (11 or 99) for A,B,C.A, B, C. Since A+B+C=9,A+B+C=9, the odd digit there must be 1,1, so the two even digits in ABCABC sum to 8.8.

The consecutive even digits DEFDEF are 864,642,864, 642, or 420,420, leaving even-digit pairs {2,0},\{2,0\}, {8,0},\{8,0\}, or {8,6}\{8,6\} for ABC.ABC. Only {8,0}\{8,0\} sums to 8,8, so ABC=810ABC=810 and A=8.A=8.

Thus, the correct answer is E.

14.

A charity sells 140140 benefit tickets for a total of $2001.\$2001. Some tickets sell for full price (a whole dollar amount), and the rest sell for half price. How much money is raised by the full-price tickets?

$782\$782

$986\$986

$1158\$1158

$1219\$1219

$1449\$1449

Answer: A
Solution:

Let nn full-price tickets sell at pp dollars each. Then np+(140n)p2=2001,np+(140-n)\dfrac p2=2001, so p(n+140)=4002=232329.p(n+140)=4002=2\cdot3\cdot23\cdot29.

Since 140n+140280,140\le n+140\le280, the only factor of 40024002 in range is 174=2329.174=2\cdot3\cdot29. So n+140=174,n+140=174, giving n=34n=34 and p=23.p=23. The full-price tickets raise 3423=78234\cdot23=782 dollars.

Thus, the correct answer is A.

15.

A street has parallel curbs 4040 feet apart. A crosswalk bounded by two parallel stripes crosses the street at an angle. The length of the curb between the stripes is 1515 feet and each stripe is 5050 feet long. Find the distance, in feet, between the stripes.

99

1010

1212

1515

2525

Answer: C

Difficulty rating: 1410

Solution:

The crosswalk is a parallelogram. Using the curb (1515 ft) as base and the street width (4040 ft) as height, its area is 1540=60015\cdot40=600 square feet.

Using a stripe (5050 ft) as base, the area equals 5050 times the distance dd between the stripes, so d=600/50=12.d=600/50=12.

Thus, the correct answer is C.

16.

The mean of three numbers is 1010 more than the least of the numbers and 1515 less than the greatest. The median of the three numbers is 5.5. What is their sum?

55

2020

2525

3030

3636

Answer: D

Difficulty rating: 1280

Solution:

Let mm be the mean. The least number is m10m-10 and the greatest is m+15,m+15, with median 5.5.

Since the mean of the three is m,m, 13((m10)+5+(m+15))=m,\tfrac13\big((m-10)+5+(m+15)\big)=m, which gives m=10.m=10.

The sum is 3m=30.3m=30. Thus, the correct answer is D.

17.

Which of the cones below can be formed from a 252252^\circ sector of a circle of radius 1010 by aligning the two straight sides?

Answer: C

Difficulty rating: 1490

Solution:

When rolled into a cone, the sector's radius 1010 becomes the slant height, and the arc length becomes the base circumference.

The arc length is 2523602π10=14π,\dfrac{252}{360}\cdot2\pi\cdot10=14\pi, so 2πr=14π2\pi r=14\pi gives base radius r=7.r=7. The cone has slant height 1010 and base radius 7.7.

Thus, the correct answer is C.

18.

The plane is tiled by congruent squares and congruent pentagons as indicated. The percent of the plane that is enclosed by the pentagons is closest to

5050

5252

5454

5656

5858

Answer: D

Difficulty rating: 1530

Solution:

Consider a repeating 3×33\times3 block of nine small squares. Four of these nine squares are not part of the pentagons, so the pentagons cover 149=5955.6%1-\dfrac49=\dfrac59\approx55.6\% of the area.

This is closest to 56.56. Thus, the correct answer is D.

19.

Pat wants to buy four donuts from an ample supply of three types of donuts: glazed, chocolate, and powdered. How many different selections are possible?

66

99

1212

1515

1818

Answer: D

Difficulty rating: 1340

Solution:

The number of selections is the number of nonnegative integer solutions of g+c+p=4.g+c+p=4. By stars and bars, this is (4+22)=(62)=15.\dbinom{4+2}{2}=\dbinom62=15.

Thus, the correct answer is D.

20.

A regular octagon is formed by cutting an isosceles right triangle from each of the corners of a square with sides of length 2000.2000. What is the length of each side of the octagon?

13(2000)\dfrac13(2000)

2000(21)2000(\sqrt2-1)

2000(22)2000(2-\sqrt2)

10001000

100021000\sqrt2

Answer: B
Solution:

Let each octagon side be x.x. It is the hypotenuse of each cut isosceles right triangle, whose legs are x2.\dfrac{x}{\sqrt2}.

Along one side of the square, two legs and one octagon side give 2x2+x=2000,2\cdot\dfrac{x}{\sqrt2}+x=2000, so x(2+1)=2000x(\sqrt2+1)=2000 and x=20002+1=2000(21).x=\dfrac{2000}{\sqrt2+1}=2000(\sqrt2-1).

Thus, the correct answer is B.

21.

A right circular cylinder with its diameter equal to its height is inscribed in a right circular cone. The cone has diameter 1010 and altitude 12,12, and the axes of the cylinder and cone coincide. Find the radius of the cylinder.

83\dfrac83

3011\dfrac{30}{11}

33

258\dfrac{25}{8}

72\dfrac72

Answer: B

Difficulty rating: 1680

Solution:

Take an axial cross-section. The cone has base radius 55 and height 12;12; the cylinder appears as a rectangle of width 2r2r and height 2r.2r.

By similar triangles, 122rr=125,\dfrac{12-2r}{r}=\dfrac{12}{5}, so 5(122r)=12r,5(12-2r)=12r, giving 60=22r60=22r and r=3011.r=\dfrac{30}{11}.

Thus, the correct answer is B.

22.

In the magic square shown, the sums of the numbers in each row, column, and diagonal are the same. Five of these numbers are represented by v,w,x,y,v, w, x, y, and z.z. Find y+z.y+z.

4343

4444

4545

4646

4747

Answer: D

Difficulty rating: 1530

Solution:

Since vv sits in the first row, first column, and main diagonal, the remaining two entries of each of those lines have equal sums: 25+18=24+w=21+x.25+18=24+w=21+x. So w=19w=19 and x=22.x=22.

The anti-diagonal 25,22,1925, 22, 19 sums to 66,66, so the magic sum is 66.66. Then v=662419=23,v=66-24-19=23, y=661822=26,y=66-18-22=26, and z=662521=20.z=66-25-21=20.

Hence y+z=46.y+z=46. Thus, the correct answer is D.

23.

A box contains exactly five chips, three red and two white. Chips are randomly removed one at a time without replacement until all the red chips are drawn or all the white chips are drawn. What is the probability that the last chip drawn is white?

310\dfrac{3}{10}

25\dfrac25

12\dfrac12

35\dfrac35

710\dfrac{7}{10}

Answer: D
Solution:

Imagine drawing all five chips in a random order. The drawing stops on a white chip exactly when both white chips come out before all three reds, which happens precisely when the very last chip in the full ordering is red.

That probability is 35.\dfrac{3}{5}. Thus, the correct answer is D.

24.

In trapezoid ABCD,ABCD, AB\overline{AB} and CD\overline{CD} are perpendicular to AD,\overline{AD}, with AB+CD=BC,AB+CD=BC, AB<CD,AB\lt CD, and AD=7.AD=7. What is ABCD?AB\cdot CD?

1212

12.2512.25

12.512.5

12.7512.75

1313

Answer: B
Solution:

Drop a perpendicular from BB to CD,CD, meeting it at E.E. Then BE=AD=7BE=AD=7 and CE=CDAB.CE=CD-AB. By the Pythagorean theorem, BC2=BE2+CE2.BC^2=BE^2+CE^2.

Since BC=CD+AB,BC=CD+AB, (CD+AB)2(CDAB)2=BE2=49.(CD+AB)^2-(CD-AB)^2=BE^2=49.

The left side equals 4ABCD,4\cdot AB\cdot CD, so ABCD=494=12.25.AB\cdot CD=\dfrac{49}{4}=12.25.

Thus, the correct answer is B.

25.

How many positive integers not exceeding 20012001 are multiples of 33 or 44 but not 5?5?

768768

801801

934934

10671067

11671167

Answer: B
Solution:

Multiples of 33 or 44 up to 2001:2001: 20013+20014200112=667+500166=1001.\left\lfloor\tfrac{2001}{3}\right\rfloor+\left\lfloor\tfrac{2001}{4}\right\rfloor-\left\lfloor\tfrac{2001}{12}\right\rfloor=667+500-166=1001.

Among these, remove the multiples of 5:5: multiples of 1515 (133133) and of 2020 (100100), re-adding multiples of 6060 (3333): 133+10033=200.133+100-33=200.

So the count is 1001200=801.1001-200=801. Thus, the correct answer is B.