Number System Questions

Multiple choice
  1. 22

  2. 42

  3. 62

  4. 122

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

LCM of 3, 4, 5 is 60. We need a number that leaves remainder 2 when divided by each, so number = 60k + 2. For k=1: 62 (smallest positive). Check: 62÷3=20 remainder 2, 62÷4=15 remainder 2, 62÷5=12 remainder 2. Option A (22) = 60×0+22 gives wrong remainders. Option B (42) fails for divisor 4. Option D (122) is 60×2+2 but not smallest.

Multiple choice
  1. 8

  2. 5

  3. 16

  4. 24

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

To find the greatest number that divides 130, 305, and 245 leaving remainders 2, 1, and 5 respectively, we first subtract the remainders from each number: 130-2=128, 305-1=304, 245-5=240. Then we find the HCF of 128, 304, and 240. The HCF of these three numbers is 16, which is the required answer. This works because 16 divides all three adjusted numbers exactly, so it will divide the originals with the specified remainders.

Multiple choice
  1. 759

  2. 859

  3. 659

  4. 827

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

We need a number that leaves remainder 3 when divided by 12, 18, 21, 28. So (N-3) must be divisible by LCM(12,18,21,28). LCM(12,18,21,28) = LCM(2²×3, 2×3², 3×7, 2²×7) = 2²×3²×7 = 4×9×7 = 252. So N-3 = 252k, N = 252k + 3. For greatest 3-digit number: 252×3 + 3 = 756 + 3 = 759. 252×4 + 3 = 1011 (4 digits). So answer is 759.

Multiple choice
  1. 10

  2. 5

  3. 4

  4. 3

  5. None of these

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

When a number N is divided by 899 and leaves remainder 63, we can write N = 899k + 63 for some integer k. Since 899 = 29 × 31, we need to find 63 mod 29. 63 = 29 × 2 + 5, so the remainder when N is divided by 29 is 5. The key is that 899 is a multiple of 29, so we only need to find 63 mod 29.

Multiple choice
  1. 17004

  2. 18000

  3. 18002

  4. 18004

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

LCM of 16, 18, 20, 25 = 3600. The number leaves remainder 4 when divided by these, so it is of the form 3600k + 4. We need this to be divisible by 7: 3600k + 4 ≡ 0 (mod 7). Since 3600 = 7×514 + 2, we have 3600 ≡ 2 (mod 7). So: 2k + 4 ≡ 0 (mod 7), giving 2k ≡ 3 (mod 7), so k ≡ 5 (mod 7). The smallest such k is 5, giving the number: 3600×5 + 4 = 18004, which is divisible by 7 (18004/7 = 2572).

Multiple choice
  1. 360

  2. 242

  3. 122

  4. 82

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

Find LCM of 8, 12, 15, 20 = 120. The required number must be 2 more than a multiple of 120. Check options: 360 ÷ 120 = 3, so 360 + 2 = 362 (not in options). 242 = 2 × 120 + 2 = 242 ✓. Wait, let me recalculate: LCM(8,12,15,20) = 120. We need a number N such that N ≡ 2 (mod 8), N ≡ 2 (mod 12), N ≡ 2 (mod 15), N ≡ 2 (mod 20). This means N-2 must be divisible by LCM = 120. So N = 120k + 2. For k=1: N=122. 122 ÷ 8 = 15R2, 122 ÷ 12 = 10R2, 122 ÷ 15 = 8R2, 122 ÷ 20 = 6R2. Yes, 122 is correct.

Multiple choice
  1. $104$
  2. $205$
  3. $59$
  4. $87$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

We need N such that N ≡ 1 (mod 2), N ≡ 2 (mod 3), N ≡ 3 (mod 4), N ≡ 4 (mod 5), N ≡ 5 (mod 6). Notice each remainder is one less than the divisor. This means N + 1 is divisible by 2, 3, 4, 5, and 6. So N + 1 = LCM(2,3,4,5,6) × k = 60k. Therefore N = 60k - 1. For k = 1, N = 59. Checking: 59 ÷ 2 = 29 R1 ✓, 59 ÷ 3 = 19 R2 ✓, 59 ÷ 4 = 14 R3 ✓, 59 ÷ 5 = 11 R4 ✓, 59 ÷ 6 = 9 R5 ✓.

Multiple choice
  1. $289$
  2. $367$
  3. $453$
  4. $307$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

If both numbers leave the same remainder r when divided by n, then n divides their difference: 34041 - 32506 = 1535. Factorizing 1535 = 5 × 307. Testing divisors: 1535 ÷ 307 = 5, 1535 ÷ 453 ≈ 3.39. Both numbers must be > r, where r = 32506 mod n. For n=307: 32506 ÷ 307 = 105 remainder 271, 34041 ÷ 307 = 110 remainder 271. Same remainder confirms n=307.