🏠 Home 🧮 Maths
🎲 3.1 Numbers ℤ 3.2 Integers ½ 3.3 Rationals √2 3.4 Irrationals ℝ 3.5 Real Numbers 📈 3.6 Number Line ✏️ 3.7 Operations 📝 Exercises 🌟 Recap 📄 Cheat Sheet
🧮 CLASS 9 · MATHS · CHAPTER 3 · GANITA MANJARI · NEP 2026‑27

The World of Numbers

Chapter 3 · Class 9 · Ganita Manjari (NEP 2020)

ℕ Natural Numbers
ℤ Integers
ℚ Rationals
√2 Irrationals
ℝ Real Numbers
🌱
Section 3.1

Natural Numbers

The Need to Count

Long before writing was invented, human beings had to keep track of things they owned. Imagine an ancient herder living on the banks of the now-dried Saraswati river, thousands of years ago. Every morning, as the goats left for pasture, she dropped one small pebble into a clay pot for each goat. In the evening, as the goats returned, she took one pebble out for each goat. If the pot was empty when the last goat came home, all was well. If pebbles remained, some goats had not returned — a clear signal to go searching.

This one-to-one matching between pebbles and goats is the very seed of counting. Over millennia, this idea grew into the system of natural numbers.

A History of Counting

Lebombo Bone (~44,000 years ago)

Found in the Lebombo Mountains of Africa, this baboon fibula bears 29 distinct notches carved in sequence. It is among the oldest known mathematical artefacts, suggesting early humans were deliberately tallying — perhaps tracking lunar cycles or keeping count of animals.

Ishango Bone (~20,000 BCE)

Discovered near Lake Edward (present-day Democratic Republic of Congo), this carved bone has three columns of grouped notches. Some mathematicians believe the groupings show early multiplication or prime-number awareness, though debate continues. It stands as evidence that numerical thinking is deeply ancient.

Finger-Joint Counting and Base 12

In many ancient cultures — including those of the Indian subcontinent and the Middle East — people counted using the phalanges (finger joints) of four fingers, guided by the thumb of the same hand. Each finger has 3 joints, giving 4 × 3 = 12 counts on one hand. This is why we still have 12 in a dozen, 24 hours in a day, 60 minutes in an hour (base 12 × base 5 from the other hand), and 360 degrees in a circle (12 × 30).

Ancient Indian Numerals → Hindu-Arabic System

