For any integer between 100 and 1000, if you subtract the sum of its digits from the integer itself, the resulting number is always divisible by which of the following numbers?

Difficulty: Medium

Correct Answer: 9

Explanation:


Introduction / Context:

This number system question tests your understanding of divisibility rules and how numbers can be expressed in terms of their digits. It is a favourite type in aptitude and competitive exams because it checks both conceptual understanding and familiarity with properties of the number 9.



Given Data / Assumptions:

  • We consider any integer N between 100 and 1000 (a three digit number).
  • The sum of its digits is subtracted from N.
  • We must determine a number from the options that always divides the result exactly.
  • The usual base 10 representation of numbers is assumed.


Concept / Approach:

Write a three digit number N in terms of its digits: N = 100a + 10b + c, where a, b, and c are digits and a is not zero. The sum of the digits is a + b + c. Compute N minus (a + b + c) and look for a common factor. The property that numbers of the form 9k are divisible by 9 will give the answer.



Step-by-Step Solution:

Step 1: Let the three digit number be N = 100a + 10b + c.Step 2: The sum of its digits is S = a + b + c.Step 3: Consider N - S = (100a + 10b + c) - (a + b + c).Step 4: Simplify: N - S = 100a - a + 10b - b + c - c = 99a + 9b.Step 5: Factor 9: N - S = 9(11a + b).Step 6: Since 11a + b is an integer, N - S is always a multiple of 9.


Verification / Alternative check:

Test with a sample, for example N = 572. Sum of digits is 5 + 7 + 2 = 14. Then N - S = 572 - 14 = 558. Since 558 divided by 9 equals 62, 9 divides the result. Other three digit numbers will behave similarly because the algebraic form is general.



Why Other Options Are Wrong:

The values 2, 5, 6, and 7 do not always divide numbers of the form 9(11a + b). Only 9 is guaranteed, because 9 is the explicit factor. For certain numbers, factors like 2 or 5 may divide the result, but this is not guaranteed for every three digit number.



Common Pitfalls:

Learners sometimes guess 3, since 9 is a multiple of 3, but the option here highlights 9 directly. Another common mistake is to test only one or two numbers and then jump to a conclusion instead of using an algebraic argument.



Final Answer:

The resulting number is always divisible by 9.


Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion