Number System Questions

Multiple choice
  1. 4

  2. 5

  3. 6

  4. 8

  5. 9

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

The remainder when dividing by n is largest when n is slightly larger than a divisor of the number. For 817,380: 817,380 is divisible by 4, 5, 6, 9. When dividing by 8, 817,380 = 8 * 102,172 + 4. Testing remainders: 817,380 mod 4 = 0, mod 5 = 0, mod 6 = 0, mod 8 = 4, mod 9 = 0. The remainder 4 is the largest.

Multiple choice
  1. 500, 1875

  2. 425, 1675

  3. 525, 1875

  4. 525, 1575

  5. None of these

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

Using the division method for HCF in reverse: Last divisor = 75, last quotient = 3. Number = 75*3 + 0 = 225. Previous divisor = 225, quotient = 1. Number = 225*1 + 75 = 300. Previous divisor = 300, quotient = 1. Number = 300*1 + 225 = 525. Previous divisor = 525, quotient = 3. Number = 525*3 + 300 = 1875. The numbers are 525 and 1875.

Multiple choice
  1. 100

  2. 10,000

  3. 5000

  4. 1000

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

The number N satisfies N = 7a + 6, a = 11b + 10, b = 13c + 12. Substituting back: a = 11(13c + 12) + 10 = 143c + 142. N = 7(143c + 142) + 6 = 1001c + 994 + 6 = 1001c + 1000. The remainder when divided by 1001 is 1000.

Multiple choice
  1. 9975

  2. 9957

  3. 9945

  4. 9917

  5. 9996

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

We need a number N such that N = 15k + 12 and N = 8m + 5. This implies N + 3 is divisible by 15 and 8. The LCM of 15 and 8 is 120. So N + 3 = 120k, or N = 120k - 3. For the largest 4-digit number, 120k - 3 <= 9999, so 120k <= 10002, k = 83. N = 120 * 83 - 3 = 9960 - 3 = 9957.

Multiple choice
  1. 420

  2. 517

  3. 400

  4. 4

  5. 840

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

The number must be of the form LCM(4,5,6,7)*k + 3. LCM(4,5,6,7) = 420. Smallest 4-digit number of this form is 420*3 + 3 = 1263. Largest 3-digit number of this form is 420*2 + 3 = 843. Difference = 1263 - 843 = 420.