Difficulty: Easy
Correct Answer: 8
Explanation:
Introduction / Context:Using the identity a^2 − b^2 = (a − b)(a + b) allows you to relate differences of numbers to differences of their squares. This question checks whether you can translate conditions into simultaneous equations and solve quickly.
Given Data / Assumptions:
Concept / Approach:Apply a^2 − b^2 = (a − b)(a + b). Since a − b is given, you can immediately solve for a + b, then solve for a and b by adding and subtracting the two linear equations.
Step-by-Step Solution:
a^2 − b^2 = (a − b)(a + b) = 39Given a − b = 3 ⇒ 3(a + b) = 39 ⇒ a + b = 13Solve the system: a − b = 3 and a + b = 13Add: 2a = 16 ⇒ a = 8; then b = 13 − 8 = 5Verification / Alternative check:Check the conditions: difference 8 − 5 = 3; square difference 64 − 25 = 39. Both match.
Why Other Options Are Wrong:9, 12, 13, and 11 do not satisfy both equations simultaneously when paired with the corresponding b and thus violate either the difference or the square difference.
Common Pitfalls:Confusing a^2 − b^2 with (a − b)^2, or trying to guess numbers without using the identity leads to wasted time and errors.
Final Answer:8
Discussion & Comments