Rational Numbers — Class 8

Rational Numbers — Class 8

7 min read

Where Rational Numbers Fit

We’ve already met natural numbers (1, 2, 3…), whole numbers (0, 1, 2…), and integers (…−2, −1, 0, 1, 2…). Rational numbers are the next step — any number that can be written as pq\frac{p}{q} where pp and qq are integers and q0q \neq 0.

So 23\frac{2}{3} is rational. So is 57-\frac{5}{7}, 04\frac{0}{4}, and even 55 (which is 51\frac{5}{1}). Every integer is a rational number, but not every rational number is an integer.

This chapter teaches us how to add, subtract, multiply, and divide rational numbers, where they sit on the number line, and the special properties they obey. The skills here power everything from solving equations to working with proportions in higher classes.

Key Terms & Definitions

Rational number: A number of the form pq\frac{p}{q} where p,qp, q are integers and q0q \neq 0.

Standard form: A rational number is in standard form when q>0q > 0 and HCF of p|p| and qq is 1. Example: 35\frac{-3}{5} is in standard form; 610\frac{6}{-10} is not (rewrite as 35\frac{-3}{5}).

Equivalent rational numbers: pq=kpkq\frac{p}{q} = \frac{kp}{kq} for any non-zero integer kk. So 23=46=69\frac{2}{3} = \frac{4}{6} = \frac{6}{9}.

Additive inverse: For pq\frac{p}{q}, the additive inverse is pq-\frac{p}{q} (sum is 0).

Multiplicative inverse (reciprocal): For pq\frac{p}{q} (with p0p \neq 0), the reciprocal is qp\frac{q}{p} (product is 1).

Properties of Rational Numbers

Rational numbers are closed under addition, subtraction, and multiplication: if a,ba, b are rational, so is a+ba + b, aba - b, a×ba \times b.

For division: closed except by zero. ab\frac{a}{b} is rational only when b0b \neq 0.

  • Addition: a+b=b+aa + b = b + a
  • Multiplication: a×b=b×aa \times b = b \times a
  • Subtraction: abbaa - b \neq b - a in general ✗
  • Division: a÷bb÷aa \div b \neq b \div a in general ✗
  • Addition: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c)
  • Multiplication: (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c)
  • Subtraction and division: NOT associative.

a×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c

This is the rule that lets you “open brackets” in algebra.

  • Additive identity: 0 (because a+0=aa + 0 = a for all aa).
  • Multiplicative identity: 1 (because a×1=aa \times 1 = a for all aa).

Operations on Rational Numbers

Addition

To add ab+cd\frac{a}{b} + \frac{c}{d}:

  1. Find LCM of bb and dd (or use bdbd as a common denominator).
  2. Convert both fractions to that denominator.
  3. Add numerators.

Example: 23+14\frac{2}{3} + \frac{1}{4}. LCM of 3, 4 = 12.

23=812,14=312\frac{2}{3} = \frac{8}{12}, \quad \frac{1}{4} = \frac{3}{12}

812+312=1112\frac{8}{12} + \frac{3}{12} = \frac{11}{12}

Subtraction

Same as addition but subtract numerators. 2314=8312=512\frac{2}{3} - \frac{1}{4} = \frac{8 - 3}{12} = \frac{5}{12}.

Multiplication

ab×cd=acbd\frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd}

Just multiply numerators and denominators directly. Simplify at the end.

Division

ab÷cd=ab×dc=adbc\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc}

“Multiply by the reciprocal of the divisor.” Works because dividing by a number is the same as multiplying by its inverse.

Rational Numbers on the Number Line

Every rational number has a unique position on the number line. To plot 34\frac{3}{4}:

  1. Mark 0 and 1.
  2. Divide the segment from 0 to 1 into 4 equal parts.
  3. Count 3 parts from 0. That’s 34\frac{3}{4}.

Negative rationals go to the left of zero. Mixed numbers like 1121\frac{1}{2} are between 1 and 2.

Between any two rational numbers, there are infinitely many rational numbers. To find one between 12\frac{1}{2} and 34\frac{3}{4}: average them. 12(12+34)=12×54=58\frac{1}{2}(\frac{1}{2} + \frac{3}{4}) = \frac{1}{2} \times \frac{5}{4} = \frac{5}{8}. Halfway between.

Solved Examples

Easy

Add: 37+27\frac{-3}{7} + \frac{2}{7}.

Same denominator, so just add numerators: 3+27=17\frac{-3 + 2}{7} = \frac{-1}{7}.

Easy

Find the reciprocal of 58\frac{-5}{8}.

Reciprocal flips the fraction: 85\frac{-8}{5} (or equivalently 85\frac{8}{-5}, but standard form keeps denominator positive: 85\frac{-8}{5}).

Medium

Simplify: 23×914×76\frac{2}{3} \times \frac{-9}{14} \times \frac{7}{6}.

Multiply numerators: 2×(9)×7=1262 \times (-9) \times 7 = -126. Denominators: 3×14×6=2523 \times 14 \times 6 = 252.

126252=12\frac{-126}{252} = \frac{-1}{2}

(Divide top and bottom by their HCF, 126.)

Medium

Verify the distributive property for a=23a = \frac{2}{3}, b=12b = \frac{1}{2}, c=14c = \frac{-1}{4}.

LHS: a×(b+c)=23×(1214)=23×14=212=16a \times (b + c) = \frac{2}{3} \times (\frac{1}{2} - \frac{1}{4}) = \frac{2}{3} \times \frac{1}{4} = \frac{2}{12} = \frac{1}{6}.

