Difficulty: Easy
Correct Answer: 5
Explanation:
Introduction / Context:
This problem is tailor-made for the difference-of-squares identity. Instead of determining each number, you can infer the difference directly from the product of sum and difference equal to the difference of squares.
Given Data / Assumptions:
Concept / Approach:
Recall that a^2 - b^2 = (a - b)(a + b). With the sum a + b known, divide the given difference of squares by the sum to get a - b directly. This avoids extra algebra and speeds up the solution.
Step-by-Step Solution:
Use identity: a^2 - b^2 = (a - b)(a + b).Substitute numbers: 145 = (a - b) * 29.Compute (a - b) = 145 / 29 = 5.Therefore, the difference between the numbers is 5.
Verification / Alternative check:
If desired, solve for a and b: a = (29 + 5)/2 = 17, b = (29 - 5)/2 = 12. Then 17^2 - 12^2 = 289 - 144 = 145, confirming the calculation.
Why Other Options Are Wrong:
Common Pitfalls:
Adding or subtracting the given numbers prematurely; forgetting to divide by the sum; arithmetic errors when dividing 145 by 29 (remember 29 * 5 = 145).
Final Answer:
5
Discussion & Comments