Question:medium

a, b and c are three numbers selected from a set containing ten numbers 0 to 9. Is (a + b + c) a multiple of 9?
Statement 1: Three digit number abc is a multiple of 9
Statement 2: (a x b) + c is a multiple of 9

Updated On: Jan 13, 2026
  • statement (1) alone is sufficient to answer the question
  • statement (2) alone is sufficient to answer the question
  • both the statements together are needed to answer the question
  • statement (1) alone or statement (2) alone is sufficient to answer the question
  • neither statement (1) nor statement (2) suffices to answer the question
Show Solution

The Correct Option is A

Solution and Explanation

The correct answer is option (A):
statement (1) alone is sufficient to answer the question

Let's analyze the question and the statements. The question asks if the sum of three distinct numbers (a, b, and c) selected from the set {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} is a multiple of 9.

Statement 1: The three-digit number 'abc' is a multiple of 9.

A number is divisible by 9 if and only if the sum of its digits is divisible by 9. In this case, the three-digit number 'abc' means 100a + 10b + c. Since we are told abc is a multiple of 9, then the sum of the digits (a + b + c) must also be a multiple of 9. This directly answers the question. Therefore, statement 1 alone is sufficient.

Statement 2: (a * b) + c is a multiple of 9.

This statement tells us that the expression (a times b) plus c results in a multiple of 9. However, this doesn't tell us anything about whether the sum a + b + c is a multiple of 9. For example, if a = 3, b = 0, and c = 9, then (3 * 0) + 9 = 9, which is a multiple of 9. And a + b + c = 3 + 0 + 9 = 12, which is not a multiple of 9. Alternatively, if a = 3, b = 3 and c = 0, then (3*3) + 0 = 9 which is a multiple of 9. and a + b + c = 3 + 3 + 0 = 6, which is not a multiple of 9. Thus, statement 2 alone is insufficient.

Since Statement 1 alone provides enough information to determine if a + b + c is a multiple of 9, the correct answer is: statement (1) alone is sufficient to answer the question.
Was this answer helpful?
0