Q1.
Which is greater: (a – b)² or (b – a)²? Justify your answer.
Answer
Neither — they are always equal.
b – a = –(a – b)
so (b – a)² = (–(a – b))² = (a – b)²
so (b – a)² = (–(a – b))² = (a – b)²
Or expand both and compare:
(a – b)² = a² – 2ab + b²
(b – a)² = b² – 2ba + a² = a² – 2ab + b²
(b – a)² = b² – 2ba + a² = a² – 2ab + b²
The two expansions are the same expression, so the two are equal for every a and b.
Test at a = 3, b = 7: (3 – 7)² = 16 and (7 – 3)² = 16 ✓
Why it happens: squaring destroys sign information — (–x)² = x². Two numbers that differ only in sign always have the same square, and a – b and b – a differ only in sign.