The Brahmi numerals of ancient India (inscribed in Ashoka's edicts, ~3rd century BCE) evolved into the Gupta script numerals and eventually into the system described by Brahmagupta and Aryabhata. Arab mathematicians, encountering Indian manuscripts, transmitted this system to Europe — hence the name Hindu-Arabic numerals. The ten symbols 0–9 that you use today are the direct descendants of those ancient Indian glyphs.

What Are Natural Numbers?

ℕ = { 1, 2, 3, 4, 5, … }

The set of natural numbers consists of all positive whole numbers starting from 1. They are the numbers you use when you count objects: one apple, two bananas, three mangoes…

Symbol: The set of natural numbers is denoted by . The three dots (…) mean the list continues without end — there is no largest natural number.

Closure Property

A set is said to be closed under an operation if performing that operation on any two members of the set always gives a result that is also in the set.

✓ Addition: Closed

For any two natural numbers a and b, a + b is always a natural number.
Examples: 3 + 5 = 8 ∈ ℕ  |  12 + 7 = 19 ∈ ℕ

✓ Multiplication: Closed

For any two natural numbers a and b, a × b is always a natural number.
Examples: 4 × 6 = 24 ∈ ℕ  |  3 × 11 = 33 ∈ ℕ

✗ Subtraction: NOT Closed

3 − 5 = −2   and   −2 ∉ ℕ
One counter-example is enough to show a set is not closed. This failure of closure is exactly what drives us to invent integers (Section 3.3).

✗ Division: NOT Closed

5 ÷ 2 = 2.5   and   2.5 ∉ ℕ
When we divide two natural numbers, the result is sometimes a fraction. This motivates rational numbers (Section 3.4).

💻 Interactive: Closure Tester

Enter two positive whole numbers and choose an operation. The tool will tell you the result and whether it belongs to ℕ.

Press Test to see the result.

🤔 Think and Reflect

Q1. What is the smallest natural number?

Show Solution
The smallest natural number is 1. The counting sequence begins at 1, and there is no natural number smaller than it. (Note: 0 is not a natural number — that distinction is discussed in Section 3.2.)

Q2. Is there a largest natural number?

Show Solution
No. For any natural number n, we can always form n + 1, which is also a natural number and is larger. This process never terminates. Mathematically, we say ℕ is infinite — it has no upper bound (∞).

Q3. Is 0 a natural number?

Show Solution
No, in the convention used in India and most school mathematics. Natural numbers are the counting numbers {1, 2, 3, …}. You cannot count "zero objects" — counting only makes sense when there is at least one thing to count.

Some branches of mathematics (especially logic and computer science) do include 0 in ℕ, but in school mathematics we keep them separate: ℕ starts at 1, and the set including 0 is called the whole numbers 𝐖.
Section 3.2

Zero and Whole Numbers

The Story of Shunya — the Concept of Nothingness

The ancient Indian philosophical tradition had long explored the idea of shunya (शून्य) — the void, nothingness, emptiness. The Sanskrit root śūnya appears in Buddhist and Jain texts long before it entered mathematics. The leap that changed history was treating shunya not just as an absence but as an actual number that could be written, manipulated, and computed with.

This conceptual revolution took place in India, and the circular symbol 0 — representing an empty place in positional notation — is one of India's most profound gifts to world civilisation. The word zero itself traces back through Arabic (sifr, meaning empty) to Sanskrit śūnya.

📖 Brahmagupta (598–668 CE)

The Indian mathematician and astronomer Brahmagupta, head of the astronomical observatory at Ujjain, wrote the Brahmasphutasiddhanta in 628–629 CE. In Chapter 18 (Kuttaka), he gave the first explicit arithmetic rules for zero, treating it as a number on equal footing with positive and negative quantities. He called positive numbers dhana (wealth/fortune) and negative numbers rina (debt), with zero being the boundary between them.

Arithmetic Rules for Zero

Rule Example
a + 0 = a  (additive identity) 7 + 0 = 7
0 + a = a 0 + 13 = 13
a × 0 = 0  (absorption) 999 × 0 = 0
aa = 0  (self-difference) 8 − 8 = 0

Why Division by Zero is Undefined

Key Idea: Division is the reverse of multiplication. To ask "what is a ÷ 0?" is to ask "what number k satisfies k × 0 = a?" But any number times 0 equals 0, never a (when a ≠ 0). There is no such k — the question has no answer.

Formal argument:

Suppose 6 ÷ 0 = k for some number k.
Then, by the definition of division, k × 0 = 6.
But we know k × 0 = 0 for every number k.
So we would need 0 = 6, which is a contradiction.
Therefore, no value of k works, and 6 ÷ 0 is undefined.

⚠ Remember: Division by zero is undefined, not "infinity". Writing expressions like 1/0 = ∞ is incorrect in standard arithmetic. Calculators that show "Error" when you divide by zero are doing the right thing!

Whole Numbers

𝐖 = { 0, 1, 2, 3, 4, 5, … } = ℕ ∪ {0}

The set of whole numbers is exactly the natural numbers with zero added. Every natural number is a whole number, but 0 is a whole number that is not a natural number.

Comparing ℕ and 𝐖

Natural Numbers ℕ

{ 1, 2, 3, 4, 5, … }

✓ Counting numbers
✗ Does not include 0
Smallest element: 1

Whole Numbers 𝐖

{ 0, 1, 2, 3, 4, 5, … }

✓ Includes all natural numbers
✓ Also includes 0
Smallest element: 0

Subset relationship: ℕ ⊂ 𝐖 (every natural number is also a whole number, but not vice versa). The only difference between the two sets is the element 0.

🤔 Think and Reflect

Q. Is 0 ÷ 0 defined? Why or why not?

Show Solution

0 ÷ 0 is indeterminate (not merely undefined).

Using the same reverse-multiplication argument: 0 ÷ 0 = k means k × 0 = 0.

But every number satisfies k × 0 = 0! So any value of k would "work", giving infinitely many answers. Since there is no unique answer, 0 ÷ 0 is called indeterminate.

Comparison: 6 ÷ 0 is undefined (no answer exists), whereas 0 ÷ 0 is indeterminate (too many answers exist). Both are disallowed in arithmetic, but for different reasons.

✎ Activity: Whole Numbers on the Number Line

A number line is a straight line with evenly spaced marks, each labelled with a number. For whole numbers, we start at 0 (the origin) and move to the right as numbers increase.

0 1 2 3 4 5 6 7 8 9 ℕ ∪ {0}

Notice that 0 is the starting point (origin) of the number line for whole numbers. Moving right means adding; moving left means subtracting. We cannot go left of 0 while staying in 𝐖 — that will change when we introduce integers.

Section 3.3

Integers

Extending the Number Line to the Left

Whole numbers let us count and measure positive quantities, but real life is full of situations where we need to go below zero:

🌡 Temperature

In Shimla in January, the temperature may be −5°C — five degrees below freezing. We cannot describe this with whole numbers alone.

🏢 Sea Level

The Dead Sea shore is about −430 m relative to mean sea level. Negative altitude is a real physical measurement.

💲 Finance

If you borrow ₹200 more than you have, your balance is −₹200. Banks use negative numbers every day.

To handle these situations, we extend the number line to the left of 0, adding the negative integers: −1, −2, −3, …

📖 Indian Heritage: Dhana and Ṛiṇa

Brahmagupta formalised negative numbers in Brahmasphutasiddhanta (628 CE) using a vivid financial metaphor:

  • Dhana (ধन) — wealth, fortune: the positive numbers
  • Ṛiṇa (ख़णण) — debt, liability: the negative numbers
  • Kha (ख) — sky/void (i.e. zero): the balance point

This was not merely metaphor — Brahmagupta gave precise computational rules for these quantities that remain valid today. His work predates the widespread use of negative numbers in Europe by nearly a thousand years.

The Set of Integers

ℤ = { …, −4, −3, −2, −1, 0, 1, 2, 3, 4, … }

The integers include all whole numbers and all their negatives. The number line now extends infinitely in both directions.

Symbol: The set of integers is denoted (from the German word Zahlen, meaning "numbers").

Subsets: ℕ ⊂ 𝐖 ⊂ ℤ — every natural number is a whole number, and every whole number is an integer.

Brahmagupta's Laws of Signs

How do we multiply integers with different signs? Brahmagupta stated the rules clearly. The table below shows all four cases:

First Number Second Number Product Example
(+) Positive (+) Positive (+) Positive (+3) × (+4) = +12
(+) Positive (−) Negative (−) Negative (+3) × (−4) = −12
(−) Negative (+) Positive (−) Negative (−3) × (+4) = −12
(−) Negative (−) Negative (+) Positive (−3) × (−4) = +12
Memory aid: Think of signs as agreements/disagreements.
Same signs ➔ Positive product  |  Different signs ➔ Negative product.

🤔 Think and Reflect

Q. Why does (−) × (−) = (+)? It seems strange that multiplying two "negatives" gives a positive. Can you explain this using the idea of debt?

Show Solution

The Debt–Removal Analogy:

Let a debt of ₹5 be represented as −5. "Giving someone a debt" means adding a negative — their wealth decreases. But removing a debt means subtracting a negative, which increases their wealth.

Now consider: "Someone's three debts of ₹5 each are cancelled (removed)." Before cancellation they had −₹15 in debt. After cancellation, that debt is gone — they are ₹15 richer. So the act of removing three debts of 5 corresponds to:

(−3) × (−5) = +15

More formal argument using patterns:

(+3) × (−5) = −15
(+2) × (−5) = −10
(+1) × (−5) = −5
(0) × (−5) = 0
(−1) × (−5) = +5 ← pattern continues
(−2) × (−5) = +10
(−3) × (−5) = +15

Each time the first factor decreases by 1, the product increases by 5 (the pattern of adding 5 continues past zero). Consistency of the pattern demands (−) × (−) = (+).

💻 Interactive: Integer Number Line

Click anywhere on the number line below to place a point and read its integer value.

−10 −9 −8 −7 −6 −5 −4 −3 −2 −1 0 1 2 3 4 5 6 7 8 9 10 0
Click the number line to select a value.

Closure Properties of ℤ

✓ Addition: Closed

(−3) + (−4) = −7 ∈ ℤ
(−5) + 8 = 3 ∈ ℤ

✓ Subtraction: Closed

(ℤ is now closed under subtraction!)
3 − 5 = −2 ∈ ℤ
−7 − (−2) = −5 ∈ ℤ

✓ Multiplication: Closed

(−3) × (−4) = 12 ∈ ℤ
(−2) × 7 = −14 ∈ ℤ

✗ Division: NOT Closed

7 ÷ 2 = 3.5 ∉ ℤ
This motivates rational numbers ℚ (Section 3.4)!

📝 Figure it Out

Exercise 1. Arrange the following integers on a number line in increasing order: −7, 3, −2, 5, 0

Show Solution

On a number line, integers increase from left to right. A number to the right is greater.

Increasing order: −7 < −2 < 0 < 3 < 5

−8 −7 −6 −5 −4 −3 −2 −1 0 1 2 3 4 5 6

Exercise 2. Find: (−6) × (−4)

Show Solution

Step 1: Identify the signs. Both factors are negative.

Step 2: Apply the rule. (−) × (−) = (+)

Step 3: Multiply the absolute values. 6 × 4 = 24

Step 4: Attach the sign. (+24)

(−6) × (−4) = +24

Exercise 3. Is ℕ ⊂ 𝐖 ⊂ ℤ? Justify your answer.

Show Solution

Yes, this chain of subset relationships is true.

ℕ ⊂ 𝐖: Every natural number {1, 2, 3, …} is also in 𝐖 = {0, 1, 2, 3, …}. The only extra element in 𝐖 is 0.

𝐖 ⊂ ℤ: Every whole number {0, 1, 2, 3, …} is also in ℤ = {…, −2, −1, 0, 1, 2, …}. The extra elements in ℤ are the negative integers.

Therefore, ℕ ⊂ 𝐖 ⊂ ℤ. This is a proper chain: each set is a proper subset of the next (strictly contained, not equal).

Visual Summary

Number Sets: Interactive Venn Diagram

The number sets we have studied so far are nested inside each other. Tap or click any coloured region below to highlight it and see example numbers. (This diagram will be expanded in Sections 3.4–3.6 to include ℚ and ℝ.)

ℤ (Integers) 𝐖 (Whole) 1, 2, 3 … 0 −1, −2 …

← Tap a coloured region in the diagram to explore that number set.

Subset chain so far: ℕ ⊂ 𝐖 ⊂ ℤ

In Sections 3.4, 3.5, and 3.6 we will add two more rings: ℚ (Rational Numbers) and ℝ (Real Numbers), giving the full picture: ℕ ⊂ 𝐖 ⊂ ℤ ⊂ ℚ ⊂ ℝ.
🔢
3.4 Rational Numbers

Definition Rational Number

A rational number is any number that can be expressed in the form pq where p, q ∈ ℤ (p and q are integers) and q ≠ 0.

The set of all rational numbers is denoted by (the symbol comes from the word "quotient").

Examples of Rational Numbers

Proper Fractions
  • 12  (p=1, q=2)
  • −34  (p=−3, q=4)
  • 58
Integers as Rationals
  • 7 = 71
  • 0 = 01
  • −2 = −21
Decimals as Rationals
  • 0.75 = 34
  • 0.5 = 12
  • 0.2 = 15

Equivalent Fractions

Multiplying (or dividing) both numerator and denominator by the same non-zero integer gives an equivalent fraction:

pq  =  p × nq × n   for any non-zero integer n

Example:

12  =  24  =  36  =  50100

Standard Form of a Rational Number

A rational number pq is in standard form (lowest terms) when:

  • q > 0 (denominator is positive)
  • GCD(|p|, q) = 1 (numerator and denominator share no common factor other than 1)

Example: 68 → GCD(6,8)=2 → divide both by 2 → 34 (standard form)

Operations on Rational Numbers

➕ Addition of Rational Numbers
ab  +  cd  =  ad + bcbd

Worked Example: Find 23 + 14

Step 1: LCM of 3 and 4 is 12.

Step 2: 23 = 812  and  14 = 312

Step 3: 812 + 312 = 1112

➖ Subtraction of Rational Numbers
ab  −  cd  =  ad − bcbd

Worked Example: Find 3416

Step 1: LCM of 4 and 6 is 12.

Step 2: 34 = 912  and  16 = 212

Step 3: 912212 = 712

✕ Multiplication of Rational Numbers
ab  ×  cd  =  a × cb × d

Worked Example: Find 25 × 37

Multiply numerators: 2 × 3 = 6
Multiply denominators: 5 × 7 = 35
Result: 635 (already in standard form since GCD(6,35) = 1)

÷ Division of Rational Numbers
ab  ÷  cd  =  ab  ×  dc  =  adbc    (c ≠ 0)

Worked Example: Find 34 ÷ 25

Step 1: Take the reciprocal of the divisor: reciprocal of 25 is 52

Step 2: Multiply: 34 × 52 = 158

Distributive Property

For rational numbers a, b, c:

a × (b + c) = (a × b) + (a × c)

Worked Example — Distributive Property with Fractions

Verify: 12 ×  ( 23 + 14 )

LHS (Left Hand Side):

First find 23 + 14 = 812 + 312 = 1112

Then: 12 × 1112 = 1124

RHS (Right Hand Side):

12 × 23 + 12 × 14 = 26 + 18 = 13 + 18 = 824 + 324 = 1124

✓ LHS = RHS = 1124   Distributive property verified!

Rational Numbers Between Two Rational Numbers

🌟 Density Property of Rational Numbers

Between any two distinct rational numbers, there are infinitely many rational numbers. This is called the Density Property.

Method 1: Average (Mean) Method

Given two rational numbers a and b, the rational number exactly between them is their average:

a + b2

Repeat on smaller intervals to find more numbers between them.

Example: Between 13 and 12:   Average = 13 + 12 2 = 5/62 = 512

Method 2: Common Denominator Method

Convert both fractions to the same denominator (use a large enough multiple), then pick integers between the two numerators.

Example: Between 12 and 34:
Use denominator 8: 48 and 68 → pick 58

Worked Example — Find 5 Rational Numbers Between 1/2 and 3/4

Step 1: Convert to the same denominator.

12 and 34 with denominator 8:   48  and  68

Only one integer (5) lies between 4 and 6, so we need a larger denominator.

Step 2: Multiply numerator and denominator by 10:

12 = 4080   and   34 = 6080

Step 3: Pick any 5 integers between 40 and 60 (e.g., 41, 43, 50, 55, 59):

418043805080 = 585580 = 11165980

💡 Key insight: We could have chosen any 20 integers between 40 and 60, giving 20 rational numbers. We could scale to denominator 800 and find hundreds more! This is why there are infinitely many rationals between any two rationals.

💻 Interactive: Find Rational Numbers Between Two Fractions

Enter two fractions and find rational numbers between them:


/

/

📝 Figure it Out

Exercise 3.4.1 — Express 0.375 as p/q in standard form
Show Solution

Step 1: 0.375 has 3 decimal places, so multiply numerator and denominator by 1000:

0.375 = 3751000

Step 2: Find GCD(375, 1000).

375 = 3 × 125 = 3 × 5³   and   1000 = 8 × 125 = 2³ × 5³

GCD = 125

Step 3: Divide both by 125: 375 ÷ 1251000 ÷ 125 = 38

0.375 = 38

Exercise 3.4.2 — Find three rational numbers between 1/4 and 1/3
Show Solution

Method: Use common denominator. LCM(4, 3) = 12.

14 = 312   and   13 = 412

No integers between 3 and 4, so scale denominator to 60:

14 = 1560   and   13 = 2060

Three rationals between them: 1660 = 41517601860 = 310

Exercise 3.4.3 — Is the product of two rational numbers always rational?
Show Solution

Yes. Let ab and cd be any two rational numbers (b, d ≠ 0).

Their product is ab × cd = acbd

Since a, b, c, d ∈ ℤ, their products ac and bd are also integers. Since b ≠ 0 and d ≠ 0, we know bd ≠ 0. Therefore acbd is rational. ✓

Exercise 3.4.4 — Verify distributive property: 1/2 × (2/3 + 1/4)
Show Solution

LHS: 12 × ( 23 + 14 ) = 12 × ( 812 + 312 ) = 12 × 1112 = 1124

RHS: ( 12 × 23 ) + ( 12 × 14 ) = 13 + 18 = 824 + 324 = 1124

✓ LHS = RHS. Distributive property verified.

🤔 Think and Reflect

Are all integers also rational numbers? Explain.

Show Answer

Yes! Every integer n can be written as n1, which is in the form pq with p = n ∈ ℤ and q = 1 ∈ ℤ, q ≠ 0.

So every integer is automatically a rational number. This means ℤ ⊂ ℚ (the set of integers is a subset of the set of rationals).

For example: −5 = −51,  0 = 01,  100 = 1001

The Number Sets So Far

ℚ (Rationals) −3/4, 22/7, 0.5… ℤ (Integers) −3, −2, −1… W (Whole) 0, 1, 2, 3… ℕ (Natural) 1, 2, 3, 4…

ℕ ⊂ W ⊂ ℤ ⊂ ℚ — Each set contains all the sets inside it.

🌟
3.5 Irrational Numbers

Not All Numbers Are Rational!

We have seen that natural numbers, whole numbers, integers, and fractions are all rational. But mathematicians discovered that there exist numbers on the number line that cannot be expressed as a ratio of two integers. These are called Irrational Numbers.

The ancient Greeks were shocked to discover that √2 (the diagonal of a unit square) cannot be written as a fraction. According to legend, the mathematician who revealed this was drowned at sea by fellow Pythagoreans who found it disturbing!

Definition Irrational Number

A number is called irrational if it is a real number that cannot be expressed in the form pq where p, q ∈ ℤ and q ≠ 0.

The set of irrational numbers has no standard single-letter symbol, but is sometimes written as ℚ̅ (Q-bar) or ℚʹ or simply described as ℝ \ ℚ.

Examples of Irrational Numbers

Square Roots
  • √2 ≈ 1.41421356…
  • √3 ≈ 1.73205080…
  • √5 ≈ 2.23606797…
  • √7 ≈ 2.64575131…
Famous Constants
  • π ≈ 3.14159265…
  • e ≈ 2.71828182…
  • √2 ≈ 1.41421356…
Non-repeating Decimals
  • 0.101001000100001…
  • 0.123456789101112…
  • (pattern never repeats)
Key Observation: Irrational numbers have decimal expansions that are non-terminating (they go on forever) AND non-repeating (no block of digits ever repeats periodically). This is different from rational numbers, whose decimal expansions either terminate (like 0.375) or have a repeating block (like 1/3 = 0.333… or 1/7 = 0.142857142857…).

Which Square Roots Are Irrational?

💡 The Perfect Square Rule

√n is irrational if and only if n is NOT a perfect square.

A perfect square is a whole number whose square root is also a whole number.

Perfect Squares up to 100:

n √n Perfect Square? √n is…
11✓ YesRational (= 1)
21.4142…✗ NoIrrational
31.7320…✗ NoIrrational
42✓ YesRational (= 2)
52.2360…✗ NoIrrational
93✓ YesRational (= 3)
103.1622…✗ NoIrrational
164✓ YesRational (= 4)
255✓ YesRational (= 5)
497✓ YesRational (= 7)
10010✓ YesRational (= 10)

📜 Proof: √2 is Irrational

This is one of the most famous and important proofs in all of mathematics. It uses the technique of proof by contradiction (also called reductio ad absurdum). The idea: assume the opposite of what we want to prove, then show that leads to a logical impossibility.

⚖ Theorem: √2 is Irrational — Proof by Contradiction

Step 1 — Assume the opposite:

Suppose, for the sake of contradiction, that √2 is rational. Then √2 = pq where p, q ∈ ℤ, q ≠ 0, and pq is in lowest terms (i.e., GCD(p, q) = 1, they are co-prime).

Step 2 — Square both sides:

(√2)² =   ⇒   2 =   ⇒   p² = 2q²

Step 3 — Conclude p is even:

Since p² = 2q², the number p² is even (it is divisible by 2).

Now, if p were odd, then p² would also be odd (odd × odd = odd). Since p² is even, p must be even.

Step 4 — Write p = 2m:

Since p is even, write p = 2m for some integer m.

Step 5 — Substitute back:

p² = 2q²  ⇒  (2m)² = 2q²  ⇒  4m² = 2q²  ⇒  q² = 2m²

Step 6 — Conclude q is even:

By the same argument as Step 3: q² = 2m² means q² is even, so q is even.

Step 7 — The Contradiction!

We have shown both p and q are even. This means they share a common factor of 2.

But in Step 1, we assumed p and q are co-prime (GCD = 1). This is a contradiction!

Step 8 — Conclusion:

Our initial assumption that √2 is rational must be false. Therefore, √2 is irrational.   ■

💡 Exam Tip: In the proof, the key steps are: p² even ⇒ p even, then substituting p = 2m gives q even, contradicting GCD(p,q) = 1. Always state the contradiction explicitly!

📜 Proof: √5 is Irrational

⚖ Theorem: √5 is Irrational — Proof by Contradiction

Step 1 — Assume the opposite:

Suppose √5 is rational. Then √5 = pq where p, q ∈ ℤ, q ≠ 0, and GCD(p, q) = 1.

Step 2 — Square both sides:

5 =  ⇒  p² = 5q²

Step 3 — Conclude 5 | p:

p² = 5q² means 5 divides p².

Since 5 is prime, if 5 | p² then 5 | p (a prime that divides a square must divide the base).

Step 4 — Write p = 5m:

Since 5 | p, write p = 5m for some integer m.

Step 5 — Substitute back:

(5m)² = 5q²  ⇒  25m² = 5q²  ⇒  q² = 5m²

Step 6 — Conclude 5 | q:

q² = 5m² means 5 | q², so 5 | q.

Step 7 — The Contradiction:

Both p and q are divisible by 5, so GCD(p, q) ≥ 5. But we assumed GCD(p, q) = 1. Contradiction!

Step 8 — Conclusion:

Therefore, √5 is irrational. ■

Note: The same method works for √3, √7, √11, or √p for any prime p. The key is that for a prime p: if p | n², then p | n (this follows from the Fundamental Theorem of Arithmetic).

💻 Interactive: Perfect Square Checker

Enter a positive integer to check if it is a perfect square:

🤔 Think and Reflect

1. Is √4 irrational? Why not?

Show Answer

No, √4 is rational. √4 = 2, which is an integer, and every integer is rational (2 = 21).

4 is a perfect square (2² = 4), so its square root is a whole number, hence rational.


2. Is π rational or irrational?

Show Answer

π is irrational. It was proven by Johann Lambert in 1761 that π cannot be expressed as pq for any integers p and q.

π = 3.14159265358979323846… — the decimal never terminates and never repeats.

Important Note: 227 is only an approximation of π. 227 = 3.142857142857… (repeating), whereas π = 3.14159… (non-repeating). They are not equal!


3. Can the sum of two irrational numbers be rational? Give an example.

Show Answer

Yes! Consider √2 and (−√2).

Both √2 and −√2 are irrational numbers.

Their sum: √2 + (−√2) = 0, which is rational (= 01).

Another example: (3 + √2) + (3 − √2) = 6 (rational).

So the sum of two irrationals is not necessarily irrational!

📝 Figure it Out

Exercise 3.5.1 — Classify each as rational or irrational

Classify:  √7,  √16,  0.3333…,  √(2/3),  π,  22/7

Show Solution
NumberClassificationReason
√7 Irrational 7 is not a perfect square
√16 Rational √16 = 4 (16 is a perfect square)
0.3333… = 0.̅3̅ Rational Repeating decimal = 13
√(2/3) Irrational √(2/3) = √2/√3; neither simplifies to a rational
π Irrational Proven non-terminating, non-repeating (Lambert, 1761)
22/7 Rational It is p/q with p=22, q=7 ∈ ℤ (it only approximates π)
Exercise 3.5.2 — Prove that √3 is irrational
Show Solution

Step 1: Assume √3 is rational. Then √3 = pq where p, q ∈ ℤ, q ≠ 0, GCD(p, q) = 1.

Step 2: Square: 3 = p² = 3q²

Step 3: So 3 | p². Since 3 is prime, 3 | p.

Step 4: Write p = 3m for some integer m.

Step 5: (3m)² = 3q² ⇒ 9m² = 3q² ⇒ q² = 3m²

Step 6: So 3 | q² and since 3 is prime, 3 | q.

Step 7: Both p and q divisible by 3 ⇒ GCD(p,q) ≥ 3. Contradicts GCD(p,q) = 1. ❌

Conclusion: √3 is irrational. ■

Exercise 3.5.3 — Is 0.1010010001… rational or irrational? Why?
Show Solution

The number 0.1010010001… is irrational.

Reason: Look at the pattern — the number of 0s between consecutive 1s increases by one each time: 0.101001000100001

This decimal is non-terminating (it goes on forever) and non-repeating (no fixed block of digits ever repeats periodically, because the gaps between 1s keep growing).

A decimal is rational if and only if it terminates or has a repeating block. Since neither condition holds here, the number is irrational.

📚 Section Summary

  • An irrational number cannot be written as pq (p, q ∈ ℤ, q ≠ 0).
  • Irrational numbers have non-terminating, non-repeating decimal expansions.
  • √n is irrational whenever n is not a perfect square.
  • π and e are famous irrational constants.
  • √2 and √3 and √5 are all irrational — proved by contradiction.
  • The sum or product of two irrationals may or may not be irrational.
📈

3.6   Real Numbers and Decimal Expansions

What Are Real Numbers?
Real Numbers ℝ
The set of all rational numbers together with all irrational numbers forms the set of Real Numbers, denoted .

ℝ = ℚ ∪ (irrationals)

Every point on the number line corresponds to exactly one real number, and every real number corresponds to exactly one point on the number line.
Quick Recap of Sets
  • — Natural numbers: 1, 2, 3, …
  • W — Whole numbers: 0, 1, 2, 3, …
  • — Integers: …, −2, −1, 0, 1, 2, …
  • — Rationals: all p/q, p,q∈ℤ, q≠0
  • Irrationals — e.g. √2, π, e
  • — All of the above together
Interactive Number Sets Diagram

Click / tap any coloured region to see examples from that set.

ℝ (Real) Irrationals √2, π, e ℚ (Rational) ℤ (Integers) W
Click a region to explore the number set it represents.
ℕ  ⊂  W  ⊂  ℤ  ⊂  ℚ  ⊂  ℝ
(Irrationals) ⊂ ℝ  but  (Irrationals) ∩ ℚ = ∅
Decimal Expansion Types — The Key Classification

Every real number can be expressed as a decimal. The type of decimal tells us whether the number is rational or irrational.

Type 1 — Terminating Decimal
The decimal ends after a finite number of digits.

1/4 = 0.25
7/8 = 0.875
3/5 = 0.6

✓ Always RATIONAL
Type 2 — Non-terminating Recurring
The decimal goes on forever but a block of digits repeats.

1/3 = 0.3 = 0.333…
1/7 = 0.142857
2/11 = 0.18

✓ Always RATIONAL
Type 3 — Non-terminating Non-recurring
The decimal goes on forever with no repeating block.

√2 = 1.41421356…
π = 3.14159265…
e = 2.71828182…

✓ Always IRRATIONAL
Key Rule:  A number is rational ⇔ its decimal expansion is either terminating or non-terminating recurring (repeating).
Equivalently, a number is irrational ⇔ its decimal expansion is non-terminating and non-recurring.
When Does p/q Have a Terminating Decimal?
Theorem: Let p/q be a fraction in its lowest form (i.e. gcd(p,q) = 1). Then the decimal expansion of p/q terminates if and only if q has no prime factors other than 2 and 5.
In other words: q = 2m × 5n for some non-negative integers m, n.
FractionDenominator (lowest form)Prime factors of denominatorTerminates?Decimal
3/88 = 2³Only 2Yes0.375
7/2020 = 2²×52 and 5 onlyYes0.35
5/1616 = 2⁴Only 2Yes0.3125
7/1515 = 3×53 and 5 (has 3!)No0.46
1/777 (not 2 or 5)No0.142857
2/111111 (not 2 or 5)No0.18
Converting a Recurring Decimal to p/q

Any non-terminating recurring decimal can be converted to a fraction. The method uses the idea that multiplying by a power of 10 shifts the decimal so that the recurring parts cancel when we subtract.

Example 1: Convert 0.3 to p/q

Step 1: Let x = 0.333…

Step 2: Multiply both sides by 10 (1 repeating digit):
   10x = 3.333…

Step 3: Subtract:  10x − x = 3.333… − 0.333…
   9x = 3

Step 4: x = 3/9 = 1/3

Example 2: Convert 0.16 (= 0.1666…) to p/q

Non-repeating digits: 1 (count = 1).  Repeating digits: 6 (count = 1).

Step 1: Let x = 0.1666…

Step 2: Shift past non-repeating part (multiply by 101 = 10):
   10x = 1.666…

Step 3: Shift past repeating part too (multiply by 101+1 = 100):
   100x = 16.666…

Step 4: Subtract: 100x − 10x = 16.666… − 1.666…
   90x = 15

Step 5: x = 15/90 = 1/6

Example 3: Convert 2.357 (= 2.35777…) to p/q

Non-repeating part after decimal point: "35" (count = 2).  Repeating part: "7" (count = 1).

Step 1: Let x = 2.35777…

Step 2: Multiply by 102 = 100 (shift past 2 non-repeating digits):
   100x = 235.777…

Step 3: Multiply by 102+1 = 1000 (shift past repeating part too):
   1000x = 2357.777…

Step 4: Subtract: 1000x − 100x = 2357.777… − 235.777…
   900x = 2122

Step 5: x = 2122/900 = 1061/450  (after dividing by gcd = 2)

General Formula: For a decimal with n non-repeating digits and r repeating digits after the decimal point:

Multiply x by 10n+r and by 10n, then subtract.
The denominator of the resulting fraction (before simplification) is  10n+r − 10n.
Interactive: Decimal Classifier Tool

Enter a fraction p/q (e.g. 3/8, 1/7, 5/12) to perform animated long division and classify the decimal.

Waiting for input…
🤔 Think and Reflect
  1. Is 0.999… = 1? Prove it.
    Show Solution
    Let x = 0.999…
    Then 10x = 9.999…
    Subtract: 10x − x = 9.999… − 0.999…
    9x = 9  ⇒  x = 1
    Yes! 0.999… = 1 exactly. They are the same real number.
  2. Is 22/7 rational or irrational?
    Show Solution
    22/7 is RATIONAL — it is expressed as p/q with p = 22, q = 7, both integers and q ≠ 0.
    Its decimal is 3.142857 — non-terminating recurring, confirming it is rational.
    Note: 22/7 is only an approximation of π. They are not equal. π itself is irrational.
Figure it Out
Q1. Classify the decimal expansion of: 3/8, 1/7, 2/11, 5/16, 7/12.
Show Solution
FractionDecimalTypeRational?
3/80.375TerminatingYes
1/70.142857Non-term. Recurring (period 6)Yes
2/110.18Non-term. Recurring (period 2)Yes
5/160.3125TerminatingYes
7/120.583Non-term. Recurring (period 1)Yes
Q2. Convert 0.4 to p/q.
Show Solution
Let x = 0.444…
10x = 4.444…
10x − x = 4  ⇒  9x = 4
x = 4/9
Q3. Convert 1.23 (= 1.2333…) to p/q.
Show Solution
Let x = 1.2333…
Non-repeating part after decimal: "2" (n = 1).   Repeating part: "3" (r = 1).
Multiply by 10:   10x = 12.333…
Multiply by 100:   100x = 123.333…
100x − 10x = 111  ⇒  90x = 111
x = 111/90 = 37/30   (dividing by gcd = 3)
x = 37/30
Q4. Without doing long division, state if 17/80 will have a terminating decimal. Why?
Show Solution
80 = 24 × 5.
In lowest form: gcd(17, 80) = 1, so 17/80 is already in lowest form.
The denominator 80 has only 2 and 5 as prime factors.
Therefore 17/80 has a terminating decimal.
(17/80 = 0.2125)
📏

3.7   The Real Number Line

Fundamental Correspondence
Every real number corresponds to a unique point on the number line.
Conversely, every point on the number line corresponds to a unique real number.
This is why the number line is also called the Real Line.
Successive Magnification — Zooming in to Locate a Decimal

Any decimal number can be located on the number line by repeatedly zooming in — dividing the interval into 10 equal parts at each step.

Example: Locate 3.765 on the number line. Press Next Step to zoom in.

Constructing √2 on the Number Line

We can locate irrational numbers on the number line using geometric constructions with a ruler and compass. The key idea is Pythagoras' theorem.

If two sides of a right triangle are 1 and 1, then the hypotenuse = √(1² + 1²) = √2

Watch the construction step by step. Use the buttons below.

Press Play or Step to begin the construction
The Square Root Spiral — Constructing √2, √3, √4, √5, …

By repeatedly erecting unit perpendiculars on the previous hypotenuse, we generate a beautiful square root spiral (also called the Wheel of Theodorus).

At each step: √n hypotenuse + unit perpendicular → new hypotenuse = √(n+1)
√1 → √2 → √3 → √4 → √5 → …

Press Next √n to add the next triangle. Press Play All to animate all steps.

Press Next √n or Play All to start
Representing √x on the Number Line — General Method

To locate √x for any positive real number x:

  1. On a number line, mark a point A. From A, mark point B such that AB = x units.
  2. Extend the line: from A, mark point C on the other side such that AC = 1 unit.
  3. Find the midpoint M of BC.   BC = x + 1,   so BM = MC = (x+1)/2.
  4. Draw a semicircle with diameter BC (centre M, radius (x+1)/2).
  5. At A, draw a perpendicular to BC meeting the semicircle at point D.
  6. AD = √x.   Proof: by the geometric mean relation in a semicircle: AD² = AC × AB = 1 × x = x,   so AD = √x.
  7. With centre A (on the number line) and radius AD, draw an arc meeting the number line at P.
  8. P represents √x on the number line.
Why does it work?
In a semicircle, the altitude from a point on the diameter to the circumference satisfies:
AD² = AC × AB  ⇒  AD² = 1 × x = x  ⇒  AD = √x
🤔 Think and Reflect
  1. Can you locate √2 exactly on the number line, or only approximately?
    Show Solution
    Yes, exactly! Using the compass-and-ruler construction (Pythagorean method), we locate the exact point representing √2. The decimal 1.41421… is only an approximation, but the geometric point is exact.
  2. What is the hypotenuse when the two perpendicular sides are 1 and √2?
    Show Solution
    By Pythagoras: hypotenuse = √(1² + (√2)²) = √(1 + 2) = √3.
    This is exactly the second step of the square root spiral!
Figure it Out
Q1. Locate √5 on the number line using construction.
Show Solution
Method 1 — Square Root Spiral:
Start from O(0,0), A(1,0). Construct √2 hypotenuse, then √3, then √4 = 2, then √5.

Method 2 — Direct Pythagoras:
Note: √5 = √(2² + 1²). So draw a right triangle with legs 2 and 1. The hypotenuse = √5.
• Mark O and A at distance 2 (so OA = 2).
• At A, erect a perpendicular AB of length 1.
• OB = √(4+1) = √5.
• Arc with centre O, radius OB, cuts the number line at P. P = √5 ≈ 2.236.
Q2. Using successive magnification, describe how to locate 2.136 on the number line.
Show Solution
Step 1: 2.136 lies between 2 and 3. Divide [2,3] into 10 equal parts.
Step 2: 2.136 lies between 2.1 and 2.2. Divide [2.1, 2.2] into 10 equal parts.
Step 3: 2.136 lies between 2.13 and 2.14. Divide [2.13, 2.14] into 10 equal parts.
Step 4: 2.136 is at the 6th mark between 2.13 and 2.14.
Mark this point — it represents 2.136 on the number line.
Q3. In the square root spiral, what is the length of the hypotenuse at the 5th step?
Show Solution
At each step k, the hypotenuse length = √(k+1).
Step 1: √2  |  Step 2: √3  |  Step 3: √4 = 2  |  Step 4: √5  |  Step 5: √6 ≈ 2.449
📝 Textbook Exercises
📚 Exercise 3.1 — Natural Numbers & Whole Numbers
Q1. Is zero a natural number? Give reasons.
Show Solution

Answer: No, zero is not a natural number.

Reason:

  • The set of natural numbers is ℕ = {1, 2, 3, 4, …}. It starts from 1 and has no upper limit. Zero is not included in this set.
  • The set of whole numbers is 𝕎 = {0, 1, 2, 3, 4, …}. Whole numbers extend natural numbers by including 0.
  • Therefore, 0 is a whole number but not a natural number.
💡 Remember: Every natural number is a whole number, but every whole number is NOT a natural number (0 is the exception).
Q2. Find: 7+12, 15−8, 4×6, 20÷5. Which results are natural numbers?
Show Solution

Step 1 — Perform each operation:

  • 7 + 12 = 19
  • 15 − 8 = 7
  • 4 × 6 = 24
  • 20 ÷ 5 = 4

Step 2 — Check membership in ℕ:

Since ℕ = {1, 2, 3, …}, all four results (19, 7, 24, 4) are positive integers and therefore belong to ℕ.

Conclusion: All four results are natural numbers.

This example illustrates that natural numbers are closed under addition, subtraction (when minuend > subtrahend), multiplication, and division (when divisible).
Q3. Show that natural numbers are not closed under subtraction.
Show Solution

Definition of Closure: A set S is closed under an operation ⊕ if for every a, b ∈ S, the result a ⊕ b is also in S.

Counterexample:

Choose two natural numbers: a = 3, b = 5. Both 3 ∈ ℕ and 5 ∈ ℕ.

Compute: 3 − 5 = −2

Now, −2 ∉ ℕ (natural numbers contain only positive integers: 1, 2, 3, …).

∃ a, b ∈ ℕ such that a − b ∉ ℕ
Example: 3 ∈ ℕ, 5 ∈ ℕ, but 3 − 5 = −2 ∉ ℕ

Conclusion: Since we found two natural numbers whose difference is not a natural number, ℕ is not closed under subtraction. ∴

Q4. The Lebombo bone has 29 notches. If the flock grows by 7, how many notches are needed?
Show Solution

Context: The Lebombo bone (c. 43,000 years old) is one of the oldest mathematical artifacts, used for tallying with notches.

Given:

  • Current notches = 29
  • Increase in flock = 7

Calculation:

Total notches needed = 29 + 7 = 36

Answer: 36 notches would be needed on the bone.

This problem reflects the historical origin of natural numbers — counting and tracking quantities in everyday life.
Q5. List all whole numbers less than 8.
Show Solution

Whole numbers = {0, 1, 2, 3, 4, …}

Whole numbers less than 8 means all w ∈ 𝕎 such that w < 8.

{0, 1, 2, 3, 4, 5, 6, 7}

There are 8 whole numbers less than 8 (from 0 to 7 inclusive).

💡 Trick: There are exactly n whole numbers less than n (from 0 to n−1), so there are always n such numbers.
Q6. Which is the smallest whole number? Which is the smallest natural number?
Show Solution

Smallest Whole Number:

  • Whole numbers = {0, 1, 2, 3, …}
  • The smallest element is 0.

Smallest Natural Number:

  • Natural numbers = {1, 2, 3, …}
  • The smallest element is 1.
The difference: 𝕎 contains 0 while ℕ does not. Thus the smallest whole number (0) is less than the smallest natural number (1).
Q7. Find a whole number that has no predecessor in the set of whole numbers.
Show Solution

The predecessor of a number n is n − 1.

For any whole number w, its predecessor would be w − 1.

Consider w = 0: predecessor = 0 − 1 = −1.

But −1 ∉ 𝕎 (whole numbers are non-negative).

Answer: 0
0 is the only whole number with no predecessor in 𝕎.

For all other whole numbers n ≥ 1, the predecessor n − 1 is also a whole number.

Q8. Is "Every natural number is a whole number" true? What about the converse?
Show Solution

Statement: Every natural number is a whole number.

Truth value: TRUE

Reason: ℕ = {1, 2, 3, …} and 𝕎 = {0, 1, 2, 3, …}. Every element of ℕ is also in 𝕎. So ℕ ⊂ 𝕎.


Converse: Every whole number is a natural number.

Truth value: FALSE

Counterexample: 0 ∈ 𝕎 but 0 ∉ ℕ.

Relationship: ℕ ⊂ 𝕎 (strict subset). Natural numbers are a proper subset of whole numbers, with 0 being the only element in 𝕎 but not in ℕ.
📚 Exercise 3.2 — Integers
Q1. Represent −5, −2, 0, 3, 7 on a number line.
Show Solution

Construction of the number line:

  1. Draw a horizontal line and mark a point O as 0 (origin).
  2. Mark equal intervals to the right for positive integers: 1, 2, 3, 4, 5, 6, 7, …
  3. Mark equal intervals to the left for negative integers: −1, −2, −3, −4, −5, …

Position of each point:

  • −5: 5 units to the LEFT of 0
  • −2: 2 units to the LEFT of 0
  • 0: at the origin
  • 3: 3 units to the RIGHT of 0
  • 7: 7 units to the RIGHT of 0
←    −5      −2      0      3          7    →
Numbers increase from left to right on the number line. Negative numbers are always to the left of 0, positive numbers to the right.
Q2. Find: (−8)+5, (−3)−(−7), (−4)×(−6), (−15)÷3
Show Solution

(a) (−8) + 5:

Adding a positive to a negative: subtract magnitudes, keep sign of larger magnitude.

|−8| = 8, |5| = 5. Since 8 > 5, answer is negative: 8 − 5 = 3 ⇒ −3


(b) (−3) − (−7):

Subtracting a negative = adding its positive: (−3) + 7 = 4


(c) (−4) × (−6):

Rule: negative × negative = positive

4 × 6 = 24, so (−4) × (−6) = 24


(d) (−15) ÷ 3:

Rule: negative ÷ positive = negative

15 ÷ 3 = 5, so (−15) ÷ 3 = −5

Summary:
(−8) + 5 = −3
(−3) − (−7) = 4
(−4) × (−6) = 24
(−15) ÷ 3 = −5
Q3. Verify (−3) × (−4) = 12 using the debt analogy.
Show Solution

Debt Analogy:

  • Let a debt of ₹4 be represented as −4.
  • "Removing" (taking away) debts is represented by multiplication with −3, meaning "remove 3 times".

Interpretation:

(−3) × (−4) means: "Remove 3 debts of ₹4 each."

When you remove (cancel) 3 debts of ₹4 each, your net worth increases by:

3 × ₹4 = ₹12 (gain)

Since this represents a gain (positive), the result is +12.

Verification: (−3) × (−4) = +12 = 12 ✓

💡 Sign Rules for Multiplication:
(+)(+) = +  |  (−)(−) = +  |  (+)(−) = −  |  (−)(+) = −
Q4. Arrange in ascending order: 7, −3, 0, −8, 5, −1
Show Solution

Rule: On the number line, numbers increase from left to right. More negative = smaller value.

Step 1 — Identify negatives, zero, positives:

  • Negatives: −8, −3, −1
  • Zero: 0
  • Positives: 5, 7

Step 2 — Order negatives (most negative first): −8 < −3 < −1

Step 3 — Order positives: 5 < 7

Ascending order: −8 < −3 < −1 < 0 < 5 < 7
Q5. Is ℤ (set of integers) closed under division? Give an example.
Show Solution

Answer: No, integers are NOT closed under division.

Counterexample:

Take 7 ∈ ℤ and 2 ∈ ℤ.

7 ÷ 2 = 3.5

But 3.5 ∉ ℤ (it is not an integer).

Conclusion: Since dividing two integers can produce a non-integer result, ℤ is not closed under division.

Closure summary for ℤ:
Closed under: addition, subtraction, multiplication
NOT closed under: division
Q6. Find (−1) × (−1) × (−1) × (−1) × (−1)
Show Solution

Method: Multiply step by step, tracking the sign.

  • (−1) × (−1) = +1
  • (+1) × (−1) = −1
  • (−1) × (−1) = +1
  • (+1) × (−1) = −1
(−1)⁵ = −1
💡 General Rule:
(−1)n = −1 if n is odd
(−1)n = +1 if n is even
Here n = 5 (odd), so result = −1.
Q7. Temperature was −3°C and rose by 11°C. What is the noon temperature?
Show Solution

Given:

  • Initial temperature = −3°C
  • Rise in temperature = +11°C

Calculation:

Noon temperature = −3 + 11 = 8°C

Interpretation: Starting 3 degrees below zero and rising 11 degrees brings us to 8 degrees above zero.

Number line: start at −3, move 11 steps right ⇒ reach +8.

Q8. A submarine is at −200m, rises 75m, then dives 40m. What is the final depth?
Show Solution

Given:

  • Initial position = −200 m (below sea level)
  • Rises = +75 m
  • Dives = −40 m

Step-by-step calculation:

After rising: −200 + 75 = −125 m

After diving: −125 − 40 = −165 m

Final depth = −200 + 75 − 40 = −165 m

Answer: The submarine is at a depth of 165 m below sea level.

📚 Exercise 3.3 — Rational Numbers
Q1. Express as p/q form: 0.6, −3, 2.75, 0.333…
Show Solution

(a) 0.6

0.6 = 6/10 = 3/5  (dividing numerator and denominator by 2)


(b) −3

Any integer n can be written as n/1. So −3 = −3/1


(c) 2.75

2.75 = 275/100 = 11/4  (dividing by 25)

Verify: 11 ÷ 4 = 2.75 ✓ ⇒ 11/4


(d) 0.333… (0.3̄)

Let x = 0.333…
Then 10x = 3.333…
10x − x = 3.333… − 0.333…
9x = 3
x = 3/9 = 1/3

0.6 = 3/5  |  −3 = −3/1  |  2.75 = 11/4  |  0.3̄ = 1/3
Q2. Find 5 rational numbers between 1/3 and 1/2.
Show Solution

Method: Convert to equivalent fractions with a common denominator.

We need at least 5 numbers between 1/3 and 1/2.

LCM of 3 and 2 is 6, but we need a larger denominator to fit 5 numbers between them.

Multiply numerator and denominator of each fraction by 10:

1/3 = 10/30  and  1/2 = 15/30

But we need 5 numbers strictly between 10/30 and 15/30:

Available: 11/30, 12/30, 13/30, 14/30 — only 4 numbers.

Use denominator 60: 1/3 = 20/60  and  1/2 = 30/60

Now there are many integers between 20 and 30.

Five rational numbers between 1/3 and 1/2:
21/60, 22/60, 23/60, 24/60, 25/60
Simplified: 7/20, 11/30, 23/60, 2/5, 5/12
Between any two distinct rational numbers, there exist infinitely many rational numbers. This property is called the density property of rationals.
Q3. Verify the distributive property: 1/2 × (2/3 + 1/4) = 1/2 × 2/3 + 1/2 × 1/4
Show Solution

Left-Hand Side (LHS):

First compute 2/3 + 1/4:

LCD of 3 and 4 = 12

2/3 = 8/12  and  1/4 = 3/12

2/3 + 1/4 = 8/12 + 3/12 = 11/12

Now multiply: 1/2 × 11/12 = 11/24


Right-Hand Side (RHS):

1/2 × 2/3 = 2/6 = 1/3

1/2 × 1/4 = 1/8

1/3 + 1/8: LCD = 24

1/3 = 8/24  and  1/8 = 3/24

8/24 + 3/24 = 11/24

LHS = 11/24 = RHS ✓
Distributive property verified.
Q4. Simplify: 2/3 + 4/5 − 1/6
Show Solution

Step 1 — Find LCD of 3, 5, 6:

3 = 3, 5 = 5, 6 = 2 × 3

LCM = 2 × 3 × 5 = 30

Step 2 — Convert each fraction:

2/3 = 20/30  (multiply by 10/10)

4/5 = 24/30  (multiply by 6/6)

1/6 = 5/30  (multiply by 5/5)

Step 3 — Add and subtract:

20/30 + 24/30 − 5/30 = (20 + 24 − 5)/30 = 39/30

Step 4 — Simplify:

GCD(39, 30) = 3

39/30 = 13/10  or equivalently  1.3

Q5. Express 3/13 as a decimal. Is it terminating or recurring?
Show Solution

Step 1 — Perform long division of 3 ÷ 13:

3.000000 ÷ 13:

  • 30 ÷ 13 = 2 remainder 4 ⇒ digit 2
  • 40 ÷ 13 = 3 remainder 1 ⇒ digit 3
  • 10 ÷ 13 = 0 remainder 10 ⇒ digit 0
  • 100 ÷ 13 = 7 remainder 9 ⇒ digit 7
  • 90 ÷ 13 = 6 remainder 12 ⇒ digit 6
  • 120 ÷ 13 = 9 remainder 3 ⇒ digit 9 (remainder = initial value!)
3/13 = 0.230769230769… = 0.̅2̅3̅0̅7̅6̅9̅

Type: Non-terminating, recurring decimal with period 6 (the block "230769" repeats).

A fraction p/q (in lowest terms) gives a terminating decimal only when q has no prime factors other than 2 and 5. Since 13 is prime (and ≠ 2, 5), 3/13 is recurring.
Q6. Find the rational number equal to 0.444…
Show Solution

Method: Algebraic approach for repeating decimals

Step 1: Let x = 0.444… = 0.4̄

Step 2: Multiply both sides by 10 (since 1 digit repeats):

10x = 4.444…

Step 3: Subtract original equation from new one:

10x − x = 4.444… − 0.444…

9x = 4

Step 4: Solve for x:

x = 4/9

Verification: 4 ÷ 9 = 0.4444… ✓

Q7. True or false: (a) Every integer is a rational number   (b) Every rational number is an integer
Show Solution

(a) Every integer is a rational number.

TRUE

Any integer n can be written as n/1, which is of the form p/q with q ≠ 0.

For example: 5 = 5/1, −3 = −3/1, 0 = 0/1. All are rational.

Therefore: ℤ ⊂ ℚ (integers are a subset of rationals).


(b) Every rational number is an integer.

FALSE

Counterexample: 1/2 is rational (p=1, q=2, q≠0) but 1/2 ∉ ℤ.

Other examples: 3/7, −5/4, 0.6 = 3/5 — these are rational but not integers.

ℤ ⊂ ℚ  (integers ⊂ rationals, strict subset)
Q8. Product of two rational numbers is 15/56. One number is −5/8. Find the other.
Show Solution

Given:

  • Product = 15/56
  • One rational = −5/8
  • Other rational = ?

Setup:

(−5/8) × (other) = 15/56

Solve:

other = (15/56) ÷ (−5/8) = (15/56) × (8/−5)

= (15 × 8) / (56 × (−5))

= 120 / (−280)

= −120/280

Simplify: GCD(120, 280) = 40

Other rational = −120/280 = −3/7

Verification: (−5/8) × (−3/7) = 15/56 ✓

Q9. Find 3 rational numbers between −2 and −1.
Show Solution

Method 1: Convert to fractions with denominator 4:

−2 = −8/4  and  −1 = −4/4

Numbers between −8/4 and −4/4: −7/4, −6/4, −5/4

Three rational numbers: −7/4, −3/2, −5/4
(Note: −6/4 = −3/2)

Verification on number line:

−2 < −7/4 < −3/2 < −5/4 < −1 ✓

i.e., −2 < −1.75 < −1.5 < −1.25 < −1 ✓

Q10. If a/b = 2/3, find (3a + 4b) / (3a − 4b)
Show Solution

Given: a/b = 2/3, so a = 2k, b = 3k for some non-zero constant k.

Step 1 — Substitute a = 2k, b = 3k:

Numerator: 3a + 4b = 3(2k) + 4(3k) = 6k + 12k = 18k

Denominator: 3a − 4b = 3(2k) − 4(3k) = 6k − 12k = −6k

Step 2 — Compute the ratio:

(3a + 4b) / (3a − 4b) = 18k / (−6k) = −3

The k cancels, confirming the result is independent of the value of k.

💡 Alternate Method (Componendo-Dividendo): Divide numerator and denominator by b, then substitute a/b = 2/3 directly.
(3×(a/b) + 4) / (3×(a/b) − 4) = (3×(2/3) + 4) / (3×(2/3) − 4) = (2 + 4)/(2 − 4) = 6/(−2) = −3
📚 Exercise 3.4 — Irrational Numbers
Q1. Classify as rational or irrational: √9, √7, √0.04, √18, 3+√5, π−3
Show Solution

Recall: A number is rational if it can be expressed as p/q (p, q integers, q ≠ 0). Otherwise it is irrational.

√9: √9 = 3. Since 3 = 3/1 ∈ ℚ, it is RATIONAL.

√7: 7 is not a perfect square. √7 = 2.6457… (non-terminating, non-recurring). IRRATIONAL.

√0.04: √0.04 = √(4/100) = 2/10 = 0.2 = 1/5. RATIONAL.

√18: 18 = 2 × 3². √18 = 3√2. Since √2 is irrational, 3√2 is irrational. IRRATIONAL.

3 + √5: √5 is irrational. Adding 3 (rational) to an irrational gives an irrational number. IRRATIONAL.

π − 3: π is irrational. Subtracting 3 (rational) from π still gives an irrational. IRRATIONAL.

Rational: √9 = 3, √0.04 = 0.2
Irrational: √7, √18, 3+√5, π−3
Q2. Prove that √3 is irrational.
Show Solution

Proof by contradiction:

Step 1 — Assume the contrary: Suppose √3 is rational.

Then √3 = p/q where p, q are integers, q ≠ 0, and GCD(p,q) = 1 (fraction in lowest terms).

Step 2 — Square both sides:

3 = p²/q²

p² = 3q²    …(i)

Step 3 — Deduce 3 divides p:

From (i), 3 divides p².

Since 3 is prime, 3 divides p² ⇒ 3 divides p (by Euclid’s lemma).

So p = 3m for some integer m.

Step 4 — Substitute back:

(3m)² = 3q²

9m² = 3q²

q² = 3m²    …(ii)

Step 5 — Deduce 3 divides q:

From (ii), 3 divides q² ⇒ 3 divides q.

Step 6 — Contradiction:

We have shown 3 | p AND 3 | q, meaning GCD(p,q) ≥ 3.

But we assumed GCD(p,q) = 1. Contradiction!

Conclusion: Our assumption was wrong. Therefore, √3 is irrational. ∴

Q3. Prove that √5 is irrational.
Show Solution

Proof by contradiction (same structure as √3):

Step 1: Assume √5 is rational. Then √5 = p/q with GCD(p,q) = 1.

Step 2 — Square: 5 = p²/q² ⇒ p² = 5q²  …(i)

Step 3: 5 | p² ⇒ 5 | p (5 is prime, apply Euclid’s lemma).

Write p = 5m.

Step 4: (5m)² = 5q² ⇒ 25m² = 5q² ⇒ q² = 5m²  …(ii)

Step 5: 5 | q² ⇒ 5 | q.

Step 6 — Contradiction: 5 | p and 5 | q ⇒ GCD(p,q) ≥ 5, contradicting GCD(p,q) = 1.

Conclusion: √5 is irrational. ∴

This proof works for the square root of any prime number p: √p is always irrational.
Q4. Is √2 + √3 rational or irrational?
Show Solution

Answer: IRRATIONAL

Proof by contradiction:

Assume √2 + √3 = r, where r is rational.

Step 1: Then √3 = r − √2

Step 2 — Square both sides:

3 = r² − 2r√2 + 2

1 = r² − 2r√2

2r√2 = r² − 1

√2 = (r² − 1) / (2r)

Step 3: The right side is rational (r is rational, 2r ≠ 0).

So √2 would be rational — but we know √2 is irrational. Contradiction!

Conclusion: √2 + √3 is irrational.

Alternative check via squaring the sum directly:
(√2 + √3)² = 2 + 2√6 + 3 = 5 + 2√6
If this were rational, then 2√6 = (rational − 5), making √6 rational — contradiction.
Q5. Check: is (√2)² rational or irrational?
Show Solution

Computation:

(√2)² = √2 × √2

By definition of square root: √2 × √2 = 2

(√2)² = 2    (RATIONAL)

Since 2 = 2/1 ∈ ℚ, it is rational.

This illustrates an important point: the product of two irrationals can be rational. Squaring an irrational (multiplying it by itself) often yields a rational result — in fact, (√n)² = n for any positive n.
Q6. Give an example of two irrational numbers whose SUM is rational.
Show Solution

Example:

Take a = √3  and  b = −√3

Both √3 and −√3 are irrational (they cannot be expressed as p/q).

Their sum: √3 + (−√3) = 0

√3 + (−√3) = 0 ∈ ℚ

Since 0 = 0/1 is rational, we have found two irrationals with a rational sum.

Other valid examples:
(2 + √5) + (2 − √5) = 4 (rational)
√7 + (−√7) = 0 (rational)
Q7. Give an example of two irrational numbers whose PRODUCT is rational.
Show Solution

Example:

Take a = √2  and  b = √2

Both are irrational.

Product: √2 × √2 = 2

√2 × √2 = 2 ∈ ℚ

Another example: √3 × √12 = √36 = 6 (rational).

Yet another: √2 × √8 = √16 = 4 (rational).

The product of two irrationals is not always irrational. This shows the set of irrationals is NOT closed under multiplication.
Q8. Is 0.101001000100001… rational or irrational?
Show Solution

Analysis of the decimal pattern:

The number is: 0.101001000100001

Pattern: 1, then 1 zero; then 1, then 2 zeros; then 1, then 3 zeros; then 1, then 4 zeros; …

The number of zeros between consecutive 1s keeps increasing by 1 each time.

Is it terminating? No — it goes on forever.

Is it recurring (periodic)? No — no fixed block repeats. If it were recurring with period k, the pattern of zeros would eventually repeat with fixed length k, but here the zero-gaps grow without bound.

Non-terminating + Non-recurring ⇒ IRRATIONAL

Conclusion: 0.101001000100001… is an irrational number.

Any decimal that is non-terminating AND non-recurring represents an irrational number. Rational numbers have either terminating or recurring decimal expansions.
📚 Exercise 3.5 — Real Numbers & the Number Line
Q1. Classify the decimal expansion of 1/11, 3/8, 7/25, 5/12, 1/7
Show Solution

Rule: p/q (in lowest terms) terminates iff q = 2m × 5n.

1/11: 11 = 11 (prime, neither 2 nor 5). ⇒ Recurring. 1/11 = 0.090909… = 0.0̄9̄

3/8: 8 = 2³. Only factor is 2. ⇒ Terminating. 3/8 = 0.375

7/25: 25 = 5². Only factor is 5. ⇒ Terminating. 7/25 = 0.28

5/12: 12 = 2² × 3. Has factor 3 (neither 2 nor 5). ⇒ Recurring. 5/12 = 0.41666… = 0.416̄

1/7: 7 = 7 (prime, not 2 or 5). ⇒ Recurring. 1/7 = 0.142857142857… = 0.1̄4̄2̄8̄5̄7̄ (period 6)

Terminating: 3/8 = 0.375,  7/25 = 0.28
Recurring: 1/11 = 0.0̄9̄,  5/12 = 0.416̄,  1/7 = 0.1̄4̄2̄8̄5̄7̄
Q2. Convert 0.666… to p/q form.
Show Solution

Step 1: Let x = 0.666… = 0.6̄

Step 2: Multiply by 10 (1 repeating digit):

10x = 6.666…

Step 3: Subtract:

10x − x = 6.666… − 0.666…

9x = 6

Step 4: x = 6/9 = 2/3 (simplify by dividing by 3)

0.6̄ = 0.666… = 2/3

Verify: 2 ÷ 3 = 0.6666… ✓

Q3. Convert 0.4777… to p/q form.
Show Solution

Observation: The digit 4 is non-repeating; 7 repeats. So this is of the form 0.47̄

Step 1: Let x = 0.4777…

Step 2: Multiply by 10 to move the non-recurring part past the decimal:

10x = 4.777…

Step 3: Multiply by 100 (one more step to align the recurring part):

100x = 47.777…

Step 4: Subtract the equation in Step 2 from Step 3:

100x − 10x = 47.777… − 4.777…

90x = 43

x = 43/90

Verify: 43 ÷ 90 = 0.4777… ✓

💡 For mixed recurring decimals (m non-recurring digits, n recurring digits):
Multiply by 10m+n and 10m, then subtract.
Q4. Convert 2.3555… to p/q form.
Show Solution

Observation: 2.35̄ — "2.3" is non-recurring, "5" recurs.

Step 1: Let x = 2.3555…

Step 2: Multiply by 10:

10x = 23.555…

Step 3: Multiply by 100:

100x = 235.555…

Step 4: Subtract:

100x − 10x = 235.555… − 23.555…

90x = 212

x = 212/90 = 106/45  (dividing by 2)

Verify: 106 ÷ 45 = 2.3555… ✓

Q5. Without actual division, determine if 23/200 has a terminating decimal.
Show Solution

Rule: A fraction p/q in its lowest terms has a terminating decimal expansion if and only if q can be expressed in the form 2m × 5n where m, n are non-negative integers.

Step 1 — Check if 23/200 is in lowest terms:

GCD(23, 200) = 1 (since 23 is prime and does not divide 200). So it is already in lowest terms.

Step 2 — Factorise the denominator:

200 = 2 × 100 = 2 × 4 × 25 = 8 × 25 = 2³ × 5²

200 = 2³ × 5²  ⇒  only factors 2 and 5

Conclusion: Since 200 = 2³ × 5², the decimal expansion of 23/200 is TERMINATING.

Actual value: 23/200 = 0.115 (terminates after 3 decimal places).
Q6. Represent √3 on the number line.
Show Solution

Construction using the Pythagorean theorem:

Stage 1 — Construct √2:

  1. Mark point O (origin) and point A at distance 1 unit from O on the number line.
  2. At point A, draw a perpendicular AB of length 1 unit.
  3. Connect O to B: by Pythagoras, OB = √(OA² + AB²) = √(1 + 1) = √2.
  4. With centre O and radius OB, draw an arc to cut the number line at point P√2. P√2 represents √2.

Stage 2 — Construct √3:

  1. At P√2 (the point √2 on the number line), erect a perpendicular BC of length 1 unit.
  2. Connect O to C: OC = √(OB² + BC²) = √(√2)² + 1²) = √(2 + 1) = √3.
  3. With centre O and radius OC, draw an arc to cut the number line at P√3. This point represents √3.
