2000 AIME I 考试题目

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

Want to learn professionally through interactive video classes?

Learn LIVE

考试时间还剩下:

3:00:00

1.

Find the least positive integer nn such that no matter how 10n10^n is expressed as the product of any two positive integers, at least one of these two integers contains the digit 0.0.

Answer: 8
Concepts:prime factorizationdigits

Difficulty rating: 2110

Solution:

Every factorization is 10n=(2x5y)(2nx5ny).10^n = (2^x 5^y)(2^{n-x} 5^{n-y}). If a factor is divisible by both 22 and 5,5, it is a multiple of 1010 and ends in the digit 0.0. So the only possible zero-free factorization is 10n=2n5n,10^n = 2^n \cdot 5^n, and we need the least nn for which 2n2^n or 5n5^n contains a digit 0.0.

The powers 21,,282^1, \ldots, 2^8 are 2,4,8,16,32,64,128,2562, 4, 8, 16, 32, 64, 128, 256 — no zeros. The powers 51,,575^1, \ldots, 5^7 are 5,25,125,625,3125,15625,781255, 25, 125, 625, 3125, 15625, 78125 — no zeros — but 58=3906255^8 = 390625 contains a 0.0.

Hence every factorization of 10810^8 contains a digit 0,0, while 107=2757=1287812510^7 = 2^7 \cdot 5^7 = 128 \cdot 78125 does not, so the answer is 8.8.

2.

Let uu and vv be integers satisfying 0<v<u.0 \lt v \lt u. Let A=(u,v),A = (u, v), let BB be the reflection of AA across the line y=x,y = x, let CC be the reflection of BB across the yy-axis, let DD be the reflection of CC across the xx-axis, and let EE be the reflection of DD across the yy-axis. The area of pentagon ABCDEABCDE is 451.451. Find u+v.u + v.

Answer: 21
Solution:

Carrying out the reflections, B=(v,u),B = (v, u), C=(v,u),C = (-v, u), D=(v,u),D = (-v, -u), and E=(v,u).E = (v, -u). The points B,C,D,EB, C, D, E form a rectangle of width 2v2v and height 2u,2u, with area 4uv,4uv, and A=(u,v)A = (u, v) sticks out to its right. Triangle ABEABE has vertical base BEBE of length 2u2u and horizontal height uv,u - v, so its area is u(uv).u(u - v).

The pentagon's area is therefore 4uv+u(uv)=u2+3uv=u(u+3v)=451=1141.4uv + u(u - v) = u^2 + 3uv = u(u + 3v) = 451 = 11 \cdot 41. Since 0<v<u,0 \lt v \lt u, we have u<u+3v<4u,u \lt u + 3v \lt 4u, which rules out the factorization 1451.1 \cdot 451. So u=11u = 11 and u+3v=41,u + 3v = 41, giving v=10,v = 10, which indeed satisfies v<u.v \lt u.

Thus u+v=11+10=21.u + v = 11 + 10 = 21.

3.

In the expansion of (ax+b)2000,(ax + b)^{2000}, where aa and bb are relatively prime positive integers, the coefficients of x2x^2 and x3x^3 are equal. Find a+b.a + b.

Answer: 667

Difficulty rating: 1890

Solution:

By the binomial theorem, the coefficients of x2x^2 and x3x^3 are (20002)a2b1998\binom{2000}{2} a^2 b^{1998} and (20003)a3b1997.\binom{2000}{3} a^3 b^{1997}. Setting them equal and cancelling a2b1997a^2 b^{1997} gives (20002)b=(20003)a,sob=19983a=666a.\binom{2000}{2} b = \binom{2000}{3} a, \qquad \text{so} \qquad b = \frac{1998}{3}\,a = 666a.

Since gcd(a,b)=1,\gcd(a, b) = 1, we must have a=1a = 1 and b=666,b = 666, so a+b=667.a + b = 667.

4.

The diagram shows a rectangle that has been dissected into nine non-overlapping squares. Given that the width and the height of the rectangle are relatively prime positive integers, find the perimeter of the rectangle.

Answer: 260

Difficulty rating: 2400

Solution:

