๐ Key Points
- Rational numbers are of form p/q where p, q are integers and q โ 0.
- Every integer is a rational number (e.g., 5 = 5/1).
- Standard form: denominator must be positive and GCD(p,q) = 1.
- To reduce fraction: divide numerator and denominator by their GCD.
- Comparing rationals: use same denominator (LCM) or cross-multiplication.
- For positive rationals: larger numerator (same denominator) = larger number.
- For negative rationals: closer to zero = greater (e.g., -1/3 > -1/2).
- Addition/subtraction: convert to same denominator, then operate on numerators.
- Multiplication: multiply numerators and denominators separately, then simplify.
- Division: multiply by reciprocal (flip the divisor).
- Additive inverse of a/b is -a/b (sum equals zero).
- Multiplicative inverse (reciprocal) of a/b is b/a (product equals 1).
- Closure: sum, difference, product of rationals is always rational.
- Commutative for addition and multiplication but NOT for subtraction/division.
- Additive identity is 0; multiplicative identity is 1.
๐ Important Definitions
๐ข Formulas & Laws
Addition of Rationals
a/b + c/d = (ad + bc)/(bd) or use LCM method
Convert to same denominator first
Subtraction of Rationals
a/b - c/d = (ad - bc)/(bd)
Same as addition but subtract numerators
Multiplication of Rationals
(a/b) ร (c/d) = (aรc)/(bรd)
Simplify before multiplying if possible
Division of Rationals
(a/b) รท (c/d) = (a/b) ร (d/c)
Multiply by reciprocal of divisor
Comparison using Cross-Multiplication
For a/b and c/d: if aรd > bรc, then a/b > c/d
Quick method for comparing two rationals
โ ๏ธ Common Mistakes
โ Wrong: Writing 3/-4 in standard form as is
โ Correct: Convert to -3/4. Negative must be in numerator, denominator must be positive.
โ Wrong: Adding fractions by adding numerators and denominators: 1/2 + 1/3 = 2/5
โ Correct: Convert to common denominator: 1/2 + 1/3 = 3/6 + 2/6 = 5/6
โ Wrong: Dividing by flipping the numerator: (1/2) รท (1/3) = (1/2) ร (1/3)
โ Correct: Multiply by reciprocal: (1/2) รท (1/3) = (1/2) ร (3/1) = 3/2
โ Wrong: Thinking -1/3 < -1/4 because 3 > 4
โ Correct: -1/3 โ -0.33, -1/4 = -0.25. So -1/4 > -1/3 (closer to zero)
โ Wrong: Not simplifying final answer after operations
โ Correct: Always reduce to standard form (lowest terms) at the end.
๐ Exam Focus
These questions are frequently asked in CBSE exams:
๐ฏ Last-Minute Recall
Close your eyes and try to recall: Key definitions, formulas, and 3 common mistakes. If you can recall 80% without looking, you're exam-ready!