Number System Questions

Multiple choice
  1. 0

  2. 1

  3. 2

  4. 3

  5. 6

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A number is divisible by 9 if the sum of its digits is divisible by 9. The sum of digits from 1 to 29: Sum of digits 1-9 = 45. Sum of digits 10-19 = (1*10) + 45 = 55. Sum of digits 20-29 = (2*10) + 45 = 65. Total sum = 45 + 55 + 65 = 165. 165 / 9 = 18 with a remainder of 3.

Multiple choice
  1. 16

  2. 14

  3. 12

  4. 10

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

x = q1*d + 10; y = q2*d + 11. x+y = (q1+q2)*d + 21. Dividing by d leaves remainder 5. 21 = k*d + 5. 16 = k*d. Since the remainder must be less than the divisor, d > 11. The only factor of 16 greater than 11 is 16.