RHS: a×b+a×c=23×12+23×14=1316=2616=16a \times b + a \times c = \frac{2}{3} \times \frac{1}{2} + \frac{2}{3} \times \frac{-1}{4} = \frac{1}{3} - \frac{1}{6} = \frac{2}{6} - \frac{1}{6} = \frac{1}{6}.

LHS = RHS. ✓

Hard

Find three rational numbers between 14\frac{1}{4} and 12\frac{1}{2}.

One method: convert to common denominator with extra zeroes. 14=416\frac{1}{4} = \frac{4}{16} and 12=816\frac{1}{2} = \frac{8}{16}. Numbers between: 516,616,716\frac{5}{16}, \frac{6}{16}, \frac{7}{16}.

In standard form: 516,38,716\frac{5}{16}, \frac{3}{8}, \frac{7}{16}.

Class 8 Exam Tips

CBSE Class 8 board exams test rational number operations through 1-mark MCQs (identify reciprocal, additive inverse), 2-mark short answers (verify a property), and 3-mark word problems. Memorise:

  • Standard form rules (positive denominator, HCF = 1)
  • Reciprocal vs additive inverse (often confused)
  • Closure properties (which operations are closed)

For “find rationals between two given rationals”, convert to a common denominator with a large enough multiplier. To find nn rationals between, use a denominator with at least n+1n+1 “spaces” between numerators.

Common Mistakes to Avoid

  1. Confusing reciprocal with additive inverse: Reciprocal of 23\frac{2}{3} is 32\frac{3}{2}; additive inverse is 23-\frac{2}{3}. Different operations.

  2. Adding fractions without common denominator: 12+1325\frac{1}{2} + \frac{1}{3} \neq \frac{2}{5}. Convert first.

  3. Standard form errors: Negative sign goes with the numerator, not the denominator. 35\frac{-3}{5} is standard form; 35\frac{3}{-5} is not.

  4. Reciprocal of zero: Doesn’t exist. Zero has an additive inverse (itself), but no multiplicative inverse.

  5. Multiplying then forgetting to simplify: Always reduce to standard form. 612\frac{6}{12} should become 12\frac{1}{2}.

Practice Questions

Q1. Express 1215\frac{-12}{15} in standard form.

HCF of 12 and 15 is 3. So 12÷315÷3=45\frac{-12 \div 3}{15 \div 3} = \frac{-4}{5}.

Q2. Find: 35+710\frac{3}{5} + \frac{-7}{10}.

LCM of 5, 10 = 10. 35=610\frac{3}{5} = \frac{6}{10}. So 610+710=110\frac{6}{10} + \frac{-7}{10} = \frac{-1}{10}.

Q3. Verify: 23+45=45+23\frac{2}{3} + \frac{4}{5} = \frac{4}{5} + \frac{2}{3} (commutative property).

Both equal 10+1215=2215\frac{10 + 12}{15} = \frac{22}{15}. ✓

Q4. Find the multiplicative inverse of 38\frac{-3}{8}.

83\frac{-8}{3}. (In standard form: keep negative on top.)

Q5. Find a rational number between 13\frac{1}{3} and 12\frac{1}{2}.

Average: 12(13+12)=12×56=512\frac{1}{2}(\frac{1}{3} + \frac{1}{2}) = \frac{1}{2} \times \frac{5}{6} = \frac{5}{12}.

Q6. Compute: 27×143\frac{-2}{7} \times \frac{14}{-3}.

(2)×147×(3)=2821=43\frac{(-2) \times 14}{7 \times (-3)} = \frac{-28}{-21} = \frac{4}{3}.

Q7. The sum of two rational numbers is 711\frac{-7}{11}. If one number is 34\frac{-3}{4}, find the other.

Other = 71134=711+34=28+3344=544\frac{-7}{11} - \frac{-3}{4} = \frac{-7}{11} + \frac{3}{4} = \frac{-28 + 33}{44} = \frac{5}{44}.

Q8. By what number should 58\frac{-5}{8} be multiplied to get 1516\frac{15}{16}?

Required = 1516÷58=1516×85=12080=32\frac{15}{16} \div \frac{-5}{8} = \frac{15}{16} \times \frac{8}{-5} = \frac{120}{-80} = \frac{-3}{2}.

FAQs

Is every fraction a rational number? Yes — every fraction pq\frac{p}{q} with integer p,qp, q and q0q \neq 0 is rational. But not every rational number is written as a “fraction” in the everyday sense (e.g., 5 is rational but written as a whole number).

Is 0 a rational number? Yes. 0=010 = \frac{0}{1}. But 00\frac{0}{0} is not defined; division by zero is forbidden.

Are decimals rational? Terminating decimals (0.5, 1.25) and repeating decimals (0.3=1/30.\overline{3} = 1/3) are rational. Non-terminating, non-repeating decimals (like π\pi or 2\sqrt{2}) are irrational.

What’s the difference between rational and integer? Every integer is a rational number (e.g., 7=7/17 = 7/1). Not every rational is an integer (e.g., 1/21/2 isn’t).

Why is a0\frac{a}{0} undefined? If a0=b\frac{a}{0} = b for some number bb, then a=0×b=0a = 0 \times b = 0, contradicting a0a \neq 0. For a=0a = 0, we’d have 00\frac{0}{0} equalling any number, so it’s also undefined.

Can I have a rational number with 0 in the numerator? Yes! 05=0\frac{0}{5} = 0. The denominator just can’t be 0.