Math Lab
Home/Class X/Ch 1/Decimal expansions and chapter summary

Decimal expansions and chapter summary

We close the chapter by looking at rational numbers from one more angle , their decimal expansions , and then we tie everything together with a one-page revision.

Decimal expansions of rationals

Every rational number pq\dfrac{p}{q} (in lowest terms) has a decimal expansion that is either terminating (it ends, like 0.250.25) or non-terminating but recurring (a block of digits repeats forever, like 0.30.\overline{3}).

A neat criterion using prime factorisation: a rational pq\dfrac{p}{q} in lowest terms has a terminating decimal expansion if and only if the prime factorisation of qq is of the form 2m5n2^m \cdot 5^n, where m,nm, n are non-negative integers.

Why? A decimal terminates after kk places exactly when we can multiply p/qp/q by 10k10^k to get an integer. So we need q10k=2k5kq \mid 10^k = 2^k \cdot 5^k, which means qq has no prime factor other than 22 and 55.

A few quick illustrations.

  • 38\dfrac{3}{8}: 8=238 = 2^3. Terminating. Indeed 3/8=0.3753/8 = 0.375.
  • 720\dfrac{7}{20}: 20=22×520 = 2^2 \times 5. Terminating. 7/20=0.357/20 = 0.35.
  • 13\dfrac{1}{3}: 33 is neither 22 nor 55. Non-terminating recurring. 1/3=0.31/3 = 0.\overline{3}.
  • 215\dfrac{2}{15}: 15=3×515 = 3 \times 5 has a 33. Non-terminating recurring. 2/15=0.132/15 = 0.1\overline{3}.

In short: look at the denominator after reducing to lowest terms. Only 22s and 55s in its factorisation? Terminates. Anything else? Recurs.

Theorem: classification

Theorem. Let x=p/qx = p/q be a rational number in lowest terms (gcd(p,q)=1\gcd(p, q) = 1). Then xx has a terminating decimal expansion if and only if q=2m5nq = 2^m 5^n for some non-negative integers m,nm, n.

Equivalently:

  • xx has a terminating decimal iff the only prime factors of the denominator are 22 and 55.
  • xx has a non-terminating recurring decimal iff the denominator has at least one prime factor other than 22 or 55.

Combining with what we already know about irrational numbers: an irrational number has a non-terminating, non-recurring decimal expansion (like 2=1.4142135\sqrt{2} = 1.4142135\ldots or π=3.14159265\pi = 3.14159265\ldots). The three types , terminating, non-terminating recurring, non-terminating non-recurring , partition the real numbers.

Chapter summary

The whole chapter sits on a tripod:

  1. Fundamental Theorem of Arithmetic , every n2n \ge 2 factorises into primes uniquely.
  2. HCF / LCM via prime factorisation , compare exponents prime by prime; min for HCF, max for LCM; and HCF(a,b)LCM(a,b)=ab\operatorname{HCF}(a,b) \cdot \operatorname{LCM}(a,b) = a \cdot b.
  3. Proof by contradiction , assume the opposite, derive a contradiction, conclude.

From this small core we extracted:

  • Counting divisors of nn.
  • Solving HCF/LCM word problems (signals, bells, tracks, packing).
  • Proving p\sqrt{p} irrational for any prime pp, hence many derived surds irrational.
  • Classifying decimal expansions by the prime factorisation of the denominator.

Worked examples

Example 1. Without doing the long division, decide whether 178\dfrac{17}{8} has a terminating decimal.

8=238 = 2^3. Only the prime 22 in the denominator. Terminating. (In fact 17/8=2.12517/8 = 2.125.)

Example 2. Decide whether 77210\dfrac{77}{210} has a terminating decimal.

First reduce: gcd(77,210)=7\gcd(77, 210) = 7, so 77/210=11/3077/210 = 11/30. Now 30=2×3×530 = 2 \times 3 \times 5 has a 33. Non-terminating recurring.

Example 3. Find the smallest natural number kk such that k225\dfrac{k}{225} has a terminating decimal expansion.

225=32×52225 = 3^2 \times 5^2. For the fraction to terminate, the 323^2 in the denominator must cancel. So kk must be a multiple of 99. Smallest positive such k=9k = 9. Indeed 9/225=1/25=0.049/225 = 1/25 = 0.04.

Example 4. Determine whether 133125\dfrac{13}{3125} is terminating; if it is, find the decimal expansion.

3125=553125 = 5^5. So terminating. Multiply numerator and denominator by 25=322^5 = 32: 133125=13×323125×32=416100000=0.00416.\frac{13}{3125} = \frac{13 \times 32}{3125 \times 32} = \frac{416}{100000} = 0.00416.

Example 5. Classify 29343\dfrac{29}{343}.

343=73343 = 7^3. The denominator has 77, not just 22s and 55s. Non-terminating recurring.

Try it yourself

  1. Without dividing, decide whether each terminates: 133125\dfrac{13}{3125}, 178\dfrac{17}{8}, 64455\dfrac{64}{455}, 151600\dfrac{15}{1600}, 29343\dfrac{29}{343}, 232352\dfrac{23}{2^3 \cdot 5^2}.
  2. Find the smallest positive integer kk such that k50\dfrac{k}{50} has a terminating decimal , and the smallest kk such that k42\dfrac{k}{42} does.
  3. Express 151600\dfrac{15}{1600} as a decimal.
  4. Show that 615\dfrac{6}{15} has a terminating decimal even though 1515 has a factor of 33.
  5. Without dividing, find the decimal expansion of 432453\dfrac{43}{2^4 \cdot 5^3}.
  6. Two numbers have HCF 11 and LCM 9090. Find all possible such pairs (positive integers).
  7. State whether the following are rational or irrational, with reasons: 49\sqrt{49}, 50\sqrt{50}, 0.30300300030.3030030003\ldots (a non-recurring pattern), 0.1428570.\overline{142857}.
  8. Find HCF(96,404)(96, 404) using prime factorisation, then state the LCM.
  9. Show that 2\sqrt{2} and 1+21 + \sqrt{2} cannot both be roots of pq\dfrac{p}{q} form simultaneously.
  10. The HCF of 6565 and 117117 is expressible in the form 65m11765m - 117. Find mm. (Bonus: any linear combination representation.)

Pitfalls / Insight

  • Reduce to lowest terms first before checking the denominator. 615\dfrac{6}{15} looks non-terminating, but 615=25\dfrac{6}{15} = \dfrac{2}{5} , terminating.
  • A non-recurring decimal that goes on forever is irrational. Patterns like 0.10100100010.1010010001\ldots are not recurring.
  • Don't confuse recurring with terminating. 0.30.\overline{3} goes forever; 0.3330.333 is just an approximation.

Insight. Chapter 1 rewards a small set of habits: prime-factorise first, write exponents in columns, label each problem as HCF or LCM, and reach for proof by contradiction when "irrational" appears in the statement. Get those habits and the chapter is essentially free marks.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Decimal expansions
6 questions · pick the best answer
Q1

Which has a terminating decimal expansion?

Q2

77210\dfrac{77}{210} in lowest terms has denominator:

Q3

2\sqrt{2} has decimal expansion that is:

Q4

Smallest k>0k > 0 such that k225\dfrac{k}{225} terminates:

Q5

615\dfrac{6}{15} has decimal expansion that:

Q6

Which of the following is a rational number?