Key: Each stage adds a unit perpendicular, increasing the hypotenuse by √1 under the root.
√2 → √3 → √4 → √5 → … (Spiral of Theodorus)
√3 ≈ 1.732, so it lies between 1 and 2 on the number line, closer to 2.
Q7. Locate 4.26 on the number line using successive magnification.
Show Solution

Successive Magnification Method:

Step 1 — First zoom (tenths):

4.26 lies between 4 and 5. Divide the segment [4, 5] into 10 equal parts.

Each part = 0.1. The digit in tenths place is 2, so 4.26 lies between 4.2 and 4.3.

Step 2 — Second zoom (hundredths):

Divide [4.2, 4.3] into 10 equal parts. Each part = 0.01.

The digit in hundredths place is 6, so 4.26 lies between 4.26 and 4.27.

More precisely, it is at the 6th mark from 4.2 in this subdivision.

Zoom 1: 4 < 4.26 < 5 ⇒ locate in [4.2, 4.3]
Zoom 2: 4.2 < 4.26 < 4.3 ⇒ mark exactly at 4.26
This technique can be extended to any number of decimal places, each zoom giving one more digit of precision.
Q8. In a square root spiral up to √5, what are the hypotenuse lengths?
Show Solution

The Square Root Spiral (Spiral of Theodorus):

