Number System Questions

Multiple choice
  1. 99999

  2. 99958

  3. 99960

  4. 99962

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

The greatest 5-digit number is 99999. We need a number that leaves remainder 2 when divided by 3, 5, 8, and 12. This means N-2 must be divisible by the LCM of 3, 5, 8, 12. LCM(3,5,8,12) = 120. The largest multiple of 120 less than 99999 is 99960. Adding 2 gives 99962. Checking: 99962 ÷ 3 = 33320 remainder 2, 99962 ÷ 5 = 19992 remainder 2, etc. Option C (99960) would leave remainder 0, not 2.

Multiple choice
  1. 21

  2. 19

  3. 17

  4. 15

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

When number N is divided by 987, remainder is 59. This means N = 987k + 59 for some integer k. To find remainder when N is divided by 21, we need (987k + 59) mod 21. Since 987 = 21 × 47 (987 is divisible by 21), 987k mod 21 = 0. So N mod 21 = 59 mod 21. Dividing 59 by 21: 21 × 2 = 42, remainder = 59 - 42 = 17. The remainder is 17. Option A (21) is impossible since remainder must be less than divisor.

Multiple choice
  1. 4

  2. 5

  3. 17

  4. 51

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

HCF is found by prime factorization. 425 = 5² × 17. 476 = 2² × 7 × 17. The only common prime factor is 17, so HCF = 17. Option A (4) is a factor of 476 but not 425. Option B (5) divides 425 but not 476. Option D (51 = 3 × 17) requires 3 as a factor, which neither number has.

Multiple choice
  1. 334, 823

  2. 426, 749

  3. 884, 476

  4. 356, 801

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

For two numbers, Product = LCM × HCF. Here: 6188 × 68 = 420,784. Option C: 884 × 476 = 420,784. Both are divisible by 68 (884÷68=13, 476÷68=7, and 13, 7 are coprime). Other pairs don't satisfy both conditions.

Multiple choice
  1. 2

  2. 4

  3. 6

  4. 8

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

When a number N divided by 192 gives remainder 54, we can write N = 192k + 54. Since 192 is exactly divisible by 16 (192 = 16 × 12), the term 192k contributes 0 remainder when divided by 16. Therefore, the final remainder is simply 54 mod 16. 54 = 16 × 3 + 6, so the remainder is 6.

Multiple choice
  1. 9974

  2. 9970

  3. 9807

  4. 9998

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

We need N such that N = 12a + 2 = 16b + 6 = 24c + 14. This means N - 10 is divisible by LCM(12, 16, 24) = 48. Largest 4-digit multiple of 48 is 9984. Adding 10 gives 9994, but 9994 - 48 = 9946 doesn't work. Testing backwards: 9974 satisfies all conditions (9974/12 = 831r2, /16 = 623r6, /24 = 415r14).

Multiple choice
  1. 1

  2. 2

  3. 3

  4. 4

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

When n leaves remainder 2 when divided by 5, we can write n = 5k + 2 for some integer k. Then 3n = 3(5k + 2) = 15k + 6 = 5(3k + 1) + 1. This means when 3n is divided by 5, the remainder is 1. Alternatively, simply multiply the remainder: 3 × 2 = 6, and 6 ÷ 5 leaves remainder 1.

Multiple choice
  1. 18

  2. 48

  3. 24

  4. 144

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

LCM of 5,6,7,8 = 840. Number x = 840k + 3. Also x divisible by 9: 840k + 3 ≡ 0 (mod 9). Since 840 ≡ 3 (mod 9), we get 3k + 3 ≡ 0 → k = 2 (minimum). So x = 840(2) + 3 = 1683. Product of digits = 1 × 6 × 8 × 3 = 144. The number must satisfy all congruence conditions simultaneously.

Multiple choice
  1. 36

  2. 35

  3. 34

  4. 20

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

Let n = dq + 23 where 23 < d. Then 2n = d(2q) + 46. The remainder of 46 divided by d is 11. This means 46 = d × 1 + 11, so d = 35. Check: if remainder is 23 and divisor is 35, then 2 × 23 = 46 gives remainder 11 (since 46 - 35 = 11). Options A (36), C (34), and D (20) don't work.