Number System Aptitude MCQ

10 questions

Strengthen your quantitative aptitude skills with these Number System MCQs, carefully selected for students and job aspirants preparing for placement tests and competitive exams. This practice set covers essential concepts such as divisibility rules, remainders, HCF and LCM, cyclicity, exponents, prime numbers, page numbering, and number properties. Solving these questions helps build logical thinking, improves calculation speed, and enhances accuracy in exams like SSC, Banking, Railways, CAT, UPSC, Defence, and campus placements. Each question is designed to reflect the difficulty level commonly seen in real examinations, making your preparation more effective and exam-oriented. If you want to strengthen your fundamentals before attempting these questions, explore our comprehensive Number System, where you'll find easy-to-understand explanations, important formulas, shortcuts, and solved examples to help you master every concept with confidence. Practice regularly with MCQ Orbit to improve your speed, accuracy, and overall aptitude performance.

Q1

Find the HCF of (2^{120} - 1) and (2^{45} - 1).

View solution & Explanation

Correct Answer 63

This problem uses the algebraic property that the HCF of two numbers in the form (a^m - 1) and (a^n - 1) is given by:

HCF(am1,an1)=aHCF(m,n)1\text{HCF}(a^m-1, a^n-1)=a^{\text{HCF}(m,n)}-1

First, find the highest common factor of the powers 24 and 18:

HCF(24,18)=6\text{HCF}(24,18)=6

Substituting this value into the formula:

2612^6-1

=641=63=64-1=63

Therefore, the HCF is 63.

Q2

The LCM of two numbers is 1260. If their HCF is 6 and one of the numbers is 84, what is the other number?

View solution & Explanation

Correct Answer 90

A fundamental property of any two numbers is that their LCM multiplied by their HCF equals the product of those two numbers.

Here, using the formula:

LCM×HCF=Product of the two numbers\text{LCM} \times \text{HCF} = \text{Product of the two numbers}

Substituting the given values:

1260×6=84×Unknown number1260 \times 6 = 84 \times \text{Unknown number}

7560=84×Unknown number7560 = 84 \times \text{Unknown number}

Dividing 7560 by 84 gives:

Unknown number=756084=90\text{Unknown number}=\frac{7560}{84}=90

The distractor options represent common mistakes, such as dividing the LCM directly by the known number or ignoring the role of HCF in the formula.

Q3

3 + 3² + 3³ + 3⁴ + … + 3⁹⁹ is divided by 8. What is the remainder?

View solution & Explanation

Correct Answer 3

This problem uses the repeating remainder cycle of powers of 3 modulo 8.

313,</p><pclass="mb4leading7textgray800">321,</p><pclass="mb4leading7textgray800">333,</p><pclass="mb4leading7textgray800">341(mod8)3^1\equiv3,\quad</p><p class="mb-4 leading-7 text-gray-800">3^2\equiv1,\quad</p><p class="mb-4 leading-7 text-gray-800">3^3\equiv3,\quad</p><p class="mb-4 leading-7 text-gray-800">3^4\equiv1\pmod8

The sum of 99 such powers is computed using the geometric series formula.

Reducing the numerator modulo 8 using the known remainder of 3^99 simplifies cleanly to a remainder of 3.

This "remainder cycle" trick is a staple shortcut in UPSC, SSC, and Banking exams whenever a large-exponent sum must be divided.

Q4

How many pairs of natural numbers exist such that the difference of their squares is 84?

View solution & Explanation

Correct Answer 4

We use the identity:

a2b2=(a+b)(ab)a^2-b^2=(a+b)(a-b)

Setting this equal to 84:

(a+b)(ab)=84(a+b)(a-b)=84

We look for factor pairs of 84 where the larger factor is greater than the smaller factor and both factors have the same parity. This ensures that the values of a and b are whole numbers.

The valid factor pairs are:

(42,2)(42,2)

which gives:

a=42+22=22,b=4222=20a=\frac{42+2}{2}=22,\quad b=\frac{42-2}{2}=20

and

(14,6)(14,6)

which gives:

a=14+62=10,b=1462=4a=\frac{14+6}{2}=10,\quad b=\frac{14-6}{2}=4