Let the tiniest square (in the middle) have side xx and the small square just below and to its right have side y.y. Chasing edge lengths through the figure, the remaining squares have sides x+y,x + y, then (x+y)+x=2x+y,(x + y) + x = 2x + y, then (x+y)+(2x+y)=3x+2y,(x + y) + (2x + y) = 3x + 2y, then (2x+y)+(3x+2y)=5x+3y(2x + y) + (3x + 2y) = 5x + 3y (the top-left square). The tall square on the right spans the previous three along its left edge minus overlaps, giving side 4x+4y;4x + 4y; the bottom-right square has side (4x+4y)+y=4x+5y;(4x + 4y) + y = 4x + 5y; and the bottom-left square has side x+(2x+y)+(5x+3y)=8x+4y.x + (2x + y) + (5x + 3y) = 8x + 4y.

Measuring the rectangle's height along its left and right sides, (8x+4y)+(5x+3y)=(4x+5y)+(4x+4y),(8x + 4y) + (5x + 3y) = (4x + 5y) + (4x + 4y), which simplifies to 5x=2y.5x = 2y. Taking the smallest positive integers, x=2x = 2 and y=5,y = 5, the nine squares have sides 2,5,7,9,16,25,28,33,36,2, 5, 7, 9, 16, 25, 28, 33, 36, and the rectangle is (36+33)×(36+25)=69×61.(36 + 33) \times (36 + 25) = 69 \times 61. These dimensions are relatively prime (any common scaling would break that), and the areas check: 6961=420969 \cdot 61 = 4209 equals the sum of the nine squares' areas.

The perimeter is 2(69+61)=260.2(69 + 61) = 260.

5.

Each of two boxes contains both black and white marbles, and the total number of marbles in the two boxes is 25.25. One marble is taken out of each box randomly. The probability that both marbles are black is 2750,\frac{27}{50}, and the probability that both marbles are white is mn,\frac{m}{n}, where mm and nn are relatively prime positive integers. What is m+n?m + n?

Answer: 26

Difficulty rating: 2300

Solution:

Say the boxes hold aa and bb marbles with a+b=25,a + b = 25, containing pp and qq black marbles. Then pqab=2750,\frac{pq}{ab} = \frac{27}{50}, so 50pq=27ab,50pq = 27ab, and since gcd(27,50)=1,\gcd(27, 50) = 1, we need 50ab.50 \mid ab. Checking a(25a)a(25 - a) for a=1,,12,a = 1, \ldots, 12, only {a,b}={20,5}\{a, b\} = \{20, 5\} and {10,15}\{10, 15\} give a multiple of 50.50.

For sizes 2020 and 5:5: pq=2710050=54,pq = \frac{27 \cdot 100}{50} = 54, and since each box also holds a white marble, p19p \le 19 and q4,q \le 4, forcing p=18,p = 18, q=3.q = 3. The white counts are 22 and 2,2, so the white-white probability is 22025=125.\frac{2}{20} \cdot \frac{2}{5} = \frac{1}{25}. For sizes 1010 and 15:15: pq=2715050=81,pq = \frac{27 \cdot 150}{50} = 81, and p9,p \le 9, q14q \le 14 force p=q=9.p = q = 9. The white counts are 11 and 6,6, giving 110615=125\frac{1}{10} \cdot \frac{6}{15} = \frac{1}{25} again.

Either way the probability is 125,\frac{1}{25}, so m+n=1+25=26.m + n = 1 + 25 = 26.

6.

For how many ordered pairs (x,y)(x, y) of integers is it true that 0<x<y<1060 \lt x \lt y \lt 10^6 and that the arithmetic mean of xx and yy is exactly 22 more than the geometric mean of xx and y?y?

Answer: 997

Difficulty rating: 2230

Solution:

The condition is x+y2=xy+2,\frac{x + y}{2} = \sqrt{xy} + 2, that is, x+y2xy=4,x + y - 2\sqrt{xy} = 4, so (yx)2=4(\sqrt{y} - \sqrt{x})^2 = 4 and (as y>xy \gt x) yx=2.\sqrt{y} - \sqrt{x} = 2. Note xy=x+y42\sqrt{xy} = \frac{x + y - 4}{2} is rational, hence y+x=yxyx=yx2\sqrt{y} + \sqrt{x} = \frac{y - x}{\sqrt{y} - \sqrt{x}} = \frac{y - x}{2} is rational too, so x\sqrt{x} and y\sqrt{y} are rational — and a rational square root of an integer is an integer.

