Solved Examples

NCERT Solutions for Class 9 Maths Chapter 1 Number Systems — Complete Guide with All Exercises

Every exercise solved step-by-step — rational numbers, irrational numbers, surds, decimal expansions, number line constructions, and laws of exponents.

CBSEClass 9
The SparkEd Authors (IITian & Googler)15 March 202655 min read
NCERT Solutions Class 9 Maths Chapter 1 Number Systems — SparkEd

Why Number Systems Is the Foundation of All Mathematics

Chapter 1 of Class 9 Maths is not just another chapter — it is the bedrock on which every subsequent topic in your CBSE journey is built. Whether you are simplifying surds in Chapter 1, factoring polynomials in Chapter 2, or applying the Pythagoras theorem in Chapter 13, you will constantly rely on the number system concepts introduced here.

Number Systems typically carries 8–10 marks in the CBSE Class 9 annual examination, spread across multiple question types — from 1-mark MCQs on classifying numbers to 3-mark problems on rationalising denominators and 5-mark constructions on the number line. The chapter is divided into six exercises (Exercise 1.1 through Exercise 1.6), covering a natural progression from basic definitions to advanced exponent laws.

The good news? Once you truly understand the hierarchy of numbers (NWZQR\mathbb{N} \subset \mathbb{W} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}) and master a handful of techniques (decimal conversion, rationalisation, exponent manipulation), this chapter becomes one of the most reliable scoring areas in your exam.

In this comprehensive guide, we walk through every exercise, solve representative problems with detailed reasoning, highlight the mistakes that cost students marks, and give you a battle-tested exam strategy. Let's begin!

The Real Number Hierarchy — Big Picture

Before diving into individual exercises, let's establish the complete number hierarchy that this chapter builds. Understanding where each type of number sits is essential for classification questions, which appear in almost every exam.

**Natural Numbers (N\mathbb{N}):** The counting numbers 1,2,3,4,1, 2, 3, 4, \ldots These are the most basic numbers, used for counting objects.

**Whole Numbers (W\mathbb{W}):** Natural numbers together with zero: 0,1,2,3,0, 1, 2, 3, \ldots The only difference from natural numbers is the inclusion of 00.

**Integers (Z\mathbb{Z}):** Whole numbers together with their negatives: ,3,2,1,0,1,2,3,\ldots, -3, -2, -1, 0, 1, 2, 3, \ldots Every whole number is an integer, but not every integer is a whole number (e.g., 5-5).

**Rational Numbers (Q\mathbb{Q}):** Numbers that can be expressed in the form pq\frac{p}{q} where pp and qq are integers and q0q \neq 0. Examples: 34\frac{3}{4}, 72-\frac{7}{2}, 0.50.5, 0.30.\overline{3}. Every integer is rational because n=n1n = \frac{n}{1}.

**Irrational Numbers (Q\mathbb{Q}'): Numbers that cannot** be expressed as pq\frac{p}{q}. Their decimal expansions are non-terminating and non-recurring. Examples: 2\sqrt{2}, 3\sqrt{3}, π\pi, 0.1010010001000010.101001000100001\ldots

**Real Numbers (R\mathbb{R}):** The union of rational and irrational numbers. Every point on the number line corresponds to a unique real number, and every real number corresponds to a unique point on the number line.

The containment chain is:

NWZQR\mathbb{N} \subset \mathbb{W} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}

QR\mathbb{Q}' \subset \mathbb{R}

Note that Q\mathbb{Q} and Q\mathbb{Q}' are disjoint — no number is both rational and irrational. Together they make up all of R\mathbb{R}.

How to Classify a Number Quickly

Here is a quick decision flowchart for classifying a number:

1. Is it a positive counting number? Then it is a natural number (and also whole, integer, rational, real).
2. Is it zero? Then it is a whole number (and also integer, rational, real), but NOT a natural number.
3. Is it a negative whole number? Then it is an integer (and also rational, real), but NOT a whole or natural number.
4. **Can it be written as pq\frac{p}{q} with integers p,qp, q and q0q \neq 0?** Then it is rational (and real).
5. If none of the above — it is irrational (and real).

For the exam, always check: does the number have a terminating or recurring decimal? If yes, it is rational. If the decimal is non-terminating and non-recurring, it is irrational.

Exercise 1.1 — Rational Numbers on the Number Line

Exercise 1.1 focuses on the concept of rational numbers and finding rational numbers between two given rational numbers. The key idea is that between any two rational numbers, there are infinitely many rational numbers — a property called the density of rational numbers.

Problem 1: Is zero a rational number?

Question: Is zero a rational number? Can you write it in the form pq\frac{p}{q}, where pp and qq are integers and q0q \neq 0?

Solution:
Yes, zero is a rational number. We can express it as:

0=01=02=05=01000 = \frac{0}{1} = \frac{0}{2} = \frac{0}{-5} = \frac{0}{100}

In each case, p=0p = 0 (an integer) and qq is a non-zero integer, so the definition of a rational number is satisfied.

Key Insight: Any integer nn is rational because n=n1n = \frac{n}{1}. This is a common exam question — never say zero is "neither rational nor irrational."

Problem 2: Six rational numbers between 3 and 4

Question: Find six rational numbers between 3 and 4.

Solution:
To find nn rational numbers between two numbers, express them with a denominator of (n+1)(n+1) or more.

Write 3=2173 = \frac{21}{7} and 4=2874 = \frac{28}{7}.

Six rational numbers between them:

227,  237,  247,  257,  267,  277\frac{22}{7},\; \frac{23}{7},\; \frac{24}{7},\; \frac{25}{7},\; \frac{26}{7},\; \frac{27}{7}

Alternative Method: We could also use 3=30103 = \frac{30}{10} and 4=40104 = \frac{40}{10}, giving us 3110,3210,,3910\frac{31}{10}, \frac{32}{10}, \ldots, \frac{39}{10} — nine rational numbers to choose any six from.

Key Insight: There are infinitely many rational numbers between any two rationals. The technique is to make the denominators large enough to create room.

Problem 3: Five rational numbers between 3/5 and 4/5

