Elevenses

Consider five-digit numbers like 13579, where the digits form an arithmetic progression (either ascending, descending, or constant).

How many of these five-digit numbers are multiples of 11?


The answer is 0.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Arjen Vreugdenhil
Feb 10, 2016

The number a b c d e \overline{abcde} is divisible by 11 if a b + c d + e a-b+c-d+e is. For an arithmetic progression starting at x x and increasing by y y each step, this means x ( x + y ) + ( x + 2 y ) ( x + 3 y ) + ( x + 4 y ) = x + 2 y is a multiple of 11 . x - (x+y) + (x+2y) - (x+3y) + (x+4y) = x + 2y\ \ \text{is a multiple of 11}. But this is precisely the middle term of the progression. The only digit that is a multiple of 11 is zero; but that means that some of the surrounding digits should be negative (which is impossible) or all zero. Therefore only 00000 00000 satisfies this equation, but zero is not considered a 5-digit number.

Therefore there are no such numbers, and the answer is 0 \boxed{0} .

Alternative solution: Let c c be the middle digit, then a b c d e = 11111 c + ( 20000 + 1000 10 2 ) x = 11111 c + 20988 x . \overline{abcde} = 11111\cdot c + (20000 + 1000 - 10 - 2)\cdot x = 11111\cdot c + 20988\cdot x. Now 20988 = 11 1908 20988 = 11\cdot 1908 , so that this number is only a multiple of 11 if the first term is. But 11111 11111 is prime; therefore c c must be a multiple of 11. That gives c = 0 c = 0 , etc.

Arjen Vreugdenhil - 5 years, 4 months ago

Let the number required be ( a 2 d ) ( a d ) a ( a + d ) ( a + 2 d ) \overline{(a-2d)(a-d)a(a+d)(a+2d)} for some integer d d .

Using the divisibility rule for 11, we get 2 a + 11 k = 3 a 2a+11k=3a for some non-negative integer k k . However, given the conditions of a < 10 a<10 and k > 0 k>0 , this equation has no solution.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...