Quantitative Aptitude · Mathematics

Numbers and Divisibility

209 Questions

Master the number system by solving these quantitative aptitude questions on divisibility rules and properties. The exercises cover finding the greatest common divisor and identifying prime factors. This topic is essential for clearing the preliminary stages of SSC, banking, and various state exams.

Divisibility rulesGreatest common divisorPolynomial divisionNatural numbersFactorizationPrime numbers

Numbers and Divisibility Questions

Multiple choice general knowledge math & puzzles
  1. 13

  2. 31

  3. 5

  4. None of these

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

Using the property $a^n - b^n$ is divisible by $(a - b)$, $5^6 - 1$ is divisible by $(5^2)^3 - 1^3$, which is divisible by $5^2 - 1 = 24$, or $(5^3)^2 - 1^2$, divisible by $5^3 - 1 = 124$. Since $124 = 31 \times 4$, the expression is divisible by 31.

Multiple choice general knowledge math & puzzles
  1. 1260

  2. 420

  3. 840

  4. 2520

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

The smallest number divisible by 1 through 10 is the LCM of these numbers. Prime factorization: 1, 2, 3, 4=2², 5, 6=2×3, 7, 8=2³, 9=3², 10=2×5. The LCM takes the highest power of each prime: 2³ × 3² × 5 × 7 = 8 × 9 × 5 × 7 = 2520. Options A, B, and C are all missing factors.

Multiple choice general knowledge math & puzzles
  1. 8

  2. 9

  3. 10

  4. 12

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

A number ending in 1 in base 5 and 7 must be of the form 35k + 1. It must also be divisible by 3. Checking 35k+1 for divisibility by 3: k=1 (36), k=4 (141), k=7 (246), etc. In the range 100-999, the values are 141, 246, 351, 456, 561, 666, 771, 876, 981, totaling 9 elements.

Multiple choice general knowledge math & puzzles
  1. 8

  2. 9

  3. 10

  4. 12

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

Find three-digit numbers where: divisible by 3, ends in 1 in base 5 (so ≡ 1 mod 5), ends in 1 in base 7 (so ≡ 1 mod 7). By CRT, x ≡ 1 (mod 35). Three-digit candidates: 106, 141, 176, 211, 246, 281, 316, 351, 386, 421, 456, 491, 526, 561, 596, 631, 666, 701, 736, 771, 806, 841, 876, 911, 946, 981. Only those divisible by 3 are valid: 141, 81, 246, 351, 561, 666, 841, 946 - totaling 9 numbers.

Multiple choice general knowledge math & puzzles
  1. 35

  2. 18

  3. 17

  4. 36

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

720 = 2^4 × 3^2. For 720^n to divide 77!, we need at least 4n factors of 2 and 2n factors of 3 and n factors of 5. Count of 5s in 77! is floor(77/5) + floor(77/25) = 15 + 3 = 18. Count of 3s is floor(77/3) + floor(77/9) + floor(77/27) + floor(77/81) = 25 + 8 + 2 + 0 = 35. We need 2n ≤ 35 and n ≤ 18, giving n ≤ 17 (since 2×18 = 36 > 35).

Multiple choice general knowledge math & puzzles
  1. 35

  2. 18

  3. 17

  4. 36

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

To find the maximum n such that 77! is divisible by 720^n, we factor 720 = 2^4 × 3^2 × 5. In 77!, the exponent of 2 is 73, of 3 is 35, and of 5 is 18. For 720^n = 2^(4n) × 3^(2n) × 5^n, we need 4n ≤ 73, 2n ≤ 35, and n ≤ 18. The limiting factor is 3, giving n ≤ 17 (since 35/2 = 17.5). Thus, maximum n = 17.

Multiple choice general knowledge math & puzzles
  1. 12000

  2. 12444

  3. 12450

  4. 12456

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

The numbers form an arithmetic progression starting at 102 and ending at 396. Using $a=102$, $l=396$, and $d=6$, the number of terms $n$ is $\frac{396-102}{6} + 1 = 50$. The sum is $S_n = \frac{n}{2}(a + l) = \frac{50}{2}(102 + 396) = 25 \times 498 = 12450$. Other options result from calculation errors.

Multiple choice general knowledge math & puzzles
  1. 2

  2. 3

  3. 8

  4. 2 or 3

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

10^5 is 100,000. 100,000 - 7 = 99,993. A number is divisible by 3 if the sum of its digits is divisible by 3. 9+9+9+9+3 = 39, which is divisible by 3. It is odd, so not divisible by 2 or 8.

Multiple choice general knowledge math & puzzles
  1. a = 0 , b = 8

  2. a = 3 , b = 8

  3. a = 7 , b = 8

  4. a = 5 , b = 6

  5. a = 3 , b = 4

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

A number is divisible by 4 if its last two digits ($ab$) form a number divisible by 4. Given $a + b = 11$ and $a < b$, possible pairs $(a,b)$ are $(2,9), (3,8), (4,7), (5,6)$. Among these, only $56$ is divisible by 4. Thus $a=5, b=6$ is the correct solution.