Question: Find five rational numbers between 35\frac{3}{5} and 45\frac{4}{5}.

Solution:
Multiply numerator and denominator by 6 (one more than the number we need):

35=1830,45=2430\frac{3}{5} = \frac{18}{30}, \quad \frac{4}{5} = \frac{24}{30}

Five rational numbers between them:

1930,  2030,  2130,  2230,  2330\frac{19}{30},\; \frac{20}{30},\; \frac{21}{30},\; \frac{22}{30},\; \frac{23}{30}

Simplification check: 2030=23\frac{20}{30} = \frac{2}{3}, 2130=710\frac{21}{30} = \frac{7}{10}. In the exam, you do not need to simplify — the unsimplified form is perfectly acceptable.

Problem 4: Rational numbers between 1/2 and 2/3

Question: State whether every rational number can be located on the number line.

Solution:
Yes, every rational number can be located on the number line. Given a rational number pq\frac{p}{q} (in lowest terms, q>0q > 0):

1. Divide each unit interval on the number line into qq equal parts.
2. Starting from 0, count pp parts in the positive direction (if p>0p > 0) or negative direction (if p<0p < 0).

For example, to locate 34\frac{3}{4}: divide each unit into 4 equal parts, then count 3 parts from 0 in the positive direction.

Key Insight: This establishes that Q\mathbb{Q} can be "embedded" into the number line. However, not every point on the number line is rational — the irrational points fill the "gaps."

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Exercise 1.2 — Irrational Numbers

Exercise 1.2 introduces the concept of irrational numbers — numbers that cannot be expressed as a ratio of two integers. This is one of the most conceptually challenging parts of the chapter, and exam questions frequently test whether students can correctly identify and work with irrationals.

Problem 1: True or False Statements

Question: State whether the following statements are true or false. Give reasons.

(i) Every irrational number is a real number.

Solution: True. The set of real numbers R\mathbb{R} is defined as the union of rational numbers Q\mathbb{Q} and irrational numbers Q\mathbb{Q}'. Since every irrational number belongs to R\mathbb{R} by definition, this statement is true.

**(ii) Every point on the number line is of the form m\sqrt{m}, where mm is a natural number.**

Solution: False. Negative numbers like 3-3 are points on the number line but cannot be written as m\sqrt{m} for any natural number mm (since m0\sqrt{m} \geq 0 for all natural numbers mm). Also, numbers like 12\frac{1}{2} are on the number line but are not of the form m\sqrt{m} for any natural mm.

(iii) Every real number is an irrational number.

Solution: False. For example, 22 is a real number but it is rational (since 2=212 = \frac{2}{1}). Real numbers include BOTH rational and irrational numbers.

Problem 2: Are all square roots irrational?

Question: Are the square roots of all positive integers irrational? If not, give an example of the square root of a number that is a rational number.

Solution:
No, the square roots of all positive integers are NOT irrational.

Counterexample: 4=2\sqrt{4} = 2, which is rational.

In general, n\sqrt{n} is rational if and only if nn is a perfect square (i.e., n=1,4,9,16,25,36,n = 1, 4, 9, 16, 25, 36, \ldots). For all other positive integers, n\sqrt{n} is irrational.

**Why is 2\sqrt{2} irrational?** This can be proved by contradiction. Assume 2=pq\sqrt{2} = \frac{p}{q} in lowest terms. Squaring: 2=p2q22 = \frac{p^2}{q^2}, so p2=2q2p^2 = 2q^2. This means p2p^2 is even, so pp is even. Let p=2kp = 2k. Then 4k2=2q24k^2 = 2q^2, giving q2=2k2q^2 = 2k^2, so qq is also even. But this contradicts our assumption that pq\frac{p}{q} was in lowest terms. Hence 2\sqrt{2} is irrational.

Problem 3: Locating square roots on the number line

Question: Locate 3\sqrt{3} on the number line.

Solution (Spiral/Pythagoras Method):

Step 1: Mark OO at 00 and AA at 11 on the number line.

Step 2: At AA, draw ABOAAB \perp OA with AB=1AB = 1 unit.

Step 3: Join OBOB. By Pythagoras theorem:

OB=OA2+AB2=12+12=2OB = \sqrt{OA^2 + AB^2} = \sqrt{1^2 + 1^2} = \sqrt{2}

Step 4: With centre OO and radius OB=2OB = \sqrt{2}, draw an arc to meet the number line at CC. So OC=2OC = \sqrt{2}.

Step 5: At CC, draw CDOCCD \perp OC with CD=1CD = 1 unit.

Step 6: Join ODOD. By Pythagoras theorem:

OD=OC2+CD2=(2)2+12=2+1=3OD = \sqrt{OC^2 + CD^2} = \sqrt{(\sqrt{2})^2 + 1^2} = \sqrt{2 + 1} = \sqrt{3}

Step 7: With centre OO and radius OD=3OD = \sqrt{3}, draw an arc to meet the number line. This point represents 3\sqrt{3}.

Key Insight: This "spiral of Theodorus" method can be extended to locate 4\sqrt{4}, 5\sqrt{5}, 6\sqrt{6}, etc. Each time, construct a perpendicular of length 1 at the previous point and use Pythagoras.

Problem 4: Constructing the square root spiral

Question: Locate 5\sqrt{5} on the number line using successive constructions.

Solution:
Continuing the spiral from the previous problem:

**For 4\sqrt{4}:** At the point 3\sqrt{3} on the spiral, construct a perpendicular of length 1. The hypotenuse = 3+1=4=2\sqrt{3+1} = \sqrt{4} = 2. (This confirms the construction — we get exactly 2.)

**For 5\sqrt{5}:** At the point where 4=2\sqrt{4} = 2 was located in the spiral, construct a perpendicular of length 1. The hypotenuse:

=(4)2+12=4+1=5= \sqrt{(\sqrt{4})^2 + 1^2} = \sqrt{4 + 1} = \sqrt{5}

Draw an arc with centre OO and radius 5\sqrt{5} to locate the point on the number line.

