Quantitative Aptitude

Number System and Digits

374 Questions

Number system and digits questions test the ability to manipulate numbers, identify significant digits, and form specific values. These problems often require finding missing digits or determining the properties of large sums. They form a vital component of the quantitative aptitude section.

Number formationMissing digitsSignificant digitsLargest and smallest numbersDigit sum properties

Number System and Digits Questions

Multiple choice general knowledge
  1. 14

  2. 18

  3. 20

  4. 22

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

A SIM card's ICCID (Integrated Circuit Card Identifier) is a 19 or 20 digit number that uniquely identifies the SIM card. It consists of industry identifier, country code, issuer identifier, and individual card identification. 20 digits is the standard length.

Multiple choice general knowledge math & puzzles
  1. 3

  2. 4

  3. 9

  4. None of these

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

Let the two-digit number be 10a + b, where a and b are the digits. When interchanged, it becomes 10b + a. The difference is (10a+b) - (10b+a) = 9(a-b) = 36, so a-b = 4. The digit difference is 4.

Multiple choice general knowledge math & puzzles
  1. 145

  2. 253

  3. 370

  4. 352

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

Let the digits be x, y, z. We know x+y+z=10 and y=x+z. Substituting y in the first equation gives x+(x+z)+z=10, so 2x+2z=10, meaning x+z=5, which means y=5. When reversed, the number increases by 99, so the middle digit must be 5 (100-1=99 works only with middle digit 5). The only option with middle digit 5 that satisfies the conditions is 253.

Multiple choice general knowledge math & puzzles
  1. 4

  2. 6

  3. 1

  4. 7

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

The unit digit of any power of a number depends only on the unit digit of the base. For 31, the unit digit is always 1, regardless of the exponent (1479). This is because 1 multiplied by itself any number of times remains 1. The pattern 31^1=31, 31^2=961, 31^3=29791 all end in 1.

Multiple choice general knowledge math & puzzles
  1. 7

  2. 3

  3. 9

  4. 6

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

Any power of a number ending in 6 will also end in 6. This is because 6 × 6 = 36 (ends in 6), and this pattern continues indefinitely. For 2166^2166, since the base ends in 6, the result must end in 6 regardless of the large exponent. This is a fundamental property of the digit 6 in base-10 arithmetic.

Multiple choice general knowledge math & puzzles
  1. 41

  2. 61

  3. 21

  4. 81

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

To find the last two digits of 19^244, we use modular arithmetic with mod 100. The powers of 19 follow a cycle: 19^1=19, 19^2=61, 19^3=79, 19^4=01 (mod 100), then repeats every 20 powers. Since 244 = 240 + 4 and 240 is a multiple of 20, we need 19^4 mod 100 = 21. This uses Euler's theorem and the cyclic nature of modular powers.

Multiple choice general knowledge math & puzzles
  1. 24

  2. 42

  3. 46

  4. 64

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

Let the number be 10a + b where a is tens digit and b is units digit. Given a = b + 2. Also (10a + b)(a + b) = 252. Substituting a = b + 2: (10(b+2) + b)((b+2) + b) = 252, which simplifies to (11b + 20)(2b + 2) = 252. Testing b = 2 gives (42)(6) = 252, so the number is 42, which matches the condition that tens digit (4) exceeds units digit (2) by 2.

Multiple choice general knowledge
  1. 16

  2. 45

  3. 46

  4. 47

  5. 48

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

Hexadecimal needs 4 bits per digit (16 = 2⁴). For 12 hex digits, need bits such that ceil(bits/4) ≥ 12. At 44 bits: 44/4 = 11 hex digits exactly. At 45 bits: 45/4 = 11.25, ceil = 12 hex digits. Minimum is 45 binary digits.