SOLUTION: when a three digit number is divided by the sum of the digits of the number, the quotient is 26. What is the least number for which this is true?

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: when a three digit number is divided by the sum of the digits of the number, the quotient is 26. What is the least number for which this is true?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 392999: when a three digit number is divided by the sum of the digits of the number, the quotient is 26. What is the least number for which this is true?
Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
We have

%28100a+%2B+10b+%2B+c%29%2F%28a+%2B+b+%2B+c%29+=+26 --> 100a+%2B+10b+%2B+c+=+26a+%2B+26b+%2B+26c (a, b, c are digits). Subtracting a%2Bb%2Bc from both sides,

99a+%2B+9b+=+25a+%2B+25b+%2B+25c

This implies 9 divides a+b+c and 25 divides 11a+b. Therefore, the only possible values of a+b+c are 9, 18, 27 (since 36 is too high).

Suppose a+b+c = 9. Then, a%2Bb+=+9-c, and 11a+%2B+b+=+9+-+c+%2B+10a (by substituting) which is divisible by 25. Since 9 - c + 10a is congruent to 9 - c (mod 10) = 5 or 0, the only possibility for c is 4 (since 9 is impossible). This leaves a%2Bb+=+5 (note that 11a + b is divisible by 25). The easiest way is simply guess and check to find any solutions; we see that a = 2, b = 3 works since 11(2) + 3 is divisible by 25.

Therefore the smallest number is 234.