Alternative (Direct) Method: Mark OO at 00 and AA at 22. At AA, construct ABOAAB \perp OA with AB=1AB = 1. Then OB=4+1=5OB = \sqrt{4 + 1} = \sqrt{5}. Transfer to the number line with a compass.

Exercise 1.3 — Decimal Expansions of Real Numbers

Exercise 1.3 is all about the connection between fractions and decimals. The key theorem here is: a rational number pq\frac{p}{q} has a terminating decimal expansion if and only if the prime factorisation of qq (when the fraction is in lowest terms) has no prime factors other than 2 and 5. Otherwise, the decimal expansion is non-terminating recurring.

Irrational numbers, by contrast, have non-terminating non-recurring decimal expansions.

Problem 1: Classifying decimal expansions

Question: Write the following in decimal form and say what kind of decimal expansion each has:
(i) 36100\frac{36}{100}
(ii) 111\frac{1}{11}
(iii) 4184\frac{1}{8}
(iv) 313\frac{3}{13}
(v) 211\frac{2}{11}
(vi) 329400\frac{329}{400}

Solution:

(i) 36100=0.36\frac{36}{100} = 0.36Terminating. (Denominator 100=22×52100 = 2^2 \times 5^2, only factors of 2 and 5.)

(ii) 111=0.09\frac{1}{11} = 0.\overline{09}Non-terminating recurring. (Denominator 11 is prime and not 2 or 5.)

(iii) 418=338=4.1254\frac{1}{8} = \frac{33}{8} = 4.125Terminating. (Denominator 8=238 = 2^3, only factor of 2.)

(iv) 313=0.230769\frac{3}{13} = 0.\overline{230769}Non-terminating recurring. (Denominator 13 is prime.)

(v) 211=0.18\frac{2}{11} = 0.\overline{18}Non-terminating recurring.

(vi) 329400=0.8225\frac{329}{400} = 0.8225Terminating. (Denominator 400=24×52400 = 2^4 \times 5^2.)

Key Rule: Check the denominator's prime factors after reducing the fraction. If only 2s and 5s appear, the decimal terminates. Otherwise, it recurs.

Problem 2: Converting 0.6̄ to a fraction

Question: Express 0.60.\overline{6} in the form pq\frac{p}{q}, where pp and qq are integers and q0q \neq 0.

Solution:
Let x=0.6666x = 0.6666\ldots

Multiply both sides by 10:

10x=6.666610x = 6.6666\ldots

Subtract the first equation from the second:

10xx=6.66660.666610x - x = 6.6666\ldots - 0.6666\ldots

9x=69x = 6

x=69=23x = \frac{6}{9} = \frac{2}{3}

Verification: 23=0.6666=0.6\frac{2}{3} = 0.6666\ldots = 0.\overline{6}

Key Technique: For a single repeating digit, multiply by 10. For two repeating digits, multiply by 100. For nn repeating digits, multiply by 10n10^n.

Problem 3: Converting 0.001̄ to a fraction

Question: Express 0.0010.\overline{001} in the form pq\frac{p}{q}.

Solution:
Let x=0.001001001x = 0.001001001\ldots

The repeating block has 3 digits, so multiply by 103=100010^3 = 1000:

1000x=1.0010010011000x = 1.001001001\ldots

Subtract:

1000xx=1.0010010.0010011000x - x = 1.001001\ldots - 0.001001\ldots

999x=1999x = 1

x=1999x = \frac{1}{999}

Answer: 0.001=19990.\overline{001} = \frac{1}{999}.

Problem 4: Express 0.99999... as a fraction

Question: Express 0.90.\overline{9} in the form pq\frac{p}{q}. Are you surprised by your answer?

Solution:
Let x=0.9999x = 0.9999\ldots

10x=9.999910x = 9.9999\ldots

10xx=910x - x = 9

9x=99x = 9

x=1x = 1

So 0.9=10.\overline{9} = 1.

Yes, this is surprising but true! The number 0.99990.9999\ldots (with infinitely many 9s) is exactly equal to 1, not "just less than 1." This is a rigorous mathematical fact, not an approximation.

Why? If 0.9<10.\overline{9} < 1, then there would be a number between 0.90.\overline{9} and 11. But there is no such number — you cannot find a decimal that is bigger than 0.99990.9999\ldots and smaller than 11.

Problem 5: Maximum number of digits in repeating block

Question: What can the maximum number of digits be in the repeating block of digits in the decimal expansion of 117\frac{1}{17}?

Solution:
When we divide by 17, the possible remainders at each step are 1,2,3,,161, 2, 3, \ldots, 16 (i.e., 16 possible non-zero remainders). Once a remainder repeats, the decimal cycle starts again.

Therefore, the maximum number of digits in the repeating block is 171=1617 - 1 = 16.

In fact, 117=0.0588235294117647\frac{1}{17} = 0.\overline{0588235294117647}, which has exactly 16 repeating digits.

