The World of Numbers
Why This Matters
You already use numbers every day. You count rupees, you split a samosa, you check the temperature, you measure cloth. But have you ever stopped to ask: where did numbers come from? And why are there so many kinds of them — counting numbers, zero, negatives, fractions, and strange ones like √2 and π?
This chapter tells that whole story. It is one of the oldest stories in human history. It begins not in a classroom, but with a herder thousands of years ago, dropping pebbles in a pot to keep track of cows. It moves through the Indian invention of zero, the idea of debts as negative numbers, the discovery of fractions, and finally a shock that troubled mathematicians for centuries — the discovery that some lengths simply cannot be written as a fraction.
By the end, you will understand the real number line: a single line where every number you will ever meet has its own exact spot. You will also do something a real mathematician does — you will prove, not just believe, that √2 can never be a fraction. That way of thinking, called proof by contradiction, is a tool you will use again and again.
The Big Idea
The Big Idea: Our number system grew in stages, each stage solving a problem the last one could not. Counting gave us the natural numbers. The need for “nothing” gave us zero. Debts gave us negative numbers (together with zero and the naturals, these are the integers). Sharing and measuring gave us fractions (the rational numbers). And measuring a diagonal revealed lengths that are not fractions at all — the irrational numbers. Put the rationals and irrationals together and you fill a line completely, with no gaps. That complete line is the real numbers.
We will walk through the story in that order. Each new kind of number gets its own home on the number line.
How Counting Began: Natural Numbers
Long before writing or cities, people needed to keep count. Imagine you are a herder living along the Saraswati river thousands of years ago. Every morning your cows leave to graze. Every evening they return. How do you check that none wandered off — when you have no words for numbers and no symbols to write?
Early humans solved this with a beautifully simple idea called one-to-one correspondence. For every cow that left, the herder dropped one pebble into a clay pot. In the evening, for every cow that returned, he removed one pebble. If the pot ended empty, every cow was back. If pebbles were left over, some cows were missing.
Figure 3.1 shows this matching in action.
This act of matching one object to one object is the root of all counting. The numbers it produces are the natural numbers:
ℕ = {1, 2, 3, 4, 5, …}
These are the numbers you first learned as a child. They go on forever — there is no biggest one, because you can always add 1 more.
The oldest physical proof of counting is carved into bone. The Lebombo bone (about 35,000 years old, found between South Africa and Eswatini) has 29 careful notches — likely a count of the days in a moon’s cycle. The Ishango bone (about 22,000 years old, from near the Nile) groups its notches as 11, 13, 17, 19 — the prime numbers between 10 and 20. People were doing real mathematics tens of thousands of years ago.
Much later, the place-value system based on powers of 10 — the way we write numbers today — was perfected in India. In the Vedas, names were given to powers of 10 all the way up to 10¹² (called parārdha). This deep comfort with large numbers set the stage for the single most important invention in the history of numbers: zero.
When numbers run out: subtraction
Here is a quiet problem hiding in the natural numbers. You can always add two natural numbers and get another natural number: 3 + 4 = 7. We say the naturals are closed under addition. (“Closed” just means: do the operation, and you never leave the set.)
But subtraction breaks this. 7 − 3 = 4, fine. But what is 3 − 5? Or 5 − 5? In the world of natural numbers, these have no answer. The naturals are not closed under subtraction. To answer them, we need two new ideas: zero, and negative numbers.
The Revolution of Zero (Śhūnya)
For thousands of years, the number line started at 1. If you gave away all five of your apples, you did not have a number to describe your state. You just had a void — a lack of apples. Some civilisations (the Babylonians, the Mayans) used a placeholder symbol to mark an empty column in a written number. But they did not treat “nothing” as a real number you could add, subtract, and multiply.
That leap happened in India. It grew out of a deep idea in Indian philosophy: śhūnyatā, meaning emptiness or stillness — the calm, thought-free state that meditation aims for. Because Indian thinkers already respected and explored the idea of “emptiness”, they had the mental framework to welcome “nothingness” as a real thing.
The symbol came first. The Bakhshālī manuscript used a bold dot (bindu) for zero. But a symbol is just a mark until it has rules. The mathematician Brahmagupta, in his work the Brāhmasphuṭasiddhānta (628 CE), gave zero its rules. He defined it cleanly as the result of subtracting a number from itself:
a − a = 0
And he stated the laws of arithmetic with zero, which we still use today:
a + 0 = a (adding zero changes nothing)
a − 0 = a (subtracting zero changes nothing)
a × 0 = 0 (multiplying by zero gives zero)
With zero in hand, 5 − 5 = 0 now has an answer. Adding zero to the naturals gives the whole numbers: {0, 1, 2, 3, …}. But we still cannot do 3 − 5. For that, we go below zero.
Going Below Zero: Integers
Brahmagupta did not stop at zero. He asked: if 5 − 5 = 0, then what is 3 − 5? To answer it, he turned to everyday life — to money.
He saw two opposite states:
- Fortunes (dhana) — positive numbers, your wealth and assets.
- Debts (ṛiṇa) — negative numbers, what you owe.
By extending the number line to the left of zero, he introduced negative numbers to the world. Put the positive naturals, their negative partners, and zero together, and you get the integers, written ℤ (from the German Zahlen, meaning “numbers”).
ℤ = {…, −3, −2, −1, 0, 1, 2, 3, …}
Figure 3.2 shows the integers laid out, with Brahmagupta’s debt-and-fortune picture.
Brahmagupta’s rules for signed numbers
Brahmagupta wrote down rules for adding and multiplying integers more than 1,300 years ago, and we still use them exactly as he wrote them. Think of every rule through money — fortune (+) and debt (−):
- Fortune + fortune = fortune: 5 + 4 = 9.
- Debt + debt = debt: (−5) + (−4) = −9. (Owe ₹5, borrow ₹4 more → you owe ₹9.)
- Debt × fortune = debt: (−3) × 4 = −12. (Take on 4 debts of ₹3 each → total debt ₹12.)
- Debt × debt = fortune: (−3) × (−4) = +12.
That last one — negative times negative is positive — confuses almost everyone. NCERT states it as a given. But why is it true? Let us close that gap.
Think of a negative number as a debt, and think of multiplying by a negative as taking the debt away. Suppose you have four debts, each of ₹3. Each debt is −3. Now someone removes (takes away) those four debts. “Removing 4 debts” is multiplying by −4. You owed ₹12, and now that burden is gone — you are effectively ₹12 richer. So:
(−3) × (−4) = +12
Removing a debt makes you richer. That is exactly why a negative times a negative comes out positive. The same idea explains subtraction: 10 − (−5) = 15, because taking away a debt of ₹5 leaves you ₹5 better off — the same as adding ₹5.
Let us put these rules to work on a small money story.
A spice trader takes a loan (debt) of ₹850. The next day he makes a profit of ₹1,200. The following week he has a loss of ₹450. Write this as one expression using integers, and find his final standing.
- Turn each event into a signed integer. A debt/loss is negative; a profit is positive. Loan = −850, profit = +1200, loss = −450.
- Write them as one expression in order: −850 + 1200 − 450.
- Add left to right. First −850 + 1200 = +350 (the profit clears the loan and leaves ₹350).
- Now apply the loss: 350 − 450 = −100. His final standing is −₹100, meaning he is ₹100 in debt.
Filling the Gaps: Fractions and Rational Numbers
As life got more complex, measuring became as important as counting. If a farmer splits a field of wheat among 3 children, how much does each get? If a recipe needs half a cup of ghee, how do we write that? Whole numbers cannot answer these. We need numbers that stand for parts of a whole — fractions.
Just as every natural number has a negative partner (3 has −3, 19 has −19), every positive fraction has a negative partner: −3/4 is the partner of 3/4. A small but useful note: in a negative fraction, the minus sign can sit anywhere and mean the same thing:
−1/5 = (−1)/5 = 1/(−5)
Put all the integers and all the fractions (positive and negative) together, and you get the rational numbers, written ℚ (from “quotient”, another word for the result of a division).
A rational number is any number that can be written as p/q, where p and q are integers and q ≠ 0.
The word “rational” comes from ratio — a rational number is a ratio of two integers. It has nothing to do with being sensible!
Why must q ≠ 0? Because q sits at the bottom of the fraction, and dividing by zero has no meaning. Ask “how many 0s fit into 6?” — no number works, because 0 added to itself any number of times is still 0, never 6. So a fraction with 0 on the bottom is not a number at all. We always insist q ≠ 0.
Three things are worth noticing about rationals:
- Every integer is already rational. You just write it over 1: 5 = 5/1, and −10 = −10/1. So the rationals contain the naturals, the wholes, and the integers.
- A rational has many equal forms. For example, −1/3 = −2/6 = −3/9 = −10/30. These are equivalent fractions — same value, different writing. You get them by multiplying or dividing top and bottom by the same number.
- We pick the simplest form. Among all fractions equal to 1/2 (which are 1/2, 2/4, 3/6, 6/12, …), we choose 1/2 — the one where top and bottom share no common factor except 1. We call such a pair co-prime, and the fraction is “in lowest terms”.
Two fractions are equal exactly when their cross-products match:
a/b = c/d exactly when ad = bc
The arithmetic rules for fractions (which you met in Grades 6 and 7, and which work for negative fractions too) are worth refreshing, since the rest of the chapter leans on them.
A key fact: the rationals are closed under addition, subtraction, and multiplication — do any of these to two rationals and you always get a rational. They are also closed under division, as long as you never divide by zero.
Here are two quick worked sums to lock in the recap.
Find 2/5 + 3/10.
- The denominators are 5 and 10. They are different, so first make them the same. 10 is a multiple of 5, so use 10 as the common denominator.
- Rewrite 2/5 with denominator 10: multiply top and bottom by 2 → 2/5 = 4/10.
- Now both have denominator 10: 4/10 + 3/10 = (4 + 3)/10 = 7/10. Since 7 and 10 share no common factor, 7/10 is already in lowest terms.
Find 2/3 ÷ 3/10.
- To divide, flip the second fraction and multiply. The reciprocal of 3/10 is 10/3.
- So 2/3 ÷ 3/10 = 2/3 × 10/3.
- Multiply tops and bottoms: (2 × 10)/(3 × 3) = 20/9. The answer is 20/9 (or 2 and 2/9).
Putting rationals on the number line
We already know how to mark integers: pick a point, call it 0 (the origin), step right by equal units for 1, 2, 3, …, and left for −1, −2, −3, …
Rationals fit on the same line, but they often land between two integers. To place p/q, the rule is simple: divide the unit gap into q equal parts, then count p of those parts (right if positive, left if negative).
Figure 3.3 shows this for 3/4 and for 9/4.
Let us do one ourselves, including a fraction greater than 1.
Where does 7/4 sit on the number line, and how do you mark it?
- The denominator is 4, so each unit gap is split into 4 equal parts.
- Convert to a mixed form to see which two integers it lies between: 7/4 = 1¾. So it lies between 1 and 2.
- Split the gap from 1 to 2 into 4 equal parts. The marks are at 1¼, 1½, 1¾.
- Count 3 parts from 1. The third mark is 1¾ = 7/4. That is where you put the point.
Absolute value: distance from zero
Sometimes we only care how far a number is from 0, not which side it is on. That distance is the absolute value, written with two vertical bars: |x|.
|x| = the distance of x from 0 on the number line. It is never negative.
For example, |5/3| = 5/3 and |−5/3| = 5/3 — both are the same distance from 0. And |0| = 0. So the absolute value of a positive number is itself, and of a negative number is its positive twin. Always |x| ≥ 0.
The distance between two numbers a and b is |a − b|. For example, the distance between −4 and 3 is |−4 − 3| = |−7| = 7. Counting the steps on the line from −4 to 3 also gives 7 — they match.
Rationals are dense — there is always one in between
Here is something magical. Pick any two different rational numbers, no matter how close together. There is always another rational number between them. We say the rationals are dense.
How do you find one in the middle? Take their average — add them and divide by 2. The average always lands exactly halfway between, and the average of two rationals is again a rational. For example, between 1 and 3/2:
(1 + 3/2) ÷ 2 = (5/2) ÷ 2 = 5/4
and 5/4 sits right between 1 and 3/2. Figure 3.4 shows this.
Because you can repeat this forever, there are infinitely many rationals between any two points. It feels as if the rationals must completely fill the line, leaving no gaps at all. But do they? That question leads to one of the great surprises in mathematics.
The Surprise: Irrational Numbers
For centuries, mathematicians believed every length in the universe could be written as a ratio of two integers — that the rationals filled the whole line. Then a simple shape broke that belief.
Take a square with each side exactly 1 unit long. Draw its diagonal. How long is that diagonal?
By this theorem, if the diagonal is d, then d² = 1² + 1² = 2, so d = √2. Figure 3.5 shows it.
This is the shock: √2 is a perfectly real length you can draw, but it is not a rational number. You cannot write it as any fraction p/q. Baudhāyana met such lengths around 800 BCE; the Greeks met the same crisis a few centuries later. Numbers on the line that cannot be written as a ratio of integers are called irrational numbers.
An irrational number is a real number that cannot be written as p/q for any integers p and q (with q ≠ 0).
Proof: √2 is irrational
NCERT (and most books) just tell you √2 is irrational. But how do we know? We can actually prove it — and the proof is famous. It is the first known proof of irrationality, due to Hippasus (around 400 BCE).
The method is called proof by contradiction. The idea: pretend the thing you want to disprove is true. Follow the logic carefully. If it leads to something impossible, then your pretence must have been wrong — so the opposite is true. Figure 3.6 lays out the full argument; we will walk it step by step.
Let us go through it carefully.
Step 1 — Assume the opposite. Suppose √2 is rational. Then we can write √2 = p/q in lowest terms — meaning p and q are integers sharing no common factor except 1 (they are co-prime).
Step 2 — Square both sides. √2 squared is 2, so 2 = p²/q².
Step 3 — Clear the fraction. Multiply both sides by q²: 2q² = p².
Step 4 — So p is even. Look at 2q² = p². The left side is 2 times an integer, so it is even. Therefore p² is even. And here is a key fact: if the square of a whole number is even, the number itself must be even. (An odd number times an odd number is always odd, so an even square can only come from an even number.) So p is even. Write p = 2k for some integer k.
Step 5 — Substitute p = 2k. Put it into 2q² = p²: 2q² = (2k)² = 4k².
Step 6 — Simplify. Divide both sides by 2: q² = 2k².
Step 7 — So q is even too. By the very same reasoning as Step 4, q² is 2 times an integer, so q² is even, so q is even.
Step 8 — The contradiction. We have shown p is even and q is even. So both are divisible by 2 — they share the common factor 2. But in Step 1 we said p/q was in lowest terms, with no common factor! This is impossible.
Every step was correct. So the only thing that can be wrong is our starting assumption. √2 is not rational. It is irrational. ∎
The same method proves √3, √5, √7, √10 are all irrational. (For √3 you would use “divisible by 3” in place of “even”.) It does not prove √4 is irrational — and rightly so, because √4 = 2 is a perfectly good integer. The method only “catches” the roots that really are irrational.
Marking √2 on the number line
We proved √2 is irrational. But it is a real length, so it must have an exact spot on the number line. How do we find it with just a ruler and compass? Figure 3.7 shows the construction.
The same trick builds √3, √5, and in fact √n for any positive integer n: keep building right triangles whose hypotenuses grow one root at a time. That repeated construction makes a beautiful square-root spiral.
The story of π
Another famous irrational is π (pi) — the ratio of any circle’s circumference to its diameter. For centuries people hunted for a fraction that equals π exactly. Āryabhaṭa (499 CE) gave the very accurate value 3927/1250 = 3.1416, but he honestly called it an āsanna — an approximation — hinting that no exact fraction exists. He was right. In 1761 Lambert proved π is irrational, so no fraction can ever equal it exactly.
So how do you pin down an irrational like π? You cannot use one fraction — you need an infinite sum. In the 14th century, Mādhava of Sangamagrama (who founded the Kerala School of Mathematics) discovered a stunning one:
π = 4 × (1 − 1/3 + 1/5 − 1/7 + 1/9 − …)
Add more and more terms and the running total creeps closer and closer to π. The number line, then, is filled not only with rationals but with irrationals too — √2, √3, π, and endlessly many more.
Real Numbers and Their Decimals
When we unite the dense web of rationals with the gap-filling irrationals, we get one continuous, unbroken line — the real numbers, written ℝ. Every length, every temperature, every real measurement in the universe sits somewhere on this line.
The real numbers ℝ are all the rationals and all the irrationals together. They fill the number line completely, with no gaps.
The easiest way to tell a rational from an irrational is to look at its decimal expansion — what you get when you divide top by bottom.
Rational decimals: they stop or they repeat
Divide the top of a rational by its bottom, and exactly one of two things happens:
- It terminates — the division reaches a remainder of 0 and the decimal stops. Example: 3/8 = 0.375.
- It repeats — the division never reaches remainder 0, but a block of digits starts looping forever. Example: 5/11 = 0.454545… We write this as 0.45 with a bar over the repeating block.
Both kinds are rational. But why does the repeating happen? NCERT shows it but does not always dwell on it, so let us close that gap.
Imagine doing the long division 1 ÷ 7. At every step you divide by 7, so the remainder can only be 1, 2, 3, 4, 5, or 6 (never 0 here, and never 7 or more). That is only 6 possible remainders. So if the division keeps going, sooner or later a remainder you already saw must come back. The moment a remainder repeats, the whole process repeats from there — and the digits start looping. A limited number of possible remainders forces a repeating pattern. (And if a remainder of 0 ever appears, the division simply stops — that is the terminating case.)
Predicting the type — without dividing
Here is the clever part: you can predict whether a fraction terminates or repeats without doing the division at all. Just factor the denominator (in lowest terms) into primes.
A fraction p/q in lowest terms terminates exactly when the prime factors of q are only 2s, only 5s, or only 2s and 5s — and nothing else. If any other prime (3, 7, 11, …) appears, it repeats.
Why those two primes? Because a decimal is really a fraction over a power of 10 (like 15/100), and 10 = 2 × 5. So a denominator made only of 2s and 5s can be “topped up” into a power of 10. For example, take 3/20. Here 20 = 2² × 5. Multiply top and bottom by 5:
3/20 = (3 × 5)/(20 × 5) = 15/100 = 0.15
We turned the bottom into 100 (a power of 10), and the decimal stopped. But a denominator like 15 = 3 × 5 has a stubborn 3 that can never be folded into a power of 10 — so 4/15 must repeat.
| Fraction (lowest terms) | Denominator's primes | Decimal type |
|---|---|---|
| 3/20 | 2² × 5 (only 2s and 5s) | Terminates → 0.15 |
| 7/20 | 2² × 5 (only 2s and 5s) | Terminates → 0.35 |
| 13/250 | 2 × 5³ (only 2s and 5s) | Terminates → 0.052 |
| 4/15 | 3 × 5 (has a 3) | Repeats → 0.2666… |
| 2/9 | 3² (has a 3) | Repeats → 0.222… |
| 1/7 | 7 (has a 7) | Repeats → 0.142857… |
Turning a decimal back into a fraction
Every terminating or repeating decimal is rational, so we should be able to write it as p/q. Terminating ones are easy — you met them earlier (0.35 = 35/100 = 7/20). The repeating ones need a neat algebra trick. The idea: multiply by a power of 10 to line up the repeating block, then subtract to wipe it out.
Pure repeating (the block repeats right after the point). Convert 0.6 (meaning 0.666…):
Write 0.6 (that is, 0.6666…) as a fraction p/q.
- Let x = 0.6666… The repeating block is one digit long, so multiply by 10¹ = 10.
- That gives 10x = 6.6666…
- Subtract the first line from the second. The endless tails line up and cancel: 10x − x = 6.6666… − 0.6666… = 6. So 9x = 6.
- Solve: x = 6/9 = 2/3. So 0.6666… = 2/3.
For a two-digit block like 0.45 (= 0.4545…), you multiply by 10² = 100 instead, getting 99x = 45, so x = 45/99 = 5/11.
General repeating (some non-repeating digits come first, then a repeating block). This needs two multiplications. Convert 0.16 (meaning 0.1666…):
Write 0.16 (that is, 0.16666…, where only the 6 repeats) as a fraction p/q.
- Let x = 0.16666… One digit (the 1) is non-repeating. First shift the repeating part to just after the point: multiply by 10¹ = 10 → 10x = 1.6666…
- Now move one full repeating cycle (1 repeating digit), so multiply the original by 10² = 100 → 100x = 16.6666…
- Subtract the two shifted lines so the repeating tails cancel: 100x − 10x = 16.6666… − 1.6666… = 15. So 90x = 15.
- Solve: x = 15/90 = 1/6. So 0.16666… = 1/6.
A short rule of thumb for the steps:
| Decimal type | What to do |
|---|---|
| Pure repeating (e.g. 0.6, 0.45) | Let x = the decimal. Multiply by 10ⁿ where n = number of repeating digits. Subtract from x and solve. |
| General repeating (e.g. 0.16) | Let x = the decimal. Multiply by 10ᵐ (m = non-repeating digits) to clear them, then by another 10ⁿ (n = repeating digits) to shift a full cycle. Subtract and solve. |
The strange truth: 0.999… = 1
Here is a famous surprise. The decimal 0.999… (nines forever) is exactly equal to 1 — not a tiny bit less. Use the same trick to see it:
Let x = 0.999… Multiply by 10: 10x = 9.999… Subtract: 10x − x = 9.999… − 0.999… = 9, so 9x = 9, giving x = 1. The endless 9s leave nothing missing. So 0.999… and 1 are just two decimal names for the same number. (In the same way, 2.5 = 2.4999…) This is why we say terminating decimals are not quite unique — each has a sneaky “9s” twin.
A hidden gem: cyclic numbers
Look at 1/7 = 0.142857142857… The repeating block is 142857. Watch what happens when you multiply it by 1 through 6:
142857 × 1 = 142857
142857 × 2 = 285714
142857 × 3 = 428571
142857 × 4 = 571428
142857 × 5 = 714285
142857 × 6 = 857142
The same six digits just rotate around in a circle! Numbers like this are called cyclic numbers — a beautiful hidden pattern living inside the humble fraction 1/7.
Irrational decimals: never end, never repeat
Rationals always give terminating or repeating decimals. Irrationals do the opposite: their decimals go on forever with no repeating block — no loop, no pattern that locks in. For example:
√2 = 1.41421356237… (never ends, never repeats)
π = 3.14159265358… (never ends, never repeats)
So the decimal expansion is a perfect signature:
- Stops or repeats → rational.
- Goes forever with no repeating block → irrational.
A neat test case: 0.1010010001000010… (one more 0 each time) has a pattern your eye can see, but no fixed repeating block — so it is irrational. Meanwhile 0.123451234512345… (the block 12345 loops) is rational.
The Whole Family, in One Picture
We have built the number families one stage at a time. Figure 3.8 shows how they all nest inside one another, ending in the real numbers.
So: ℕ ⊂ Whole ⊂ ℤ ⊂ ℚ, and ℚ together with the irrationals = ℝ. (Is the journey over? Not quite — the square root of −1 lives off the line entirely, in the world of imaginary numbers, but that is a story for a later class. For now, master the reals.)
Common Mistakes
A negative times a negative is negative (because two minus signs should make 'more minus').
Two negatives feel like they should pile up into something 'extra negative', the way two pushes in the same direction add up. The double minus looks like it should make things worse, not better.
Multiplying by a negative means 'remove' or 'reverse'. Removing a debt makes you richer, so (−3) × (−4) = +12. A negative times a negative is always positive.
0.999… is a little bit less than 1 — it never quite gets there.
Each 9 you add gets you closer to 1 but seems to stop just short, so it feels like there must always be a tiny gap left over before you reach 1.
There is no gap. Letting x = 0.999… and computing 10x − x = 9 gives x = 1 exactly. The 9s are infinite, so nothing is missing: 0.999… and 1 are the same number.
Any decimal that goes on forever must be irrational.
Irrational numbers do go on forever, so it is tempting to flip that around and assume every never-ending decimal is irrational.
What matters is whether it REPEATS. A never-ending decimal that repeats a block (like 0.333… or 0.142857…) is rational. Only never-ending decimals with no repeating block (like √2 or π) are irrational.
√2 is just 1.41 (or 1.414), so it is really a fraction in disguise.
A calculator shows a few decimal places and then stops, so it looks like √2 is a tidy finishing decimal you could turn into a fraction.
The calculator only rounds. The true √2 = 1.41421356… never ends and never repeats. We proved it cannot equal any p/q, so it is genuinely irrational — 1.41 is just an approximation.
You can write a rational number with zero on the bottom, like 5/0.
Since fractions can have any integers on top and bottom, it seems 0 should be allowed there too, just like any other number.
Dividing by zero has no meaning — no number answers 'how many 0s make 5?'. So we always require q ≠ 0. A fraction with 0 on the bottom is not a number at all.
Quick Check
Which number is irrational?
Without dividing, which fraction has a terminating decimal? (Each is in lowest terms.)
In the proof that √2 is irrational, what contradiction do we reach?
Practice Problems
Easy
The temperature in Ladakh is 4 °C at noon. By midnight it drops by 15 °C. What is the midnight temperature?
A drop of 15 means we subtract 15. Midnight temperature = 4 − 15 = −11 °C. So it is 11 degrees below zero.
Find the sum 7/12 + 5/8.
Find a common denominator for 12 and 8. The LCM of 12 and 8 is 24. Rewrite: 7/12 = 14/24 and 5/8 = 15/24. Add: 14/24 + 15/24 = 29/24. Since 29 and 24 share no common factor, the answer is 29/24 (or 1 and 5/24).
Without long division, decide whether 7/20, 4/15 and 13/250 terminate or repeat.
Factor each denominator (all are in lowest terms). 20 = 2² × 5 → only 2s and 5s → 7/20 terminates (= 0.35). 15 = 3 × 5 → has a 3 → 4/15 repeats (= 0.2666…). 250 = 2 × 5³ → only 2s and 5s → 13/250 terminates (= 0.052). Rule: only 2s and 5s in the denominator means it stops.
Medium
Find three distinct rational numbers that lie strictly between −1/2 and 1/4.
Use the average idea repeatedly, or just write both with a big common denominator so there is room. Write −1/2 = −4/8 and 1/4 = 2/8. Between −4/8 and 2/8, the eighths −3/8, −2/8, −1/8, 0, 1/8 all qualify. Three valid answers: −3/8, 0 and 1/8. (Many other answers work — any rationals between −0.5 and 0.25.)
Convert the pure repeating decimal 0.45 (that is, 0.4545…) into the form p/q.
Let x = 0.4545… The repeating block is two digits, so multiply by 10² = 100: 100x = 45.4545… Subtract the original: 100x − x = 45.4545… − 0.4545… = 45, so 99x = 45. Then x = 45/99. Divide top and bottom by 9: x = 5/11. So 0.4545… = 5/11.
A tailor has 15¾ metres of silk. Each kurta needs 2¼ metres. Exactly how many kurtas can he make?
Write both as improper fractions: 15¾ = 63/4 and 2¼ = 9/4. Number of kurtas = (63/4) ÷ (9/4) = 63/4 × 4/9 = 63/9 = 7. The 4s cancel neatly. He can make exactly 7 kurtas, using up all the silk.
Convert the general repeating decimal 2.357 (where only the 7 repeats) into the form p/q.
Let x = 2.3577777… Here ‘35’ is non-repeating (2 digits) and ‘7’ repeats (1 digit). First clear the non-repeating part: multiply by 10² = 100 → 100x = 235.7777… Now shift one repeating cycle: multiply the original by 10³ = 1000 → 1000x = 2357.7777… Subtract: 1000x − 100x = 2357.777… − 235.777… = 2122, so 900x = 2122. Then x = 2122/900 = 1061/450 (dividing top and bottom by 2).
Challenge
Prove that √3 is irrational.
Use proof by contradiction, mirroring the √2 proof but with the prime 3. Assume √3 = p/q in lowest terms (p, q co-prime). Square: 3 = p²/q², so p² = 3q². Then p² is a multiple of 3, which means p is a multiple of 3 (if 3 divides a square, it divides the number). Write p = 3k. Substitute: (3k)² = 3q² → 9k² = 3q² → q² = 3k². So q² is a multiple of 3, meaning q is a multiple of 3 too. But now p and q are both multiples of 3 — they share the factor 3 — contradicting “lowest terms”. So √3 cannot be rational; it is irrational. ∎
Using algebra, explain why 0.9 (meaning 0.99999…) is exactly equal to 1.
Let x = 0.99999… Multiply both sides by 10: 10x = 9.99999… Now subtract the first equation from the second. The endless 9s after the decimal point line up perfectly and cancel: 10x − x = 9.99999… − 0.99999… = 9. So 9x = 9, which gives x = 1. There is no leftover gap — the infinite string of 9s leaves nothing missing. So 0.99999… and 1 are two names for the very same number.
Let a and b be two non-zero rational numbers with a + b = 0. Without using actual numbers, decide whether ab is positive or negative, and justify it.
If a + b = 0 then b = −a. So a and b are opposites: one is positive and the other negative (they cannot both be 0, since they are non-zero, and they cannot have the same sign or their sum could not be 0). Then ab = a × (−a) = −a². Now a² is positive (a non-zero number squared is always positive), so −a² is negative. Therefore ab is negative. (Example: a = 3, b = −3 gives ab = −9, which is indeed negative.)
Summary
You can now explain:
- How numbers grew in stages to meet human needs — counting (natural numbers), nothing (zero), debts (negative numbers and integers), sharing (fractions and rationals), and measuring diagonals (irrationals) — all gathered into the real numbers ℝ.
- What zero and negative numbers really mean, and Brahmagupta’s rules — including why a negative times a negative is positive (removing a debt makes you richer).
- What a rational number is (p/q with q ≠ 0, in lowest terms), why q ≠ 0, and how to add, subtract, multiply and divide them.
- How to place any rational on the number line by splitting the unit into q parts and counting p, and how to read absolute value and distance.
- Why the rationals are dense — there is always another rational (their average) between any two — yet they still leave gaps that the irrationals fill.
- That √2 is irrational, and you can prove it by contradiction, and how to construct √2 on the line with ruler and compass.
- How to read a number’s decimal signature — terminating or repeating means rational; never-ending-and-never-repeating means irrational — how to predict the type from the denominator’s primes, and how to turn a repeating decimal back into a fraction (including why 0.999… = 1).
What’s Next
You now know the full cast of numbers and how they behave. Next, you will start operating on numbers and symbols together — building neat shortcuts that turn long multiplications into one-line results. Up next is Chapter 4 — Exploring Algebraic Identities, where patterns like (a + b)² = a² + 2ab + b² let you expand and factorise expressions quickly. The careful, step-by-step reasoning you used to prove √2 is irrational is exactly the habit you will carry into algebra.
Frequently Asked Questions
Why does a rational number need q to be not equal to zero?
A rational number is written as p/q, and q sits at the bottom of the fraction. Dividing by zero has no meaning — there is no number that 'how many zeros fit into p' could ever equal. So we always insist q is not zero, otherwise p/q is not a number at all.
How do you prove that the square root of 2 is irrational?
You use proof by contradiction. Assume root 2 = p/q in lowest terms, so p and q share no common factor. Squaring gives 2q² = p², so p² is even, which forces p to be even. Write p = 2k, substitute, and you get q² = 2k², so q is even too. But then p and q are both even and share the factor 2 — which contradicts 'lowest terms'. The assumption broke, so root 2 cannot be a fraction. It is irrational.
How can I tell if a fraction gives a terminating or a recurring decimal without dividing?
Write the fraction in lowest terms and look at the prime factors of the denominator. If the only primes are 2, or 5, or both 2 and 5, the decimal terminates. If any other prime (like 3, 7 or 11) is in the denominator, the decimal recurs forever. For example 3/20 terminates because 20 = 2² × 5, but 4/15 recurs because 15 = 3 × 5 has a 3 in it.
Why is 0.999... exactly equal to 1?
Let x = 0.999... Multiply by 10 to get 10x = 9.999... Subtract the first from the second: 10x − x = 9.999... − 0.999..., which gives 9x = 9, so x = 1. The endless 9s leave nothing missing — 0.999... and 1 are just two decimal names for the very same number.
What is the difference between a rational and an irrational number?
A rational number can be written as a fraction p/q of two integers (with q not zero); its decimal either stops or repeats a block forever, like 0.375 or 0.4545... An irrational number cannot be written as such a fraction; its decimal goes on forever with no repeating block, like root 2 = 1.41421356... or π. Together the rationals and irrationals fill the whole number line and are called the real numbers.
How do you place root 2 on the number line using a compass?
Mark O at 0 and A at 1 so OA is 1 unit. Draw a perpendicular at A and mark B with AB = 1 unit. Then triangle OAB has OB² = 1² + 1² = 2, so OB = root 2. Put the compass point at O, open it to OB, and swing an arc down to the number line. Where the arc cuts the line is the point root 2.