Number System Questions

Multiple choice
  1. 61

  2. 93

  3. 91

  4. 97

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

A number leaving remainder 1 when divided by both 5 and 6 must be of form 30k + 1 (LCM of 5 and 6 is 30). For two-digit numbers: k=0 gives 1 (not two-digit), k=1 gives 31, k=2 gives 61, k=3 gives 91. Checking: 91 ÷ 5 = 18 remainder 1, 91 ÷ 6 = 15 remainder 1. 91 is the largest such two-digit number.

Multiple choice
  1. 308

  2. 462

  3. 152

  4. 154

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

To find the greatest number dividing 926 and 2313 leaving remainders 2 and 3 respectively, first subtract the remainders from the numbers. This gives us 924 (926-2) and 2310 (2313-3). Now find HCF of 924 and 2310. 924 = 2² × 3 × 7 × 11 = 462 × 2. 2310 = 2 × 3 × 5 × 7 × 11 = 462 × 5. HCF is 462. Verify: 926 ÷ 462 = 2 remainder 2, 2313 ÷ 462 = 5 remainder 3.

Multiple choice
  1. 13

  2. 8

  3. 14

  4. 5

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

We need the largest 2-digit number N where N≡2(mod 3), N≡3(mod 4), N≡5(mod 6). Numbers ≡5(mod 6) are: 95, 89, 83, 77... Checking conditions: 95÷3=32r2✓, 95÷4=23r3✓, 95÷6=15r5✓. Sum of digits of 95 = 9+5=14. Note: 98 fails as 98÷4=24r2.

Multiple choice
  1. 1

  2. 0

  3. 2

  4. 3

  5. None of these

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

For 54321A to be divisible by 9, sum of digits must be divisible by 9. 5+4+3+2+1+A = 15+A must be divisible by 9, so A = 3 (since 15+3=18). For 8B2043 to be divisible by 19, testing values: if B=5, 852043 ÷ 19 = 44855 (exact division, remainder 0). Therefore B=5. When B is divided by A: 5 ÷ 3 = 1 with remainder 1, so remainder is 1.

Multiple choice
  1. 15

  2. 28

  3. 22

  4. 11

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

Let number N = d × q + 8, where d is divisor. Then 2N = 2d × q + 16. When 2N is divided by d, remainder is 16 mod d. Given this remainder is 5, so 16 ≡ 5 (mod d), meaning 16 - 5 = 11 is divisible by d. Since 8 < d, d = 11.

Multiple choice
  1. 5

  2. 15

  3. 25

  4. 35

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

To find the greatest number dividing 390, 495, and 300 without remainder, we need the HCF. Factorizing: 390 = 2 × 3 × 5 × 13, 495 = 3 × 3 × 5 × 11, 300 = 2 × 2 × 3 × 5 × 5. The common factors are 3 and 5, so HCF = 3 × 5 = 15. 5 is too small (common but not greatest). 25 and 35 are not factors of all three numbers.

Multiple choice
  1. 21

  2. 23

  3. 27

  4. 29

  5. None of these

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

If x gives the same remainder y for all three numbers, then x must divide the differences. 277 - 152 = 125, 427 - 277 = 150. GCD(125, 150) = 25. Testing: 152 = 25×6 + 2, 277 = 25×11 + 2, 427 = 25×17 + 2. So x = 25, y = 2. Therefore x - y = 23.

Multiple choice
  1. $9814$
  2. $9980$
  3. $9914$
  4. $9846$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

We need N such that N ≡ 34 (mod 40) and N ≡ 34 (mod 52), with N being the largest 4-digit number satisfying this. LCM(40, 52) = 520. Numbers of form 520k + 34 give remainder 34 when divided by both. Largest 4-digit: try k=19 gives 9914. Check: 9914 ÷ 40 = 247 rem 34, 9914 ÷ 52 = 190 rem 34. Correct.

Multiple choice
  1. 149

  2. 111

  3. 153

  4. 179

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

To find the greatest number that divides 3050 and 5200 leaving remainders 7 and 9 respectively, we first subtract the remainders: 3050 - 7 = 3043, and 5200 - 9 = 5191. We need to find the HCF of 3043 and 5191. Factorizing: 3043 = 17 × 179, and 5191 = 29 × 179. The HCF is 179, which is the greatest such divisor.