Start with a right isosceles triangle of legs 1 and 1:

TriangleLegsHypotenuse
1st1, 1√(1+1) = √2
2nd√2, 1√(2+1) = √3
3rd√3, 1√(3+1) = √4 = 2
4th√4, 1√(4+1) = √5
Hypotenuse lengths: √2, √3, √4 (=2), √5

The spiral demonstrates a beautiful geometric construction of successive square roots, each new hypotenuse = √(previous hypotenuse² + 1²) = √(n+1).

📚 End-of-Chapter Exercise
Q1. State whether true or false, with reason: (a) Every irrational is real   (b) Every point on the number line is √(natural number)   (c) Every real number is rational
Show Solution

(a) Every irrational number is a real number.

TRUE

The set of real numbers ℝ = ℚ ∪ (irrationals). By definition, every irrational number is a real number. Examples: √2, √3, π, e — all are irrational and all are real.


(b) Every point on the number line is the square root of a natural number.

FALSE

The number line represents all real numbers. Consider π ≈ 3.14159… — it is on the number line but π ≠ √n for any natural number n (since π² ≈ 9.87 is not a natural number... well, it is not an integer, so π ≠ √n for n ∈ ℕ).

Also consider 1/2: it’s on the number line but 1/4 ∉ ℕ.


(c) Every real number is rational.

