Q1.
While adding or subtracting two rational numbers having different denominators, how will you make the denominators equal?
Answer
Replace each rational number by an equivalent one whose denominator is a common multiple of the two denominators — most conveniently their LCM.
a/b and c/d, with m = LCM(b, d)
a/b = (a × m/b)/m and c/d = (c × m/d)/m
then a/b + c/d = (a·m/b + c·m/d)/m
a/b = (a × m/b)/m and c/d = (c × m/d)/m
then a/b + c/d = (a·m/b + c·m/d)/m
For example, to add 7/12 and 5/8:
12 = 2² × 3, 8 = 2³ → LCM = 2³ × 3 = 24
7/12 = 14/24 and 5/8 = 15/24
sum = (14 + 15)/24 = 29/24
7/12 = 14/24 and 5/8 = 15/24
sum = (14 + 15)/24 = 29/24
Why it happens: multiplying numerator and denominator by the same non-zero number does not change the value, because (ka)/(kb) = a/b whenever k ≠ 0. Once both fractions count parts of the same size, the counts can simply be added — which is exactly the rule a/b + c/b = (a + c)/b that the chapter states.
Tip: the product b × d always works as a common denominator, but the LCM keeps the numbers small and often saves the final reduction step.