Therefore x=a2x = a^2 and y=(a+2)2y = (a + 2)^2 for a positive integer a.a. The constraint y<106y \lt 10^6 means a+2999,a + 2 \le 999, so aa ranges over 1,2,,997,1, 2, \ldots, 997, and each value gives a valid pair.

Hence there are 997997 ordered pairs.

7.

Suppose that x,x, y,y, and zz are three positive numbers that satisfy the equations xyz=1,xyz = 1, x+1z=5,x + \frac{1}{z} = 5, and y+1x=29.y + \frac{1}{x} = 29. Then z+1y=mn,z + \frac{1}{y} = \frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Answer: 5
Solution:

Let t=z+1y.t = z + \frac{1}{y}. Expanding the product of all three expressions, (x+1z) ⁣(y+1x) ⁣(z+1y)=xyz+1xyz+(x+1z)+(y+1x)+(z+1y).\left(x + \frac{1}{z}\right)\!\left(y + \frac{1}{x}\right)\!\left(z + \frac{1}{y}\right) = xyz + \frac{1}{xyz} + \left(x + \frac{1}{z}\right) + \left(y + \frac{1}{x}\right) + \left(z + \frac{1}{y}\right). Since xyz=1,xyz = 1, the left side is 529t=145t5 \cdot 29 \cdot t = 145t and the right side is 2+5+29+t=36+t.2 + 5 + 29 + t = 36 + t.

So 145t=36+t,145t = 36 + t, giving t=36144=14.t = \frac{36}{144} = \frac{1}{4}. Thus m+n=1+4=5.m + n = 1 + 4 = 5.

8.

A container in the shape of a right circular cone is 1212 inches tall and its base has a 55-inch radius. The liquid that is sealed inside is 99 inches deep when the cone is held with its point down and its base horizontal. When the cone is held with its point up and its base horizontal, the liquid is mnp3m - n\sqrt[3]{p} inches deep, where m,m, n,n, and pp are positive integers and pp is not divisible by the cube of any prime number. Find m+n+p.m + n + p.

Answer: 52
Solution:

Held point down, the liquid forms a cone similar to the container with ratio 912=34,\frac{9}{12} = \frac{3}{4}, so its volume is (34)3=2764\left(\frac{3}{4}\right)^3 = \frac{27}{64} of the container's volume.

Held point up, the empty space is a similar cone at the apex with 12764=37641 - \frac{27}{64} = \frac{37}{64} of the volume, so its height is 1237643=123734=337312 \sqrt[3]{\frac{37}{64}} = \frac{12 \sqrt[3]{37}}{4} = 3\sqrt[3]{37} inches. The liquid is therefore 12337312 - 3\sqrt[3]{37} inches deep.

Since 3737 is cube-free, m+n+p=12+3+37=52.m + n + p = 12 + 3 + 37 = 52.

9.

The system of equations log10(2000xy)(log10x)(log10y)=4\log_{10}(2000xy) - (\log_{10} x)(\log_{10} y) = 4 log10(2yz)(log10y)(log10z)=1\log_{10}(2yz) - (\log_{10} y)(\log_{10} z) = 1 log10(zx)(log10z)(log10x)=0\log_{10}(zx) - (\log_{10} z)(\log_{10} x) = 0 has two solutions (x1,y1,z1)(x_1, y_1, z_1) and (x2,y2,z2).(x_2, y_2, z_2). Find y1+y2.y_1 + y_2.

Answer: 25
Solution:

Let a=log10x,a = \log_{10} x, b=log10y,b = \log_{10} y, c=log10z.c = \log_{10} z. Using log102000=4log105,\log_{10} 2000 = 4 - \log_{10} 5, the first equation becomes a+bab=log105,a + b - ab = \log_{10} 5, which factors as (1a)(1b)=1log105=log102.(1 - a)(1 - b) = 1 - \log_{10} 5 = \log_{10} 2. Similarly the second equation gives (1b)(1c)=1(1log102)=log102,(1 - b)(1 - c) = 1 - (1 - \log_{10} 2) = \log_{10} 2, and the third gives (1c)(1a)=1.(1 - c)(1 - a) = 1.