FALSE

ℝ = ℚ ∪ Irrationals. Irrational numbers like √2, π, √3 are real but NOT rational. The irrationals are an uncountably infinite subset of ℝ that are not in ℚ.

Q2. Are the square roots of all positive integers irrational? If not, give an example.
Show Solution

Answer: No. The square roots of all positive integers are NOT all irrational.

Examples of rational square roots:

  • √1 = 1 (rational)
  • √4 = 2 (rational)
  • √9 = 3 (rational)
  • √16 = 4 (rational)
  • √25 = 5 (rational)

In general, √n is rational if and only if n is a perfect square.

If n = k² for some integer k, then √n = k ∈ ℚ
If n is NOT a perfect square, then √n is irrational.
Perfect squares among positive integers: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, …
Q3. Prove that √7 is irrational.
Show Solution

Proof by contradiction:

Step 1 — Assumption: Suppose √7 is rational.

Then √7 = p/q where p, q ∈ ℤ, q ≠ 0, and GCD(p, q) = 1.

Step 2 — Square both sides:

7 = p² / q²

p² = 7q²    …(i)

Step 3 — Show 7 | p:

From (i), 7 divides p². Since 7 is prime, by Euclid’s lemma, 7 | p.

So p = 7m for some integer m.

Step 4 — Substitute p = 7m into (i):

