返回题库

AIME 1993 · 第 6 题

AIME 1993 — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

What is the smallest positive integer that can be expressed as the sum of nine consecutive integers, the sum of ten consecutive integers, and the sum of eleven consecutive integers?

解析

Solutions

Solution 1

Denote the first of each of the series of consecutive integers as a, b, ca,\ b,\ c. Therefore, n=a+(a+1)(a+8)=9a+36=10b+45=11c+55n = a + (a + 1) \ldots (a + 8) = 9a + 36 = 10b + 45 = 11c + 55. Simplifying, 9a=10b+9=11c+199a = 10b + 9 = 11c + 19. The relationship between a, ba,\ b suggests that bb is divisible by 99. Also, 10b10=10(b1)=11c10b -10 = 10(b-1) = 11c, so b1b-1 is divisible by 1111. We find that the least possible value of b=45b = 45, so the answer is 10(45)+45=49510(45) + 45 = 495.

Solution 2

Let the desired integer be nn. From the information given, it can be determined that, for positive integers a, b, ca, \ b, \ c:

n=9a+36=10b+45=11c+55n = 9a + 36 = 10b + 45 = 11c + 55

This can be rewritten as the following congruences:

n0(mod9)n \equiv 0 \pmod{9} n5(mod10)n \equiv 5 \pmod{10} n0(mod11)n \equiv 0 \pmod{11}

Since 9 and 11 are relatively prime, n is a multiple of 99. It can then easily be determined that the smallest multiple of 99 with a units digit 5 (this can be interpreted from the 2nd congruence) is 495\boxed{495}

Solution 3

Let nn be the desired integer. From the given information, we have

9x=a11y=a10z+5=a,\begin{aligned}9x &= a \\ 11y &= a \\ 10z + 5 &= a, \end{aligned} here, x,x, and yy are the middle terms of the sequence of 9 and 11 numbers, respectively. Similarly, we have zz as the 4th term of the sequence. Since, aa is a multiple of 99 and 11,11, it is also a multiple of lcm[9,11]=99.\text{lcm}[9,11]=99. Hence, a=99m,a=99m, for some m.m. So, we have 10z+5=99m.10z + 5 = 99m. It follows that 99(5)=49599(5) = \boxed{495} is the smallest integer that can be represented in such a way.

Solution 4

By the method in Solution 1, we find that the number nn can be written as 9a+36=10b+45=11c+559a+36=10b+45=11c+55 for some integers a,b,ca,b,c. From this, we can see that nn must be divisible by 9, 5, and 11. This means nn must be divisible by 495. The only multiples of 495 that are small enough to be AIME answers are 495 and 990. From the second of the three expressions above, we can see that nn cannot be divisible by 10, so nn must equal 495\boxed{495}. Solution by Zeroman.

Solution 5

First note that the integer clearly must be divisible by 99 and 1111 since we can use the "let the middle number be x" trick. Let the number be 99k99k for some integer k.k. Now let the 1010 numbers be x,x+1,x+9.x,x+1, \cdots x+9. We have 10x+45=99k.10x+45 = 99k. Taking mod 55 yields k0(mod5).k \equiv 0 \pmod{5}. Since kk is positive, we take k=5k=5 thus obtaining 995=49599 \cdot 5 = \boxed{495} as our answer.

Solution 6

From the first equation solution 1, we get the three part equation 9x=10y+9=11z+19 after subtracting 36 from each of the equations 9x+36=10y+45=11z+55 knowing that the integer we are looking for has a last digit of 9 from the second part of our first equation, and also knowing that our mystery number must be 19 more the a multiple of 11 that ends in 0, the only way this could happen is if the number is able to be deduced in the form 110a+19, where a is between the range 1-9, inclusive. so, also knowing our mystery number is divisible by 9, our only answer being 129,239,349,459 ... etc. until 899. Brushing through our act of casework for this problem shows that the answer is 459... but we are not done yet! We have to add the 36 we subtracted at the beggining of our solution to get the equation 459+36, which is equal to our final answer... 495!!!

$michaellin16$