When the three-digit positive integer is divided by 10, 11 or 12, the remainder is 7. What is the sum of the digits of ?
Problem 437
Pick one
Official solution
Solution 1
When is divided by 10, 11 or 12, the remainder is 7.
This means that is divisible by each of 10, 11 and 12.
Since is divisible by each of 10, 11 and 12, then is divisible by the least common multiple of 10, 11 and 12.
Since , , and is prime, then the least common multiple of 10, 11 and 12 is . (To find the least common multiple, we compute the product of the highest powers of each of the prime factors that occur in the given numbers.)
Since is divisible by 660 and is a three-digit positive integer, then must equal 660. (The next largest multiple of 660 is 1320.)
Therefore, , and so the sum of the digits of is .
Solution 2
When is divided by 10, 11 or 12, the remainder is 7.
This means that is divisible by each of 10, 11 and 12.
Since is divisible by each of 10 and 11, then must be divisible by 110.
We test the first few multiples of 110 until we obtain one that is divisible by 12.
The integers 110, 220, 330, 440, and 550 are not divisible by 12, but 660 is.
Therefore, could be 660. (This means that must be 660.)
Finally, , and so the sum of the digits of is .