(7m)² = 7q²

49m² = 7q²

q² = 7m²    …(ii)

Step 5 — Show 7 | q:

From (ii), 7 | q² ⇒ 7 | q.

Step 6 — Contradiction:

We have 7 | p and 7 | q, so GCD(p, q) ≥ 7 ≠ 1. This contradicts GCD(p, q) = 1.

Conclusion: √7 is irrational. ∴

Q4. Classify: 23/8, 15/1600, 29/343, 3/15, 77/210 (terminating or non-terminating recurring)
Show Solution

Rule: First reduce to lowest terms, then check if denominator = 2m × 5n.

23/8: GCD(23,8)=1 (lowest terms). 8 = 2³. ⇒ Terminating. 23/8 = 2.875

15/1600: GCD(15,1600). 15=3×5, 1600=2&sup6;×5². GCD=5. 15/1600 = 3/320. 320=2&sup6;×5. ⇒ Terminating. 3/320 = 0.009375

29/343: 343=7³. GCD(29,343)=1. 7 is neither 2 nor 5. ⇒ Non-terminating recurring.

3/15: GCD(3,15)=3. 3/15 = 1/5. 5=5¹. ⇒ Terminating. 1/5 = 0.2

77/210: GCD(77,210). 77=7×11. 210=2×3×5×7. GCD=7. 77/210 = 11/30. 30=2×3×5. Has factor 3. ⇒ Non-terminating recurring.

