Prepizo
Learn › Class 10 CBSE · Mathematics › Real Numbers

Real Numbers — Class 10 CBSE Mathematics MCQs with Solutions

Free Class 10 CBSE Mathematics Real Numbers MCQs with step-by-step solutions covering Euclid's division lemma, Fundamental Theorem of Arithmetic, Irrational numbers, Decimal expansions. Practise online on Prepizo — no login needed.

▶ Practise Real Numbers online (free)

Subtopics

Sample questions with solutions

Q1 — Euclid's division lemma · easy · theory
In Euclid's division lemma, for positive integers $a$ and $b$, there exist unique integers $q$ and $r$ such that $a = bq + r$. The condition satisfied by $r$ is:
A. $0 < r < b$
B. $0 \le r < b$  ✓ Correct
C. $0 \le r \le b$
D. $1 \le r < b$
Solution: Euclid's division lemma states that for positive integers $a$ and $b$ there exist unique integers $q$ and $r$ with $a = bq + r$ and $0 \le r < b$. The remainder can be zero (when $b$ divides $a$ exactly) but must always be strictly less than the divisor $b$.
Q2 — Euclid's division lemma · easy · theory
Using Euclid's division algorithm, the HCF of $135$ and $225$ is:
A. $15$
B. $5$
C. $45$  ✓ Correct
D. $90$
Solution: Apply the algorithm step by step: $225 = 135 \times 1 + 90$, then $135 = 90 \times 1 + 45$, then $90 = 45 \times 2 + 0$. Since the remainder becomes $0$ when the divisor is $45$, the HCF of $135$ and $225$ is $45$.
Q3 — Euclid's division lemma · easy · theory
By Euclid's division lemma with $b = 2$, every positive even integer is of the form (where $q$ is some integer):
A. $2q$  ✓ Correct
B. $2q + 1$
C. $q + 2$
D. None of these
Solution: Taking $b = 2$ in $a = bq + r$ with $0 \le r < 2$, every positive integer is of the form $2q$ or $2q + 1$. The form $2q$ is divisible by $2$, so every positive even integer is of the form $2q$, while $2q + 1$ gives the odd integers.
Q4 — Fundamental Theorem of Arithmetic · easy · theory
The prime factorisation of $140$ is:
A. $2 \times 5 \times 7$
B. $2^2 \times 5 \times 7$  ✓ Correct
C. $2^2 \times 5^2 \times 7$
D. $2 \times 5 \times 7^2$
Solution: Divide by primes: $140 = 2 \times 70 = 2 \times 2 \times 35 = 2 \times 2 \times 5 \times 7$. Hence $140 = 2^2 \times 5 \times 7$. Multiplying back, $4 \times 5 \times 7 = 140$, which confirms the factorisation.
Q5 — Fundamental Theorem of Arithmetic · easy · theory
If the HCF of two numbers is $12$ and their product is $1800$, then their LCM is:
A. $120$
B. $1800$
C. $12$
D. $150$  ✓ Correct
Solution: For any two positive integers, HCF $\times$ LCM $=$ product of the two numbers. Therefore LCM $= \frac{1800}{12} = 150$.
Q6 — Fundamental Theorem of Arithmetic · easy · theory
The LCM of $12$ and $18$ is:
A. $36$  ✓ Correct
B. $6$
C. $72$
D. $216$
Solution: Write $12 = 2^2 \times 3$ and $18 = 2 \times 3^2$. The LCM is the product of the highest powers of all primes involved: $2^2 \times 3^2 = 36$. Note that $6$ is the HCF, a common mix-up.
Q7 — Irrational numbers · easy · theory
Which of the following is an irrational number?
A. $\sqrt{4}$
B. $\frac{22}{7}$
C. $\sqrt{7}$  ✓ Correct
D. $0.\overline{3}$
Solution: $\sqrt{4} = 2$ and $\frac{22}{7}$ are rational, and $0.\overline{3} = \frac{1}{3}$ is rational because a non-terminating recurring decimal always represents a rational number. Since $7$ is not a perfect square, $\sqrt{7}$ cannot be written as $\frac{p}{q}$ and is irrational.
Q8 — Irrational numbers · easy · theory
The sum of a rational number and an irrational number is:
A. always rational
B. always irrational  ✓ Correct
C. sometimes rational and sometimes irrational
D. always an integer
Solution: Let $r$ be rational and $s$ irrational. If $r + s$ were rational, then $s = (r + s) - r$ would be a difference of two rational numbers and hence rational — a contradiction. So $r + s$ is always irrational; for example, $2 + \sqrt{3}$ is irrational.
Q9 — Decimal expansions · easy · theory
The decimal expansion of $\frac{13}{3125}$ is:
A. terminating  ✓ Correct
B. non-terminating recurring
C. non-terminating non-recurring
D. cannot be determined
Solution: Here $3125 = 5^5$, which is of the form $2^m \times 5^n$ (with $m = 0$, $n = 5$). Hence $\frac{13}{3125}$ has a terminating decimal expansion; in fact $\frac{13}{3125} = 0.00416$.
Q10 — Decimal expansions · easy · theory
Which of the following rational numbers has a non-terminating recurring decimal expansion?
A. $\frac{17}{8}$
B. $\frac{13}{125}$
C. $\frac{9}{25}$
D. $\frac{7}{12}$  ✓ Correct
Solution: $8 = 2^3$, $125 = 5^3$ and $25 = 5^2$ are all of the form $2^m \times 5^n$, so those three expansions terminate. But $12 = 2^2 \times 3$ contains the prime $3$, and $\frac{7}{12}$ is already in simplest form, so its decimal expansion is non-terminating recurring.
Q11 — Euclid's division lemma · hard · theory
The square of any positive integer can never be of the form (where $m$ is an integer):
A. $3m$
B. $4m$
C. $3m + 2$  ✓ Correct
D. $3m + 1$
Solution: By Euclid's lemma any integer is $3q$, $3q + 1$ or $3q + 2$. Squaring each: $(3q)^2 = 3(3q^2)$, $(3q+1)^2 = 3(3q^2 + 2q) + 1$, and $(3q+2)^2 = 3(3q^2 + 4q + 1) + 1$. So a perfect square is always of the form $3m$ or $3m + 1$, never $3m + 2$; note that $4m$ is possible, e.g. $6^2 = 36 = 4 \times 9$.
Q12 — Euclid's division lemma · hard · theory
The largest number which divides $1251$, $9377$ and $15628$ leaving remainders $1$, $2$ and $3$ respectively is:
A. $575$
B. $450$
C. $750$
D. $625$  ✓ Correct
Solution: The number must exactly divide $1251 - 1 = 1250$, $9377 - 2 = 9375$ and $15628 - 3 = 15625$. Factorising: $1250 = 2 \times 5^4$, $9375 = 3 \times 5^5$ and $15625 = 5^6$. The common part is $5^4 = 625$, so the required largest number is $625$.
Q13 — Fundamental Theorem of Arithmetic · hard · theory
If $\text{HCF}(x, 18) = 2$ and $\text{LCM}(x, 18) = 36$, then $x$ equals:
A. $2$
B. $4$  ✓ Correct
C. $6$
D. $9$
Solution: Since HCF $\times$ LCM $= x \times 18$, we get $x = \frac{2 \times 36}{18} = 4$. Check: HCF$(4, 18) = 2$ and LCM$(4, 18) = 36$, so $x = 4$ satisfies both conditions; no other option does.
Q14 — Fundamental Theorem of Arithmetic · hard · theory
The smallest number which when divided by $12$, $16$ and $24$ leaves a remainder of $7$ in each case is:
A. $43$
B. $48$
C. $55$  ✓ Correct
D. $103$
Solution: The required number is $7$ more than the smallest common multiple of $12$, $16$ and $24$. Since $12 = 2^2 \times 3$, $16 = 2^4$ and $24 = 2^3 \times 3$, the LCM is $2^4 \times 3 = 48$, so the answer is $48 + 7 = 55$. ($103 = 2 \times 48 + 7$ also leaves remainder $7$, but it is not the smallest.)
Q15 — Irrational numbers · hard · theory
Consider the two statements: (I) The sum of two irrational numbers is always irrational. (II) The product of two irrational numbers is always irrational. Then:
A. only (I) is true
B. only (II) is true
C. both (I) and (II) are true
D. neither (I) nor (II) is true  ✓ Correct
Solution: Counterexamples defeat both statements: $\sqrt{2} + (-\sqrt{2}) = 0$ is rational, so (I) fails, and $\sqrt{2} \times \sqrt{2} = 2$ is rational, so (II) fails. The sum or product of two irrationals is only sometimes irrational, e.g. $\sqrt{2} + \sqrt{3}$ and $\sqrt{2} \times \sqrt{3} = \sqrt{6}$ are irrational.
Q16 — Irrational numbers · hard · theory
The number $\frac{7\sqrt{3}}{\sqrt{75}}$ is:
A. irrational, because $\sqrt{75}$ is irrational
B. rational, equal to $\frac{7}{5}$  ✓ Correct
C. rational, equal to $\frac{7}{25}$
D. irrational, because it is the quotient of two irrational numbers
Solution: Simplify the denominator: $\sqrt{75} = \sqrt{25 \times 3} = 5\sqrt{3}$. Therefore $\frac{7\sqrt{3}}{\sqrt{75}} = \frac{7\sqrt{3}}{5\sqrt{3}} = \frac{7}{5}$, a rational number. This shows a quotient of two irrational numbers need not be irrational.
Q17 — Irrational numbers · hard · theory
To prove that $5 - 2\sqrt{3}$ is irrational, we assume it is a rational number $r$. This leads to $\sqrt{3} = \frac{5 - r}{2}$. The contradiction is that:
A. $5 - r$ is not divisible by $2$
B. $r$ must be negative
C. the right-hand side is rational while $\sqrt{3}$ is known to be irrational  ✓ Correct
D. $\sqrt{3}$ becomes equal to $r$
Solution: If $r$ is rational, then $\frac{5 - r}{2}$ is also rational, since subtracting rationals and dividing by $2$ keeps the result rational. But this expression equals $\sqrt{3}$, which is irrational — a contradiction. Hence the assumption was wrong and $5 - 2\sqrt{3}$ is irrational.
Q18 — Decimal expansions · hard · theory
The smallest rational number by which $\frac{1}{3}$ should be multiplied so that its decimal expansion terminates after one place of decimal is:
A. $\frac{3}{100}$
B. $\frac{3}{10}$  ✓ Correct
C. $3$
D. $\frac{1}{10}$
Solution: $\frac{1}{3} \times \frac{3}{10} = \frac{1}{10} = 0.1$, which terminates after exactly one decimal place. Multiplying by $\frac{1}{10}$ gives $\frac{1}{30}$, which is still non-terminating, while $\frac{3}{100}$ gives $0.01$, terminating after two places, not one.
Q19 — Decimal expansions · hard · theory
The decimal expansion of $\frac{77}{2^3 \times 5^7}$ terminates after how many places of decimal?
A. $3$
B. $10$
C. $4$
D. $7$  ✓ Correct
Solution: Multiply numerator and denominator by $2^4$ to equalise the powers: $\frac{77 \times 2^4}{2^7 \times 5^7} = \frac{1232}{10^7} = 0.0001232$. Since $77 = 7 \times 11$ shares no factor with $10$, the expansion terminates after $\max(3, 7) = 7$ decimal places.
Q20 — Decimal expansions · hard · theory
The number $43.\overline{123456789}$ (the block of digits repeating forever) can be written in the form $\frac{p}{q}$ in simplest form. Which statement about $q$ is correct?
A. $q$ has at least one prime factor other than $2$ and $5$  ✓ Correct
B. $q$ is of the form $2^m \times 5^n$
C. $q$ must be a power of $10$
D. the number is irrational, so it cannot be written as $\frac{p}{q}$
Solution: A non-terminating recurring decimal always represents a rational number, so it can be written as $\frac{p}{q}$. A fraction in simplest form has a terminating expansion exactly when $q = 2^m \times 5^n$. Since this expansion does not terminate, $q$ must contain at least one prime factor other than $2$ and $5$.
Q21 — Euclid's division lemma · medium · theory
An army contingent of $616$ members is to march behind an army band of $32$ members, with both groups marching in the same number of columns. The maximum number of columns in which they can march is:
A. $4$
B. $8$  ✓ Correct
C. $16$
D. $32$
Solution: The maximum number of columns is HCF(616, 32). By Euclid's algorithm: $616 = 32 \times 19 + 8$ and $32 = 8 \times 4 + 0$, so the HCF is $8$. Hence they can march in at most $8$ columns.
Q22 — Euclid's division lemma · medium · theory
If the HCF of $65$ and $117$ is expressible in the form $65m - 117$, then the value of $m$ is:
A. $1$
B. $4$
C. $2$  ✓ Correct
D. $3$
Solution: By Euclid's algorithm: $117 = 65 \times 1 + 52$, $65 = 52 \times 1 + 13$, $52 = 13 \times 4 + 0$, so the HCF is $13$. Setting $65m - 117 = 13$ gives $65m = 130$, so $m = 2$.
Q23 — Euclid's division lemma · medium · theory
The largest number that divides $70$ and $125$ leaving remainders $5$ and $8$ respectively is:
A. $13$  ✓ Correct
B. $65$
C. $875$
D. $1750$
Solution: The required number must divide $70 - 5 = 65$ and $125 - 8 = 117$ exactly, so it is HCF(65, 117). By Euclid's algorithm: $117 = 65 \times 1 + 52$, $65 = 52 \times 1 + 13$, $52 = 13 \times 4 + 0$, giving HCF $= 13$.
Q24 — Fundamental Theorem of Arithmetic · medium · theory
The HCF of $96$ and $404$ is:
A. $8$
B. $101$
C. $12$
D. $4$  ✓ Correct
Solution: By prime factorisation, $96 = 2^5 \times 3$ and $404 = 2^2 \times 101$. The only common prime is $2$, taken with its lowest power $2^2$. Hence HCF $= 4$, and then LCM $= \frac{96 \times 404}{4} = 9696$.
Q25 — Fundamental Theorem of Arithmetic · medium · theory
Given that $\text{LCM}(306, 657) = 22338$, the value of $\text{HCF}(306, 657)$ is:
A. $3$
B. $6$
C. $9$  ✓ Correct
D. $11$
Solution: HCF $\times$ LCM $= 306 \times 657 = 201042$, so HCF $= \frac{201042}{22338} = 9$. As a check, $306 = 2 \times 3^2 \times 17$ and $657 = 3^2 \times 73$, whose common part is $3^2 = 9$.
Q26 — Fundamental Theorem of Arithmetic · medium · theory
The number $6^n$, where $n$ is a natural number, ends with the digit $0$ for:
A. $n = 5$
B. all multiples of $5$
C. $n = 10$ only
D. no value of $n$  ✓ Correct
Solution: A number ends in $0$ only if it is divisible by $10 = 2 \times 5$. Now $6^n = (2 \times 3)^n = 2^n \times 3^n$, and by the Fundamental Theorem of Arithmetic its prime factorisation is unique, so it can never contain the prime $5$. Hence $6^n$ never ends with the digit $0$.
Q27 — Irrational numbers · medium · theory
In the standard proof that $\sqrt{5}$ is irrational, we assume $\sqrt{5} = \frac{p}{q}$ where $p$ and $q$ are coprime integers. The contradiction finally reached is that:
A. $q$ becomes equal to zero
B. both $p$ and $q$ turn out to be divisible by $5$, so they are not coprime  ✓ Correct
C. $p^2$ becomes negative
D. $\sqrt{5}$ turns out to be an even number
Solution: From $\sqrt{5} = \frac{p}{q}$ we get $p^2 = 5q^2$, so $5$ divides $p^2$ and hence $5$ divides $p$. Writing $p = 5k$ gives $25k^2 = 5q^2$, i.e. $q^2 = 5k^2$, so $5$ also divides $q$. Thus $5$ is a common factor of $p$ and $q$, contradicting the assumption that they are coprime.
Q28 — Irrational numbers · medium · theory
The value of $(3 + \sqrt{5})(3 - \sqrt{5})$ is:
A. $4$, a rational number  ✓ Correct
B. $14$, a rational number
C. $4 + 6\sqrt{5}$, an irrational number
D. $9 - \sqrt{5}$, an irrational number
Solution: Using the identity $(a + b)(a - b) = a^2 - b^2$: $(3 + \sqrt{5})(3 - \sqrt{5}) = 9 - 5 = 4$. This also shows that the product of two irrational numbers can be rational.
Q29 — Decimal expansions · medium · theory
The decimal expansion of $\frac{17}{8}$ terminates after how many decimal places?
A. $1$
B. $2$
C. $3$  ✓ Correct
D. $4$
Solution: Write the denominator as a power of $10$: $\frac{17}{8} = \frac{17}{2^3} = \frac{17 \times 5^3}{10^3} = \frac{2125}{1000} = 2.125$. So the expansion terminates after exactly $3$ decimal places.
Q30 — Decimal expansions · medium · theory
The rational number $\frac{23}{2^3 \times 5^2}$ will terminate after how many places of decimal?
A. $2$
B. $3$  ✓ Correct
C. $4$
D. $5$
Solution: The number of decimal places equals the larger of the exponents of $2$ and $5$ in the denominator, i.e. $\max(3, 2) = 3$. Indeed $\frac{23}{200} = \frac{23 \times 5}{1000} = \frac{115}{1000} = 0.115$.