Question: If a = 2 and b = 3, what is the value of (a + b)² - (a² + b²)?
Options:
Correct Answer: 4
Solution:
(a + b)² = (2 + 3)² = 25; a² + b² = 2² + 3² = 4 + 9 = 13; thus, 25 - 13 = 12.