General Rule: For 1q\frac{1}{q}, the repeating block has at most q1q - 1 digits. (This is related to Fermat's Little Theorem in number theory.)

Exercise 1.4 — Representing Real Numbers on the Number Line

Exercise 1.4 introduces the method of successive magnification to visualize real numbers (especially irrational ones) on the number line with increasing precision.

Problem 1: Visualize 3.765 on the number line

Question: Visualise 3.7653.765 on the number line using successive magnification.

Solution:

Step 1: 3.7653.765 lies between 33 and 44. Divide the interval [3,4][3, 4] into 10 equal parts. 3.7653.765 lies between 3.73.7 and 3.83.8.

Step 2: Magnify the interval [3.7,3.8][3.7, 3.8] by dividing it into 10 equal parts. 3.7653.765 lies between 3.763.76 and 3.773.77.

Step 3: Magnify the interval [3.76,3.77][3.76, 3.77] by dividing it into 10 equal parts. 3.7653.765 is the 5th mark, i.e., the midpoint.

Key Insight: With each magnification, we "zoom in" by a factor of 10. For a number with nn decimal places, we need nn levels of magnification.

Problem 2: Visualize 4.26̄ on the number line

Question: Visualise 4.264.\overline{26} on the number line, up to 4 decimal places.

Solution:
4.26=4.2626264.\overline{26} = 4.262626\ldots

Step 1: It lies between 44 and 55. Magnify [4,5][4, 5]: it lies between 4.24.2 and 4.34.3.

Step 2: Magnify [4.2,4.3][4.2, 4.3]: it lies between 4.264.26 and 4.274.27.

Step 3: Magnify [4.26,4.27][4.26, 4.27]: 4.26264.2626 lies between 4.2624.262 and 4.2634.263.

Step 4: Magnify [4.262,4.263][4.262, 4.263]: 4.26264.2626 lies between 4.26264.2626 and 4.26274.2627. We can mark 4.26264.2626 at the 6th division.

Key Insight: For recurring decimals, the process can continue indefinitely. We approximate to the desired number of decimal places.

Exercise 1.5 — Operations on Real Numbers and Rationalisation

Exercise 1.5 is arguably the most important exercise in this chapter for board exams. It covers operations on irrational numbers and the critical technique of rationalising the denominator. This is where most of the marks in the chapter come from.

Problem 1: Classifying results of operations

Question: Classify the following numbers as rational or irrational:
(i) 252 - \sqrt{5}
(ii) (3+23)23(3 + \sqrt{23}) - \sqrt{23}
(iii) 2777\frac{2\sqrt{7}}{7\sqrt{7}}
(iv) 12\frac{1}{\sqrt{2}}
(v) 2π2\pi

Solution:

(i) 252 - \sqrt{5}: Since 5\sqrt{5} is irrational and 22 is rational, their difference is irrational. (A rational minus an irrational is always irrational.)

(ii) (3+23)23=3(3 + \sqrt{23}) - \sqrt{23} = 3: This simplifies to the integer 33, which is rational.

(iii) 2777=27\frac{2\sqrt{7}}{7\sqrt{7}} = \frac{2}{7}: The 7\sqrt{7} cancels, leaving a rational number.

(iv) 12\frac{1}{\sqrt{2}}: Since 2\sqrt{2} is irrational and the reciprocal of a non-zero irrational is irrational, this is irrational.

(v) 2π2\pi: Since π\pi is irrational and 22 is a non-zero rational, their product is irrational.

Key Rules:
- Rational ±\pm Irrational = Irrational
- Rational ×\times Irrational (non-zero rational) = Irrational
- Irrational ±\pm Irrational = Could be either (e.g., 2+(2)=0\sqrt{2} + (-\sqrt{2}) = 0, which is rational)
- Irrational ×\times Irrational = Could be either (e.g., 2×2=2\sqrt{2} \times \sqrt{2} = 2, which is rational)

Problem 2: Simplifying surds with addition

Question: Simplify each of the following expressions:
(i) (3+3)(2+2)(3 + \sqrt{3})(2 + \sqrt{2})
(ii) (3+3)(33)(3 + \sqrt{3})(3 - \sqrt{3})
(iii) (5+2)2(\sqrt{5} + \sqrt{2})^2
(iv) (52)(5+2)(\sqrt{5} - \sqrt{2})(\sqrt{5} + \sqrt{2})

Solution:

(i) (3+3)(2+2)(3 + \sqrt{3})(2 + \sqrt{2})

=3×2+32+23+32= 3 \times 2 + 3\sqrt{2} + 2\sqrt{3} + \sqrt{3} \cdot \sqrt{2}

=6+32+23+6= 6 + 3\sqrt{2} + 2\sqrt{3} + \sqrt{6}

(ii) (3+3)(33)(3 + \sqrt{3})(3 - \sqrt{3})
Using (a+b)(ab)=a2b2(a+b)(a-b) = a^2 - b^2:

=32(3)2=93=6= 3^2 - (\sqrt{3})^2 = 9 - 3 = 6

(iii) (5+2)2(\sqrt{5} + \sqrt{2})^2
Using (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2:

=(5)2+252+(2)2=5+210+2=7+210= (\sqrt{5})^2 + 2\sqrt{5}\sqrt{2} + (\sqrt{2})^2 = 5 + 2\sqrt{10} + 2 = 7 + 2\sqrt{10}

(iv) (52)(5+2)(\sqrt{5} - \sqrt{2})(\sqrt{5} + \sqrt{2})
Using (ab)(a+b)=a2b2(a-b)(a+b) = a^2 - b^2:

=(5)2(2)2=52=3= (\sqrt{5})^2 - (\sqrt{2})^2 = 5 - 2 = 3

Problem 3: Rationalising the denominator

Question: Rationalise the denominator of 17\frac{1}{\sqrt{7}}.

Solution:
Multiply numerator and denominator by 7\sqrt{7}:

17=17×77=77\frac{1}{\sqrt{7}} = \frac{1}{\sqrt{7}} \times \frac{\sqrt{7}}{\sqrt{7}} = \frac{\sqrt{7}}{7}

Why do we rationalise? Having a surd in the denominator makes further calculations harder. Rationalisation moves the surd to the numerator, making the expression easier to work with.

The General Principle:
- For 1a\frac{1}{\sqrt{a}}: multiply by aa\frac{\sqrt{a}}{\sqrt{a}}
- For 1a+b\frac{1}{a + \sqrt{b}}: multiply by abab\frac{a - \sqrt{b}}{a - \sqrt{b}} (the conjugate)
- For 1a+b\frac{1}{\sqrt{a} + \sqrt{b}}: multiply by abab\frac{\sqrt{a} - \sqrt{b}}{\sqrt{a} - \sqrt{b}}

Problem 4: Rationalising with conjugates — detailed examples

Question: Rationalise the denominator of 15+2\frac{1}{\sqrt{5} + \sqrt{2}}.

Solution:
The conjugate of 5+2\sqrt{5} + \sqrt{2} is 52\sqrt{5} - \sqrt{2}.

15+2=15+2×5252\frac{1}{\sqrt{5} + \sqrt{2}} = \frac{1}{\sqrt{5} + \sqrt{2}} \times \frac{\sqrt{5} - \sqrt{2}}{\sqrt{5} - \sqrt{2}}

=52(5)2(2)2=5252=523= \frac{\sqrt{5} - \sqrt{2}}{(\sqrt{5})^2 - (\sqrt{2})^2} = \frac{\sqrt{5} - \sqrt{2}}{5 - 2} = \frac{\sqrt{5} - \sqrt{2}}{3}

Another Example: Rationalise 176\frac{1}{\sqrt{7} - \sqrt{6}}.

176×7+67+6=7+676=7+6\frac{1}{\sqrt{7} - \sqrt{6}} \times \frac{\sqrt{7} + \sqrt{6}}{\sqrt{7} + \sqrt{6}} = \frac{\sqrt{7} + \sqrt{6}}{7 - 6} = \sqrt{7} + \sqrt{6}

Another Example: Rationalise 152\frac{1}{\sqrt{5} - 2}.

152×5+25+2=5+254=5+2\frac{1}{\sqrt{5} - 2} \times \frac{\sqrt{5} + 2}{\sqrt{5} + 2} = \frac{\sqrt{5} + 2}{5 - 4} = \sqrt{5} + 2

Problem 5: Rationalising complex expressions

Question: Rationalise the denominator of 5+237+43\frac{5 + 2\sqrt{3}}{7 + 4\sqrt{3}}.

Solution:
The conjugate of 7+437 + 4\sqrt{3} is 7437 - 4\sqrt{3}.

5+237+43×743743\frac{5 + 2\sqrt{3}}{7 + 4\sqrt{3}} \times \frac{7 - 4\sqrt{3}}{7 - 4\sqrt{3}}

Numerator:

(5+23)(743)=35203+1438×3(5 + 2\sqrt{3})(7 - 4\sqrt{3}) = 35 - 20\sqrt{3} + 14\sqrt{3} - 8 \times 3

=35203+14324=1163= 35 - 20\sqrt{3} + 14\sqrt{3} - 24 = 11 - 6\sqrt{3}

Denominator:

(7)2(43)2=4948=1(7)^2 - (4\sqrt{3})^2 = 49 - 48 = 1

Answer: 5+237+43=1163\frac{5 + 2\sqrt{3}}{7 + 4\sqrt{3}} = 11 - 6\sqrt{3}.

Key Insight: When the denominator simplifies to 1, the answer is just the numerator. This happens when the terms a2a^2 and b2b^2 are close in value.

Exercise 1.6 — Laws of Exponents for Real Numbers

Exercise 1.6 extends the laws of exponents (which you learned for integers in earlier classes) to all real number exponents. The key new idea is the meaning of fractional exponents: a1/n=ana^{1/n} = \sqrt[n]{a}.

The fundamental laws are:

aman=am+na^m \cdot a^n = a^{m+n}

(am)n=amn(a^m)^n = a^{mn}

aman=amn\frac{a^m}{a^n} = a^{m-n}

ambm=(ab)ma^m \cdot b^m = (ab)^m

a1/n=ana^{1/n} = \sqrt[n]{a}

am/n=(an)m=amna^{m/n} = (\sqrt[n]{a})^m = \sqrt[n]{a^m}

Problem 1: Simplifying products of powers

Question: Simplify:
(i) 22/321/52^{2/3} \cdot 2^{1/5}
(ii) (31/5)4(3^{1/5})^4
(iii) 71/271/3\frac{7^{1/2}}{7^{1/3}}
(iv) 131/5171/513^{1/5} \cdot 17^{1/5}

Solution:

(i) Using aman=am+na^m \cdot a^n = a^{m+n}:

22/321/5=22/3+1/5=210+315=213/152^{2/3} \cdot 2^{1/5} = 2^{2/3 + 1/5} = 2^{\frac{10 + 3}{15}} = 2^{13/15}

(ii) Using (am)n=amn(a^m)^n = a^{mn}:

(31/5)4=34/5(3^{1/5})^4 = 3^{4/5}

(iii) Using aman=amn\frac{a^m}{a^n} = a^{m-n}:

71/271/3=71/21/3=7326=71/6=76\frac{7^{1/2}}{7^{1/3}} = 7^{1/2 - 1/3} = 7^{\frac{3-2}{6}} = 7^{1/6} = \sqrt[6]{7}

(iv) Using ambm=(ab)ma^m \cdot b^m = (ab)^m:

131/5171/5=(13×17)1/5=2211/5=221513^{1/5} \cdot 17^{1/5} = (13 \times 17)^{1/5} = 221^{1/5} = \sqrt[5]{221}

Problem 2: Converting between surd and exponent form

Question: Simplify:
(i) (133)7\left(\frac{1}{3^3}\right)^7
(ii) 111/2111/4\frac{11^{1/2}}{11^{1/4}}
(iii) (21/3)1/4(2^{1/3})^{1/4}

Solution:

(i) (133)7=1321=321\left(\frac{1}{3^3}\right)^7 = \frac{1}{3^{21}} = 3^{-21}

Using (am)n=amn(a^m)^n = a^{mn}: (33)7=321(3^{-3})^7 = 3^{-21}.

(ii) 111/2111/4=111/21/4=111/4=114\frac{11^{1/2}}{11^{1/4}} = 11^{1/2 - 1/4} = 11^{1/4} = \sqrt[4]{11}

(iii) (21/3)1/4=21/3×1/4=21/12=212(2^{1/3})^{1/4} = 2^{1/3 \times 1/4} = 2^{1/12} = \sqrt[12]{2}

Key Conversions to Remember:
- a=a1/2\sqrt{a} = a^{1/2}
- a3=a1/3\sqrt[3]{a} = a^{1/3}
- amn=am/n\sqrt[n]{a^m} = a^{m/n}
- 1an=an\frac{1}{a^n} = a^{-n}

Problem 3: Mixed exponent simplification

Question: Simplify 31/3×31/231/6\frac{3^{1/3} \times 3^{1/2}}{3^{1/6}}.

Solution:

31/3×31/231/6=31/3+1/231/6=35/631/6=35/61/6=34/6=32/3\frac{3^{1/3} \times 3^{1/2}}{3^{1/6}} = \frac{3^{1/3 + 1/2}}{3^{1/6}} = \frac{3^{5/6}}{3^{1/6}} = 3^{5/6 - 1/6} = 3^{4/6} = 3^{2/3}

=323=93= \sqrt[3]{3^2} = \sqrt[3]{9}

Answer: 93\sqrt[3]{9}.

Question: Simplify (256)3/4(256)^{3/4}.

Solution:

256=44256 = 4^4

(256)3/4=(44)3/4=44×3/4=43=64(256)^{3/4} = (4^4)^{3/4} = 4^{4 \times 3/4} = 4^3 = 64

Key Strategy: Always try to express the base as a power of a small number first. This makes exponent arithmetic much cleaner.

Additional Solved Problems — Exam-Level Difficulty

The following problems go beyond the basic textbook exercises and match the difficulty level of CBSE annual exam questions and HOTS (Higher Order Thinking Skills) questions.

Problem 1: Proving irrationality

Question: Prove that 2+3\sqrt{2} + \sqrt{3} is irrational.

Solution:
Assume for contradiction that 2+3\sqrt{2} + \sqrt{3} is rational. Let 2+3=r\sqrt{2} + \sqrt{3} = r, where rr is rational.

Squaring both sides:

2+26+3=r22 + 2\sqrt{6} + 3 = r^2

26=r252\sqrt{6} = r^2 - 5

6=r252\sqrt{6} = \frac{r^2 - 5}{2}

Since rr is rational, r2r^2 is rational, r25r^2 - 5 is rational, and r252\frac{r^2 - 5}{2} is rational. So 6\sqrt{6} would be rational.

But 6\sqrt{6} is irrational (since 6 is not a perfect square). This is a contradiction.

Therefore, 2+3\sqrt{2} + \sqrt{3} is irrational. \square

Problem 2: Nested rationalisation

Question: If a=13+2a = \frac{1}{\sqrt{3} + \sqrt{2}} and b=132b = \frac{1}{\sqrt{3} - \sqrt{2}}, find a2+b2a^2 + b^2.

Solution:
First, rationalise each:

a=13+2×3232=3232=32a = \frac{1}{\sqrt{3} + \sqrt{2}} \times \frac{\sqrt{3} - \sqrt{2}}{\sqrt{3} - \sqrt{2}} = \frac{\sqrt{3} - \sqrt{2}}{3 - 2} = \sqrt{3} - \sqrt{2}

b=132×3+23+2=3+232=3+2b = \frac{1}{\sqrt{3} - \sqrt{2}} \times \frac{\sqrt{3} + \sqrt{2}}{\sqrt{3} + \sqrt{2}} = \frac{\sqrt{3} + \sqrt{2}}{3 - 2} = \sqrt{3} + \sqrt{2}

Now:

a+b=(32)+(3+2)=23a + b = (\sqrt{3} - \sqrt{2}) + (\sqrt{3} + \sqrt{2}) = 2\sqrt{3}

ab=(32)(3+2)=32=1ab = (\sqrt{3} - \sqrt{2})(\sqrt{3} + \sqrt{2}) = 3 - 2 = 1

Using a2+b2=(a+b)22aba^2 + b^2 = (a + b)^2 - 2ab:

a2+b2=(23)22(1)=122=10a^2 + b^2 = (2\sqrt{3})^2 - 2(1) = 12 - 2 = 10

Answer: a2+b2=10a^2 + b^2 = 10.

Problem 3: Simplifying with multiple surds

Question: Simplify: 12+1+13+2+14+3\frac{1}{\sqrt{2} + 1} + \frac{1}{\sqrt{3} + \sqrt{2}} + \frac{1}{\sqrt{4} + \sqrt{3}}.

Solution:
Rationalise each term:

12+1×2121=2121=21\frac{1}{\sqrt{2} + 1} \times \frac{\sqrt{2} - 1}{\sqrt{2} - 1} = \frac{\sqrt{2} - 1}{2 - 1} = \sqrt{2} - 1

13+2×3232=3232=32\frac{1}{\sqrt{3} + \sqrt{2}} \times \frac{\sqrt{3} - \sqrt{2}}{\sqrt{3} - \sqrt{2}} = \frac{\sqrt{3} - \sqrt{2}}{3 - 2} = \sqrt{3} - \sqrt{2}

14+3×4343=2343=23\frac{1}{\sqrt{4} + \sqrt{3}} \times \frac{\sqrt{4} - \sqrt{3}}{\sqrt{4} - \sqrt{3}} = \frac{2 - \sqrt{3}}{4 - 3} = 2 - \sqrt{3}

Adding all three:

(21)+(32)+(23)(\sqrt{2} - 1) + (\sqrt{3} - \sqrt{2}) + (2 - \sqrt{3})

=21+32+23= \sqrt{2} - 1 + \sqrt{3} - \sqrt{2} + 2 - \sqrt{3}

=21=1= 2 - 1 = 1

Answer: The sum is 11.

Key Insight: This is a telescoping sum — most terms cancel. Recognising this pattern saves enormous time in exams.

Problem 4: Exponent problem with different bases

Question: If 2x=3y=6z2^x = 3^y = 6^z, prove that 1z=1x+1y\frac{1}{z} = \frac{1}{x} + \frac{1}{y}.

Solution:
Let 2x=3y=6z=k2^x = 3^y = 6^z = k.

Then:

2=k1/x,3=k1/y,6=k1/z2 = k^{1/x}, \quad 3 = k^{1/y}, \quad 6 = k^{1/z}

Since 6=2×36 = 2 \times 3:

k1/z=k1/x×k1/y=k1/x+1/yk^{1/z} = k^{1/x} \times k^{1/y} = k^{1/x + 1/y}

Comparing exponents:

1z=1x+1y\frac{1}{z} = \frac{1}{x} + \frac{1}{y} \quad \square

Summary of Key Concepts and Formulas

Here is a quick-reference table of everything you need to know from Chapter 1:

ConceptKey Fact
Natural numbers (N\mathbb{N})1,2,3,1, 2, 3, \ldots
Whole numbers (W\mathbb{W})0,1,2,3,0, 1, 2, 3, \ldots
Integers (Z\mathbb{Z}),2,1,0,1,2,\ldots, -2, -1, 0, 1, 2, \ldots
Rational numbers (Q\mathbb{Q})pq\frac{p}{q} with q0q \neq 0; terminating or recurring decimal
Irrational numbersNot pq\frac{p}{q}; non-terminating, non-recurring decimal
Real numbers (R\mathbb{R})QQ\mathbb{Q} \cup \mathbb{Q}'; every point on the number line
Terminating decimalDenominator has only factors of 2 and 5
Rationalising factor of a\sqrt{a}a\sqrt{a}
Rationalising factor of a+ba + \sqrt{b}aba - \sqrt{b} (conjugate)
amana^m \cdot a^n=am+n= a^{m+n}
(am)n(a^m)^n=amn= a^{mn}
am/na^{m/n}=amn= \sqrt[n]{a^m}
ana^{-n}=1an= \frac{1}{a^n}
a0a^0=1= 1 (for a0a \neq 0)

Common Mistakes Students Make in Number Systems

Here are the most frequent errors that cost students marks in this chapter. Study each one carefully:

1. **Saying 4\sqrt{4} is irrational:**
* Mistake: Assuming all square roots are irrational.
* Fix: 4=2\sqrt{4} = 2, which is rational. Only n\sqrt{n} for non-perfect-square nn is irrational.

2. **Claiming π=227\pi = \frac{22}{7} is rational:**
* Mistake: Since 227\frac{22}{7} is rational, students assume π\pi is rational.
* Fix: 227\frac{22}{7} is only an approximation of π\pi. The true value of π=3.14159265\pi = 3.14159265\ldots is irrational (non-terminating, non-recurring).

3. Wrong conjugate in rationalisation:
* Mistake: Using 5+3\sqrt{5} + \sqrt{3} as the conjugate of 5+3\sqrt{5} + \sqrt{3} (i.e., multiplying by itself).
* Fix: The conjugate changes the sign between the terms: the conjugate of 5+3\sqrt{5} + \sqrt{3} is 53\sqrt{5} - \sqrt{3}.

4. Errors in exponent arithmetic with fractions:
* Mistake: 21/3×21/2=21/62^{1/3} \times 2^{1/2} = 2^{1/6} (multiplying exponents instead of adding).
* Fix: When multiplying with the same base, ADD exponents: 21/3×21/2=21/3+1/2=25/62^{1/3} \times 2^{1/2} = 2^{1/3 + 1/2} = 2^{5/6}.

5. Incorrect decimal classification:
* Mistake: Saying 0.1234567891011120.123456789101112\ldots is a recurring decimal.
* Fix: Although there is a pattern, the digits do NOT repeat in a fixed cycle. This is a non-terminating, non-recurring decimal, hence irrational.

6. **Forgetting that 0.9=10.\overline{9} = 1:**
* Mistake: Insisting that 0.9990.999\ldots is "less than 1."
* Fix: The algebraic proof shows 0.9=10.\overline{9} = 1 exactly. This is a standard NCERT result.

7. Incomplete rationalisation:
* Mistake: Rationalising 13\frac{1}{\sqrt{3}} as 33\frac{\sqrt{3}}{3} but not simplifying further when required.
* Fix: 33\frac{\sqrt{3}}{3} IS the fully rationalised form. But if asked to simplify 63\frac{6}{\sqrt{3}}, the answer is 633=23\frac{6\sqrt{3}}{3} = 2\sqrt{3}, not just 633\frac{6\sqrt{3}}{3}.

Board Exam Strategy for Number Systems

Here is your battle plan for scoring full marks on Number Systems in the CBSE Class 9 exam:

Weightage: Chapter 1 carries approximately 8 marks in the annual exam (Unit I: Number Systems). Questions span all question types.

Typical Question Distribution:

* 1 Mark (MCQ): Classifying a number as rational/irrational; identifying the type of decimal expansion; true/false on number properties.

* 2 Marks (VSA): Finding rational numbers between two given numbers; simple rationalisation like 15\frac{1}{\sqrt{5}}; converting a recurring decimal to pq\frac{p}{q} form.

* 3 Marks (SA): Rationalising with conjugates (e.g., 176\frac{1}{\sqrt{7} - \sqrt{6}}); simplifying surd expressions using identities; laws of exponents problems.

* 5 Marks (LA): Locating n\sqrt{n} on the number line with full construction steps; proving a number is irrational; multi-step rationalisation and simplification.

High-Priority Topics:
1. Rationalising the denominator — practised until automatic
2. Converting recurring decimals to fractions — the 10n10^n multiplication trick
3. Laws of exponents with fractional powers
4. Number line construction for surds
5. Proof that 2\sqrt{2} (or p\sqrt{p} for prime pp) is irrational

Time Allocation:
- 1-mark MCQ: 1 minute
- 2-mark problem: 3 minutes
- 3-mark problem: 5 minutes
- 5-mark construction/proof: 8 minutes

Pro Tips:
- Always show the conjugate multiplication step explicitly — examiners look for it.
- In number line constructions, label ALL points (OO, AA, BB, etc.) and state the Pythagoras calculation.
- When simplifying exponents, convert everything to the same base first.
- For classification questions, state your reasoning (e.g., "irrational because 5\sqrt{5} is irrational and the sum of a rational and an irrational number is irrational").

Practice on SparkEd's Number Systems page for adaptive questions with instant feedback!

Quick Revision: Identities and Formulas

Bookmark this section for last-minute revision before your exam:

Algebraic Identities Used with Surds:

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

(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

(ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Rationalisation Quick Reference:

1a=aa\frac{1}{\sqrt{a}} = \frac{\sqrt{a}}{a}

1a+b=abab\frac{1}{\sqrt{a} + \sqrt{b}} = \frac{\sqrt{a} - \sqrt{b}}{a - b}

1ab=a+bab\frac{1}{\sqrt{a} - \sqrt{b}} = \frac{\sqrt{a} + \sqrt{b}}{a - b}

1a+b=aba2b\frac{1}{a + \sqrt{b}} = \frac{a - \sqrt{b}}{a^2 - b}

Laws of Exponents Quick Reference:

am×an=am+na^m \times a^n = a^{m+n}

aman=amn\frac{a^m}{a^n} = a^{m-n}

(am)n=amn(a^m)^n = a^{mn}

(ab)m=ambm(ab)^m = a^m \cdot b^m

am=1ama^{-m} = \frac{1}{a^m}

a0=1  (a0)a^0 = 1 \;(a \neq 0)

a1/n=ana^{1/n} = \sqrt[n]{a}

Important Irrationals to Know:
- 21.414\sqrt{2} \approx 1.414
- 31.732\sqrt{3} \approx 1.732
- 52.236\sqrt{5} \approx 2.236
- π3.14159\pi \approx 3.14159

Frequently Tested Proof: $\sqrt{2}$ Is Irrational

This proof is one of the most frequently asked 3-mark or 5-mark questions in CBSE exams. Memorise the structure.

Statement: Prove that 2\sqrt{2} is irrational.

Proof (by contradiction):

Step 1: Assume, for the sake of contradiction, that 2\sqrt{2} is rational.

Step 2: Then 2=pq\sqrt{2} = \frac{p}{q}, where pp and qq are co-prime integers (i.e., gcd(p,q)=1\gcd(p, q) = 1) and q0q \neq 0.

Step 3: Squaring both sides:

2=p2q2    p2=2q22 = \frac{p^2}{q^2} \implies p^2 = 2q^2

Step 4: Since p2=2q2p^2 = 2q^2, p2p^2 is even. Therefore pp must be even (because the square of an odd number is odd).

Step 5: Let p=2kp = 2k for some integer kk. Substituting:

(2k)2=2q2    4k2=2q2    q2=2k2(2k)^2 = 2q^2 \implies 4k^2 = 2q^2 \implies q^2 = 2k^2

Step 6: Since q2=2k2q^2 = 2k^2, q2q^2 is even, so qq is even.

Step 7: But if both pp and qq are even, they share a common factor of 2. This contradicts our assumption that pp and qq are co-prime.

Step 8: Therefore, our assumption was wrong, and 2\sqrt{2} is irrational. \square

Variations: The same proof structure works for 3\sqrt{3}, 5\sqrt{5}, 7\sqrt{7}, or p\sqrt{p} for any prime pp. In Step 4, replace "even" with "divisible by pp" and use the theorem: if pp divides a2a^2, then pp divides aa (where pp is prime).

Practice Problems for Self-Assessment

Try these problems on your own before checking the answers. They cover the full range of difficulty you can expect in the exam.

Level 1 (Basic):
1. Classify the following as rational or irrational: 25\sqrt{25}, 7\sqrt{7}, 0.1428570.\overline{142857}, 3.0100100013.010010001\ldots
2. Find four rational numbers between 27\frac{2}{7} and 37\frac{3}{7}.
3. Rationalise the denominator of 311\frac{3}{\sqrt{11}}.

Level 2 (Intermediate):
4. Express 0.230.\overline{23} as a fraction in lowest terms.
5. Simplify: (3+7)(37)(\sqrt{3} + \sqrt{7})(\sqrt{3} - \sqrt{7}).
6. Simplify: 52/3×51/351/2\frac{5^{2/3} \times 5^{1/3}}{5^{1/2}}.

Level 3 (Advanced/HOTS):
7. If x=123x = \frac{1}{2 - \sqrt{3}}, find x24x+1x^2 - 4x + 1.
8. Prove that 3+253 + 2\sqrt{5} is irrational.
9. Simplify: 11+2+12+3+13+4++18+9\frac{1}{1 + \sqrt{2}} + \frac{1}{\sqrt{2} + \sqrt{3}} + \frac{1}{\sqrt{3} + \sqrt{4}} + \ldots + \frac{1}{\sqrt{8} + \sqrt{9}}.

Answers:
1. Rational, Irrational, Rational, Irrational
2. 928,1028,1128,1228\frac{9}{28}, \frac{10}{28}, \frac{11}{28}, \frac{12}{28} (or equivalent)
3. 31111\frac{3\sqrt{11}}{11}
4. 2399\frac{23}{99}
5. 37=43 - 7 = -4
6. 52/3+1/31/2=51/2=55^{2/3 + 1/3 - 1/2} = 5^{1/2} = \sqrt{5}
7. First rationalise: x=2+3x = 2 + \sqrt{3}. Then x24x+1=(2+3)24(2+3)+1=7+43843+1=0x^2 - 4x + 1 = (2+\sqrt{3})^2 - 4(2+\sqrt{3}) + 1 = 7 + 4\sqrt{3} - 8 - 4\sqrt{3} + 1 = 0.
8. Use the same structure as the 2\sqrt{2} proof: assume 3+25=r3 + 2\sqrt{5} = r (rational), then 5=r32\sqrt{5} = \frac{r-3}{2} (rational) — contradiction.
9. This is a telescoping sum: answer is 91=31=2\sqrt{9} - 1 = 3 - 1 = 2.

Boost Your Preparation with SparkEd

You have now worked through every exercise and concept in NCERT Chapter 1: Number Systems. But reading solutions is only half the battle — active practice is what turns understanding into exam marks.

Here is how SparkEd can help you master this chapter and beyond:

* Adaptive Practice: On our Number Systems practice page, work through problems that adjust to your level. Start with Level 1 and build up to Level 3.

* AI Math Solver: Stuck on a rationalisation problem or an exponent simplification? Paste it into our AI Solver for a detailed step-by-step solution.

* AI Coach: Get personalised study recommendations based on your strengths and weaknesses. The Coach identifies which types of problems you need more practice on.

* Cross-Chapter Connections: Number Systems connects to Polynomials (Chapter 2), where you factor expressions involving surds; to Coordinate Geometry (Chapter 3), where n\sqrt{n} distances appear; and to Surface Areas and Volumes (Chapter 11), where π\pi appears. Explore all chapters on our programs page.

Head over to sparkedmaths.com and start practising today. Every problem you solve now is a mark earned on exam day!

Practice These Topics on SparkEd

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now