A positive integer M is divisible by all the number from 11 - 30 inclusive except for two consecutive integers. What is their sum?
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.
First we list the numbers between 1 1 and 3 0 inclusive:
1 1 , 1 2 , 1 3 , 1 4 , 1 5 , 1 6 , 1 7 , 1 8 , 1 9 , 2 0 , 2 1 , 2 2 , 2 3 , 2 4 , 2 5 , 2 6 , 2 7 , 2 8 , 2 9 , 3 0
If M is not divisible by 1 1 , then it will also not be divisible by 2 2 . Therefore, 1 1 cannot be one of the two numbers. We can eliminate 1 2 , 1 3 , 1 4 , and 1 5 using similar logic. The eliminated numbers are marked in red.
1 1 , 1 2 , 1 3 , 1 4 , 1 5 , 1 6 , 1 7 , 1 8 , 1 9 , 2 0 , 2 1 , 2 2 , 2 3 , 2 4 , 2 5 , 2 6 , 2 7 , 2 8 , 2 9 , 3 0
We can now establish that M must be divisible by those eliminated numbers. Thus, the M must also be divisible by any number that divides the least common multiple of 1 1 , 1 2 , 1 3 , 1 4 , and 1 5 . We can eliminate 2 0 , 2 1 , 2 2 , 2 6 , 2 8 , and 3 0 this way.
1 1 , 1 2 , 1 3 , 1 4 , 1 5 , 1 6 , 1 7 , 1 8 , 1 9 , 2 0 , 2 1 , 2 2 , 2 3 , 2 4 , 2 5 , 2 6 , 2 7 , 2 8 , 2 9 , 3 0
The two numbers must be consecutive. Therefore, we can eliminate 2 7 and 2 9 .
1 1 , 1 2 , 1 3 , 1 4 , 1 5 , 1 6 , 1 7 , 1 8 , 1 9 , 2 0 , 2 1 , 2 2 , 2 3 , 2 4 , 2 5 , 2 6 , 2 7 , 2 8 , 2 9 , 3 0
Now we can eliminate 1 8 because it is a factor of the least common multiple of the eliminated numbers. We can subsequently eliminate 1 9 because the two numbers must be consecutive.
1 1 , 1 2 , 1 3 , 1 4 , 1 5 , 1 6 , 1 7 , 1 8 , 1 9 , 2 0 , 2 1 , 2 2 , 2 3 , 2 4 , 2 5 , 2 6 , 2 7 , 2 8 , 2 9 , 3 0
If M were divisible by 1 6 , then it would also have to be divisible by 2 4 . If this were true, then there would be no more consecutive numbers left for us to choose from. Therefore, the two numbers must be 1 6 and 1 7 , and their sum is 3 3 .