What is Standard Form of a Rational Number?
A rational number \(\frac{p}{q}\) is in standard form (or simplest form) when:
- \(q > 0\) (denominator is positive)
- \(p\) and \(q\) have no common factor other than 1 (they are co-prime)
Steps to convert to standard form:
- Make denominator positive (multiply numerator and denominator by -1 if needed)
- Find the HCF (GCD) of numerator and denominator
- Divide both numerator and denominator by the HCF
How to Compare Rational Numbers?
Method 1 (Same denominator): Compare numerators directly
- \(\frac{3}{7} > \frac{2}{7}\) because \(3 > 2\)
Method 2 (Different denominators): Use cross-multiplication
- For \(\frac{a}{b}\) and \(\frac{c}{d}\), compare \(a \times d\) and \(c \times b\)
- If \(a \times d > c \times b\), then \(\frac{a}{b} > \frac{c}{d}\)
Method 3 (Decimal conversion): Convert to decimals and compare
Ordering of Rational Numbers
Ascending order (smallest to largest): Arrange from left to right on number line Descending order (largest to smallest): Arrange from right to left on number line
Operations on Rational Numbers
| Operation | Method | Example |
|---|---|---|
| Addition | Find LCM of denominators, convert, add numerators | \(\frac{1}{2} + \frac{1}{3} = \frac{3}{6} + \frac{2}{6} = \frac{5}{6}\) |
| Subtraction | Same as addition, then subtract numerators | \(\frac{3}{4} - \frac{1}{2} = \frac{3}{4} - \frac{2}{4} = \frac{1}{4}\) |
| Multiplication | Multiply numerators, multiply denominators | \(\frac{2}{3} \times \frac{4}{5} = \frac{8}{15}\) |
| Division | Multiply by reciprocal of divisor | \(\frac{2}{3} \div \frac{4}{5} = \frac{2}{3} \times \frac{5}{4} = \frac{10}{12} = \frac{5}{6}\) |