Vardaan Learning Institute • Detailed Notes with Practice Questions
A rational number is any number that can be written in the form p/q, where p and q are integers and q ≠ 0.
| Operation | Same Denominator | Different Denominator |
|---|---|---|
| Addition/Subtraction | Add/subtract numerators, keep denomination: a/q ± b/q = (a±b)/q | Find LCM of denominators, convert to equivalent fractions, then add/subtract |
| Multiplication | p/q × r/s = pr/qs (multiply numerators and denominators separately) | |
| Division | p/q ÷ r/s = p/q × s/r (multiply by reciprocal: "KCF" Keep, Change, Flip) | |
| Comparing | Direct comparison of numerators | Cross multiply: a/b vs c/d → compare a×d with b×c |
| Property | Addition | Multiplication |
|---|---|---|
| Closure | Sum of any 2 rationals = rational ✅ | Product of any 2 rationals = rational ✅ |
| Commutative | a + b = b + a ✅ | a × b = b × a ✅ |
| Associative | (a+b)+c = a+(b+c) ✅ | (a×b)×c = a×(b×c) ✅ |
| Identity | a + 0 = a (additive identity = 0) | a × 1 = a (multiplicative identity = 1) |
| Inverse | Additive inverse of a/b = -a/b; sum = 0 | Multiplicative inverse (reciprocal) of a/b = b/a; product = 1 |
| Distributive | a × (b + c) = a×b + a×c ✅ | |