Thus, there are 2 valid pairs of natural numbers.

Q5

The remainder when 7777…∞ is divided by 10 is:

View solution & Explanation

Correct Answer 3

The last digit of a number raised to a power follows a repeating cycle. For 7, the cycle of last digits is:

79317 \rightarrow 9 \rightarrow 3 \rightarrow 1

The cycle length is 4, so we reduce the exponent modulo 4 to find the effective position in the cycle.

Since every power of 7 is odd:

7odd3(mod4)7^{\text{odd}}\equiv3\pmod4

So, the effective exponent is 3.

The 3rd position in the cycle of 7 is 3. Therefore, the remainder when the number is divided by 10 is: 3

Q6

The sum of two positive numbers is 24. What is the greatest possible product of these two numbers?

View solution & Explanation

Correct Answer 144

The product of two numbers with a fixed sum is greatest when the two numbers are equal. This follows from the AM-GM inequality.

Here, the sum of the two numbers is 24:

a+b=24a+b=24

For the maximum product, the numbers should be equal:

a=b=12a=b=12

The maximum product is:

12×12=14412\times12=144

Any unequal split gives a smaller product. For example:

11×13=14311\times13=143

The incorrect options represent common mistakes, such as choosing adjacent integers, not splitting the sum equally, or applying the sum condition incorrectly.

Q7

How many two-digit prime numbers, when their digits are reversed, also yield a two-digit prime number (where the reversed number is different from the original)?

View solution & Explanation

Correct Answer 8

These special primes are known as emirp primes, where the reversed form of the prime is also a prime.

The key condition is that the reversed number must be different from the original prime. Therefore, palindromic primes such as 11 are excluded because their reverse remains the same.

Here are the 2 digit emirp primes: 13, 17, 31, 37, 71, 73, 79, and 97

We check each two-digit prime, reverse its digits, and verify whether the reversed number is also prime. Only those primes where both the original number and its reversal are distinct primes are counted.

After checking all two-digit primes, the total number of emirp primes is: 8.

Q8

Find the remainder when 5⁸⁴ is divided by 6

View solution & Explanation

Correct Answer 1

This problem uses the cyclicity of powers in modular arithmetic. The remainders of powers of 5 when divided by 6 repeat in a fixed pattern.

The pattern is:

515(mod6)5^1\equiv5\pmod6

521(mod6)5^2\equiv1\pmod6

So, odd powers of 5 leave a remainder of 5, while even powers leave a remainder of 1.

Since 84 is even:

5841(mod6)5^{84}\equiv1\pmod6

Therefore, the remainder is 1.

Recognising repeating cycles is the key technique for solving large-exponent remainder problems in competitive exams.

Q9

"To write all the page numbers of a book, the digit 2 has been used exactly 96 times. Find the total number of pages in the book."

View solution & Explanation

Correct Answer 242

We split all page numbers into different ranges — 1-digit (1–9), 2-digit (10–99), and 3-digit (100 onwards).

For each range, we count the occurrences of the digit 2 separately in the units, tens, and hundreds places. We keep adding these counts until the total reaches 96.

The key observation is that in the 200s range, the hundreds digit contributes one occurrence of 2 on every page, causing the count to increase rapidly.

Continuing the count carefully, the total reaches 96 at page 242.

Therefore, the book ends at page 242.

Q10

Find the remainder when 40 × 61 × 77 × 98 × 116 is divided by 19.

View solution & Explanation

Correct Answer 10

First, find the remainder of each number divided by 19:

40÷19Remainder=240 \div 19 \rightarrow Remainder = 2
61÷19Remainder=461 \div 19 \rightarrow Remainder = 4
77÷19Remainder=177 \div 19 \rightarrow Remainder = 1
98÷19Remainder=398 \div 19 \rightarrow Remainder = 3
116÷19Remainder=2116 \div 19 \rightarrow Remainder = 2

Next, multiply these remainders together:

2×4×1×3×2=482 \times 4 \times 1 \times 3 \times 2 = 48
Finally, divide 48 by 19 to get the actual remainder: 48÷19=2 with a remainder of 10\text{Finally, divide 48 by 19 to get the actual remainder: }48 \div 19 = \text{2 with a remainder of 10}