Dividing the first two (note 1b01 - b \ne 0) yields 1a=1c,1 - a = 1 - c, and then the third equation gives (1a)2=1,(1 - a)^2 = 1, so 1a=±1.1 - a = \pm 1. If 1a=1,1 - a = 1, then 1b=log102,1 - b = \log_{10} 2, so b=1log102=log105b = 1 - \log_{10} 2 = \log_{10} 5 and y=5y = 5 (indeed (x,y,z)=(1,5,1)(x, y, z) = (1, 5, 1) works). If 1a=1,1 - a = -1, then 1b=log102,1 - b = -\log_{10} 2, so b=log1020b = \log_{10} 20 and y=20y = 20 (from (x,y,z)=(100,20,100)(x, y, z) = (100, 20, 100)).

Therefore y1+y2=5+20=25.y_1 + y_2 = 5 + 20 = 25.

10.

A sequence of numbers x1,x2,x3,,x100x_1, x_2, x_3, \ldots, x_{100} has the property that, for every integer kk between 11 and 100,100, inclusive, the number xkx_k is kk less than the sum of the other 9999 numbers. Given that x50=mn,x_{50} = \frac{m}{n}, where mm and nn are relatively prime positive integers, find m+n.m + n.

Answer: 173

Difficulty rating: 2330

Solution:

Let S=x1+x2++x100.S = x_1 + x_2 + \cdots + x_{100}. The condition says xk=(Sxk)k,x_k = (S - x_k) - k, so xk=Sk2x_k = \frac{S - k}{2} for every k.k. Summing over k=1,,100,k = 1, \ldots, 100, S=100S(1+2++100)2=100S50502,S = \frac{100S - (1 + 2 + \cdots + 100)}{2} = \frac{100S - 5050}{2}, so 98S=505098S = 5050 and S=252549.S = \frac{2525}{49}.

Then x50=S502=2525245098=7598,x_{50} = \frac{S - 50}{2} = \frac{2525 - 2450}{98} = \frac{75}{98}, which is in lowest terms, so m+n=75+98=173.m + n = 75 + 98 = 173.

11.

Let SS be the sum of all numbers of the form ab,\frac{a}{b}, where aa and bb are relatively prime positive divisors of 1000.1000. What is the greatest integer that does not exceed S10?\frac{S}{10}?

Answer: 248

Difficulty rating: 2450

Solution:

Write a=2i5ja = 2^i 5^j and b=2k5lb = 2^k 5^l with exponents between 00 and 3.3. Coprimality means min(i,k)=0\min(i, k) = 0 and min(j,l)=0,\min(j, l) = 0, and these two constraints are independent. So as (a,b)(a, b) runs over all coprime pairs, the factor 2ik2^{i - k} independently takes each value in {23,,23}\{2^{-3}, \ldots, 2^{3}\} exactly once, and similarly for 5jl.5^{j - l}. Hence S=(1+2+4+8+12+14+18)(1+5+25+125+15+125+1125)=127819531125.S = \left(1 + 2 + 4 + 8 + \tfrac{1}{2} + \tfrac{1}{4} + \tfrac{1}{8}\right) \left(1 + 5 + 25 + 125 + \tfrac{1}{5} + \tfrac{1}{25} + \tfrac{1}{125}\right) = \frac{127}{8} \cdot \frac{19531}{125}.

This equals 24804371000=2480.437,\frac{2480437}{1000} = 2480.437, so S10=248.0437,\frac{S}{10} = 248.0437, and the greatest integer not exceeding it is 248.248.

12.

Given a function ff for which f(x)=f(398x)=f(2158x)=f(3214x)f(x) = f(398 - x) = f(2158 - x) = f(3214 - x) holds for all real x,x, what is the largest number of different values that can appear in the list f(0),f(1),f(2),,f(999)?f(0), f(1), f(2), \ldots, f(999)?

Answer: 177
Solution:

Since f(398x)=f(2158x)f(398 - x) = f(2158 - x) for all x,x, substituting t=398xt = 398 - x gives f(t)=f(t+1760);f(t) = f(t + 1760); likewise f(2158x)=f(3214x)f(2158 - x) = f(3214 - x) gives period 1056.1056. Combining, ff has period gcd(1760,1056)=352.\gcd(1760, 1056) = 352. Reducing 398398 mod 352,352, the symmetry f(x)=f(398x)f(x) = f(398 - x) becomes f(x)=f(46x).f(x) = f(46 - x).

So ff is determined by residues mod 352,352, with residues rr and 46r46 - r forced to share a value. This pairing has exactly two fixed points, from 2r46(mod352):2r \equiv 46 \pmod{352}: r=23r = 23 and r=199.r = 199. Hence there are at most 35222+2=177\frac{352 - 2}{2} + 2 = 177 classes, and since 0,1,,9990, 1, \ldots, 999 covers every residue mod 352,352, the list contains at most 177177 different values.

This is achievable: f(x)=cos2π(x23)352f(x) = \cos\frac{2\pi(x - 23)}{352} satisfies all three given symmetries (each of 398,398, 2158,2158, 32143214 is 46\equiv 46 mod 352352), and two integers get equal values only when their residues are paired. So the answer is 177.177.

13.

In the middle of a vast prairie, a firetruck is stationed at the intersection of two perpendicular straight highways. The truck travels at 5050 miles per hour along the highways and at 1414 miles per hour across the prairie. Consider the set of points that can be reached by the firetruck within six minutes. The area of this region is mn\frac{m}{n} square miles, where mm and nn are relatively prime positive integers. Find m+n.m + n.

Answer: 731

Difficulty rating: 3160

Solution:

In six minutes the truck can drive 55 miles on a highway or 1.41.4 miles across the prairie, and an optimal route is a highway stretch followed by a straight prairie segment. Work in the first quadrant with the highways as axes. Driving to (d,0)(d, 0) takes d50\frac{d}{50} hours, leaving a prairie range of 14(110d50)=1.4(1d5)14\left(\frac{1}{10} - \frac{d}{50}\right) = 1.4\left(1 - \frac{d}{5}\right) miles. As dd runs from 00 to 5,5, these disks shrink linearly to a point, so their union is the "cone": the convex hull of the disk of radius 1.41.4 about the origin and the point (5,0),(5, 0), bounded by the tangent line from (5,0).(5, 0). The tangent length is 521.42=4.8,\sqrt{5^2 - 1.4^2} = 4.8, so the ratios are 7724242525 and the tangent line is 7x+24y=35.7x + 24y = 35. The yy-axis gives the mirror-image region bounded by 24x+7y=35.24x + 7y = 35.

The two tangent lines meet at P=(3531,3531),P = \left(\frac{35}{31}, \frac{35}{31}\right), which lies at distance 35231>1.4\frac{35\sqrt{2}}{31} \gt 1.4 from the origin — outside the circle — so in the first quadrant the reachable set is exactly the (non-convex) quadrilateral with vertices (0,0),(0, 0), (5,0),(5, 0), P,P, (0,5).(0, 5). Splitting it along the diagonal from the origin to PP gives two triangles, each with area 1253531,\frac{1}{2} \cdot 5 \cdot \frac{35}{31}, for a quadrant area of 17531.\frac{175}{31}.

The full region is four copies, with area 70031\frac{700}{31} square miles. Since gcd(700,31)=1,\gcd(700, 31) = 1, the answer is 700+31=731.700 + 31 = 731.

14.

In triangle ABC,ABC, it is given that angles BB and CC are congruent. Points PP and QQ lie on AC\overline{AC} and AB,\overline{AB}, respectively, so that AP=PQ=QB=BC.AP = PQ = QB = BC. Angle ACBACB is rr times as large as angle APQ,APQ, where rr is a positive real number. Find the greatest integer that does not exceed 1000r.1000r.

Answer: 571
Solution:

Let A=α,\angle A = \alpha, and scale so AP=PQ=QB=BC=1.AP = PQ = QB = BC = 1. In triangle APQ,APQ, the equal sides AP=PQAP = PQ give AQP=A=α,\angle AQP = \angle A = \alpha, so APQ=1802α\angle APQ = 180^\circ - 2\alpha and, by the law of sines, AQ=sin2αsinα=2cosα.AQ = \frac{\sin 2\alpha}{\sin \alpha} = 2\cos\alpha. In triangle ABC,ABC, B=C=90α2,\angle B = \angle C = 90^\circ - \frac{\alpha}{2}, so AB=BCsinCsinA=cos(α/2)sinα=12sin(α/2).AB = \frac{BC \sin C}{\sin A} = \frac{\cos(\alpha/2)}{\sin\alpha} = \frac{1}{2\sin(\alpha/2)}.

Since AQ+QB=AB,AQ + QB = AB, 2cosα+1=12sin(α/2)4sinα2cosα+2sinα2=1.2\cos\alpha + 1 = \frac{1}{2\sin(\alpha/2)} \quad\Longrightarrow\quad 4\sin\tfrac{\alpha}{2}\cos\alpha + 2\sin\tfrac{\alpha}{2} = 1. By the product-to-sum identity, 4sinα2cosα=2sin3α22sinα2,4\sin\frac{\alpha}{2}\cos\alpha = 2\sin\frac{3\alpha}{2} - 2\sin\frac{\alpha}{2}, so the equation collapses to sin3α2=12.\sin\frac{3\alpha}{2} = \frac{1}{2}. Then α=20\alpha = 20^\circ or α=100,\alpha = 100^\circ, but the latter makes AQ=2cosαAQ = 2\cos\alpha negative, so α=20.\alpha = 20^\circ.

Now ACB=80\angle ACB = 80^\circ and APQ=140,\angle APQ = 140^\circ, so r=80140=47,r = \frac{80}{140} = \frac{4}{7}, and 1000r=40007=571.\lfloor 1000r \rfloor = \left\lfloor \frac{4000}{7} \right\rfloor = 571.

15.

A stack of 20002000 cards is labelled with the integers from 11 to 2000,2000, with different integers on different cards. The cards in the stack are not in numerical order. The top card is removed from the stack and placed on the table, and the next card is moved to the bottom of the stack. The new top card is removed from the stack and placed on the table, to the right of the card already there, and the next card in the stack is moved to the bottom of the stack. The process — placing the top card to the right of the cards already on the table and moving the next card in the stack to the bottom of the stack — is repeated until all cards are on the table. It is found that, reading from left to right, the labels on the cards are now in ascending order: 1,2,3,,1999,2000.1, 2, 3, \ldots, 1999, 2000. In the original stack of cards, how many cards were above the card labelled 1999?1999?

Answer: 927
Solution:

Number the original positions 11 (top) through 20002000 (bottom) and put them in a queue. Each step removes the front position (which receives the next label 1,2,3,1, 2, 3, \ldots) and sends the new front to the back. So the card labelled 19991999 is the next-to-last card removed, and we must find which original position survives that long.

The first pass removes the odd positions 1,3,,19991, 3, \ldots, 1999 (labels 11 through 10001000) and, since it ends by sending 20002000 to the back, the next pass again starts by removing the front of the queue 2,4,,2000.2, 4, \ldots, 2000. Successive passes therefore remove 2,6,,19982, 6, \ldots, 1998 (the positions 2mod4\equiv 2 \bmod 4), then 4,12,,1996,4, 12, \ldots, 1996, then 8,24,,1992,8, 24, \ldots, 1992, then 16,48,,1968,200016, 48, \ldots, 1968, 2000 (the 6363 positions 16mod32\equiv 16 \bmod 32). That last pass ran through an odd number (125125) of cards, so the alternation shifts: the 6262 surviving multiples of 3232 now sit in the queue as 64,96,,1984,32.64, 96, \ldots, 1984, 32.

Continuing the same removal pattern from that queue, the next rounds remove 64,128,,1984;64, 128, \ldots, 1984; then 96,224,,1888,32;96, 224, \ldots, 1888, 32; then 288,544,,1824;288, 544, \ldots, 1824; then 160,672,1184,1696;160, 672, 1184, 1696; then 416,1440;416, 1440; and the final two cards removed are 928928 and 1952.1952. So label 19991999 goes to the card at original position 928,928, which had 927927 cards above it.