Q1.
What can you say about a and b if (a + b)² < a² + b²?
Answer
Everything is decided by one term. Subtract:
(a + b)² − (a² + b²) = (a² + 2ab + b²) − a² − b² = 2ab
So (a + b)² < a² + b² exactly when 2ab < 0, that is when
ab < 0 — a and b have opposite signs (one positive, one negative, neither zero)
Check: a = 10, b = −2 gives (a + b)² = 8² = 64 while a² + b² = 100 + 4 = 104, and indeed 64 < 104.
Why it happens: The two expressions differ by the cross term 2ab and by nothing else. Both a² and b² are never negative, so they can never decide the comparison — only the sign of the product ab can. This is exactly the hint the book gives: use the expansion to find the deciding term.