Terminating: 23/8, 15/1600, 3/15
Non-terminating recurring: 29/343, 77/210
Q5. Write three numbers whose decimal expansions are non-terminating and non-recurring.
Show Solution

Non-terminating non-recurring decimals represent irrational numbers.

Three examples:

  1. √2 = 1.41421356237… — never terminates, never repeats
  2. π = 3.14159265358979… — famous irrational, proven non-recurring
  3. √3 = 1.73205080757… — irrational, non-terminating non-recurring
More examples you can construct:
0.12112111211112… (increasing 1s between 2s)
0.23456789101112… (concatenating natural numbers after decimal)
These have clear patterns but are demonstrably non-periodic.
Q6. Find three irrational numbers between √2 and √5.
Show Solution

Approximate values: √2 ≈ 1.414  and  √5 ≈ 2.236

We need three irrationals strictly between 1.414… and 2.236…

Method: Look for √n where 2 < n < 5, and n is not a perfect square.

  • √3 ≈ 1.732. Since 2 < 3 < 5 and 3 is not a perfect square, √3 is irrational. √2 < √3 < √5 ✓
  • √(2.5) = √(5/2) = √10/2 ≈ 1.581. Irrational. √2 < √2.5 < √5 ✓
  • √(3.5) = √(7/2) = √14/2 ≈ 1.871. Irrational. √2 < √3.5 < √5 ✓
Three irrational numbers between √2 and √5:
√3, √(5/2), √(7/2)
Simplest answer: √3 (between 1 and 2), and any two others from √(2.1), √(2.3), √(3.7), √(4.9), etc.
Q7. Convert 0.585858… to p/q form.
Show Solution

Observation: "58" is the repeating block (2 digits).

Step 1: Let x = 0.585858… = 0.5̄8̄

Step 2: Multiply by 100 (since 2 digits repeat):

100x = 58.5858…

Step 3: Subtract the original:

100x − x = 58.5858… − 0.5858…

99x = 58

x = 58/99

Verify: 58 ÷ 99 = 0.585858… ✓

Check if reducible: GCD(58, 99). 58 = 2×29. 99 = 9×11 = 3²×11. No common factors. So 58/99 is already in lowest terms.

Q8. Represent √9.3 on the number line.
Show Solution

Construction method:

To represent √x on the number line, use the following geometric construction:

  1. Draw a line segment AB = 9.3 units (the number whose square root we want).
  2. Extend AB to point C such that BC = 1 unit. So AC = 10.3 units.
  3. Find the midpoint M of AC. Then MC = AC/2 = 5.15 units.
  4. Draw a semicircle with centre M and radius MC = 5.15 units.
  5. At point B, draw a perpendicular to AC. Let it intersect the semicircle at D.
  6. By the geometric mean relation: BD² = AB × BC = 9.3 × 1 = 9.3
  7. So BD = √9.3.
  8. With centre B and radius BD, draw an arc intersecting the number line at P.
  9. The point P represents √9.3 on the number line.
Key theorem used: In a semicircle, the perpendicular from a point on the diameter to the circle satisfies: BD² = AB × BC (geometric mean relation)

√9.3 ≈ 3.05, so P lies just past 3 on the number line.

Q9. Prove that 3 + 2√5 is irrational.
Show Solution

Proof by contradiction:

Step 1: Assume 3 + 2√5 is rational.

Then 3 + 2√5 = r for some rational number r.

Step 2 — Isolate √5:

2√5 = r − 3

√5 = (r − 3) / 2

Step 3 — Analyze the right side:

r is rational (assumed), and 3 is rational, so r − 3 is rational.

2 is rational and non-zero, so (r − 3)/2 is rational.

Therefore √5 is rational.

Step 4 — Contradiction:

But we proved (in Exercise 3.4, Q3) that √5 is irrational. Contradiction!

Conclusion: Our assumption was wrong. Therefore, 3 + 2√5 is irrational. ∴

General principle: If a and b are rational, b ≠ 0, and √n is irrational, then a + b√n is irrational.
Q10. Simplify: (√5 + √3)²  and  (√5 − √3)(√5 + √3)
Show Solution

Part (a): (√5 + √3)²

Use the identity: (a + b)² = a² + 2ab + b²

Here a = √5, b = √3:

= (√5)² + 2(√5)(√3) + (√3)²

= 5 + 2√15 + 3

(√5 + √3)² = 8 + 2√15

Part (b): (√5 − √3)(√5 + √3)

Use the identity: (a − b)(a + b) = a² − b²

Here a = √5, b = √3:

= (√5)² − (√3)²

= 5 − 3

(√5 − √3)(√5 + √3) = 2
Key observation: Part (b) shows that (√5 − √3) and (√5 + √3) are conjugate surds. Their product is always rational! This is the basis for rationalizing the denominator.
🌟

What You Have Learnt

  1. Natural numbers ℕ = {1, 2, 3, …} are the counting numbers — the numbers we use every day to count objects.
  2. Whole numbers W = {0, 1, 2, 3, …} = ℕ ∪ {0}. Zero is added to the natural numbers to form the whole numbers.
  3. Integers ℤ = {…, −2, −1, 0, 1, 2, …} include all positive and negative whole numbers and zero.
  4. Rational numbers ℚ are numbers expressible as pq where p, q ∈ ℤ and q ≠ 0.
  5. Every natural number is a whole number; every whole number is an integer; every integer is a rational number — each set contains all previous sets.
  6. The inclusion hierarchy: ℕ ⊂ W ⊂ ℤ ⊂ ℚ ⊂ ℝ. Each larger set strictly contains the smaller one.
  7. Between any two distinct rational numbers there are infinitely many rational numbers — the rationals are dense on the number line.
  8. Irrational numbers cannot be expressed as pq. Famous examples: √2, √3, π, e.
  9. n is irrational whenever n is a positive integer that is not a perfect square (e.g., √2, √3, √5, √7).
  10. Proof by contradiction: assume the opposite of what you want to prove, derive a logical impossibility, and conclude the assumption was false.
  11. Real numbers ℝ = ℚ ∪ (irrationals). Every point on the number line corresponds to exactly one real number, and vice versa.
  12. Terminating decimals (e.g., 0.375) and recurring/repeating decimals (e.g., 0.333…) are rational numbers.
  13. Non-terminating, non-recurring (non-repeating) decimals are irrational numbers.
  14. pq (in lowest terms) terminates ⇔ the denominator q has only 2 and 5 as prime factors (i.e., q = 2a × 5b).
  15. Recurring decimals can be converted to pq form using the algebraic method: let x = decimal, multiply to align the repeating block, subtract to eliminate it, solve for x.
  16. Every real number corresponds to a unique point on the number line, and every point on the number line corresponds to a unique real number.
  17. Lengths like √2 and √5 can be constructed geometrically on the number line using Pythagoras’ theorem and a compass.
  18. Successive magnification: zooming into finer and finer intervals allows us to locate any decimal (rational or irrational) precisely on the number line.
  19. Brahmagupta (7th century CE) formalized the concept of zero and established sign rules for multiplication of positive and negative numbers.
  20. The Lebombo bone (~44 000 BCE) and Ishango bone (~20 000 BCE) are among the earliest archaeological evidence of counting by humans.

Common Mistakes to Avoid

Wrong: “0 is a natural number”

Correct: 0 is a WHOLE number but NOT a natural number.

Natural numbers start at 1. Zero was added separately to form whole numbers. In India the NCERT convention: ℕ = {1,2,3,…}, W = {0,1,2,3,…}.

Wrong: “22/7 = π”

Correct: 22/7 ≈ π.   22/7 is rational; π is irrational.

22/7 is only an approximation accurate to 2 decimal places. π = 3.14159265… and cannot be written as any fraction.

Wrong: “√4 is irrational”

Correct: √4 = 2, which is a rational (in fact natural) number.

4 is a perfect square. √n is irrational only when n is not a perfect square.

Wrong: “All decimals are irrational”

Correct: Terminating and recurring decimals are rational.

E.g., 0.5 = 1/2 and 0.3&overline;3 = 1/3 are both rational. Only non-terminating, non-repeating decimals are irrational.

Wrong:a ÷ 0 = 0”

Correct: Division by zero is UNDEFINED — not zero, not infinity.

There is no number that, multiplied by 0, gives a non-zero result. 0 ÷ 0 is also undefined (indeterminate form).

Wrong: “Negative × Negative = Negative”

Correct: (−) × (−) = Positive (+).

Sign rules: (+)(×)(+) = (+), (+)(×)(−) = (−), (−)(×)(+) = (−), (−)(×)(−) = (+). Two negatives always produce a positive product.

Wrong: “√2 + √3 = √5”

Correct: √2 + √3 ≠ √5. Square roots do not add like ordinary numbers!

(√2 + √3)2 = 5 + 2√6 ≠ 5. The correct value: √2 ≈ 1.414, √3 ≈ 1.732, sum ≈ 3.146, whereas √5 ≈ 2.236.

Wrong: “0.999… < 1”

Correct: 0.999… = 1 exactly — they are the same number.

Let x = 0.999…. Then 10x = 9.999…. Subtract: 9x = 9 ⇒ x = 1.   Also: 1/3 = 0.333… ⇒ 3 × (1/3) = 0.999… = 1.

Wrong: “Between 1/3 and 1/2 there are no rational numbers”

Correct: There are INFINITELY many rational numbers between any two distinct rationals.

The mean 5/12 lies between them. Between 1/3 and 5/12 lies 3/8. This process never ends — rationals are dense.

Wrong: “In the proof that √2 is irrational, assume p/q is any fraction”

Correct: You MUST assume p and q are co-prime (in lowest terms, gcd = 1).

The contradiction arises because the algebra forces both p and q to be even, violating the co-prime assumption. Without this assumption there is no contradiction.

📄

Quick Reference Cheat Sheet

ℕ Number Set Hierarchy

ℕ ⊂ W ⊂ ℤ ⊂ ℚ ⊂ ℝ
  • ℕ = {1, 2, 3, …} — Natural
  • W = {0, 1, 2, 3, …} — Whole
  • ℤ = {…,−1, 0, 1,…} — Integer
  • ℚ = {p/q : p,q ∈ ℤ, q≠0} — Rational
  • ℝ = ℚ ∪ (Irrationals) — Real
Irrationals ∪ ℚ = ℝ   (they are disjoint subsets of ℝ)

🔒 Closure Properties

Set+×÷
W
✓*

* except division by 0, which is always undefined.

± Sign Rules for Multiplication

(+) × (+) = (+)
(+) × (−) = (−)
(−) × (+) = (−)
(−) × (−) = (+)
Memory trick: Count the negatives. Even count → positive result. Odd count → negative result.

Same sign rules apply for division (÷).

🌚 Decimal Classification

Rational ⇔ terminates OR repeats
Irrational ⇔ non-terminating & non-recurring

Termination test for p/q (lowest terms):

p/q terminates ⇔ q = 2a × 5b

Examples:

  • 3/8 = 3/23 → terminates (0.375)
  • 1/6 = 1/(2×3) → recurring (0.1666…)
  • 1/7 → recurring (0.142857…)

✓ Proof by Contradiction Skeleton

  1. State what you want to prove.
    E.g., “√2 is irrational”
  2. Assume the OPPOSITE.
    Suppose √2 = p/q where p, q ∈ ℤ, q ≠ 0, gcd(p,q) = 1
  3. Algebra: square both sides ⇒ 2 = p²/q² ⇒ p² = 2q² ⇒ 2∣p ⇒ p = 2k ⇒ 4k² = 2q² ⇒ 2∣q.
  4. Contradiction: both p and q are even, contradicting gcd(p,q) = 1.
  5. Conclude: assumption was wrong. ∴ √2 is irrational. ■

↻ Converting Recurring Decimal to p/q

Let x = 0.ab̅c̅
  1. Let n = number of non-repeating digits after decimal point.
  2. Let r = number of repeating digits.
  3. Multiply: 10n·x (shifts non-repeating part to left of decimal).
  4. Multiply: 10n+r·x (shifts one full repeat to left of decimal).
  5. Subtract step 3 from step 4 to eliminate repeating part.
  6. Solve for x and simplify.
Example: x = 0.16
10x = 1.666…, 100x = 16.666…
100x − 10x = 15 ⇒ 90x = 15 ⇒ x = 15/90 = 1/6

◯ Constructing √x on the Number Line

√(a² + b²) = hypotenuse of right ▵ with legs a, b
  • √2 = hyp(1, 1)   [legs 1 and 1]
  • √3 = hyp(√2, 1)   [use previous result]
  • √4 = hyp(√3, 1) = 2   (check!)
  • √5 = hyp(2, 1)   [legs 2 and 1]
  • √(n+1) = hyp(√n, 1)
Steps: Draw a number line. Mark O at 0, A at 1. Erect perpendicular at A of length 1. Connect O to tip = √2. Set compass to OA′ and mark √2 on the line.

📓 Key Approximate Values

NumberApproximate Value
√21.41421356…
√31.73205080…
√52.23606797…
√72.64575131…
√103.16227766…
π3.14159265…
e2.71828182…
Memory for √2: “1.414 — I wish I knew more digits of √2” (count letters: 1,4,1,4,2,1,3,5,6).