Difficulty: Medium
Correct Answer: 604
Explanation:
Introduction / Context:
This algebra question focuses on using standard identities to avoid solving for a and b directly. You are given the difference a - b and the product ab and asked to find a^3 - b^3. Using algebraic identities is much faster and cleaner than trying to find the actual values of a and b from scratch.
Given Data / Assumptions:
Concept / Approach:
Use the identity a^3 - b^3 = (a - b)(a^2 + ab + b^2). The given values provide a - b and ab directly. To apply the identity, we must compute a^2 + ab + b^2, which can be derived using the square of a - b.
Step-by-Step Solution:
Step 1: Recall the identity a^3 - b^3 = (a - b)(a^2 + ab + b^2).Step 2: We know a - b = 4 and ab = 45.Step 3: To find a^2 + ab + b^2, first compute a^2 + b^2. Use (a - b)^2 = a^2 + b^2 - 2ab.Step 4: Substitute values: (a - b)^2 = 4^2 = 16. So 16 = a^2 + b^2 - 2*45.Step 5: Simplify: 16 = a^2 + b^2 - 90, so a^2 + b^2 = 16 + 90 = 106.Step 6: Then a^2 + ab + b^2 = (a^2 + b^2) + ab = 106 + 45 = 151.Step 7: Now apply the identity: a^3 - b^3 = (a - b)(a^2 + ab + b^2) = 4 * 151 = 604.Verification / Alternative check:
You can check by solving for a and b explicitly. The quadratic t^2 - (a + b)t + ab = 0 can be built once a + b is known. From (a - b)^2 = a^2 + b^2 - 2ab and the earlier calculations, you can find a and b numerically and verify that their cubes differ by 604.
Why Other Options Are Wrong:
The values 370, 253, 199, and 144 correspond to partial or incorrect use of identities. For example, forgetting the ab term or using a^2 + b^2 instead of a^2 + ab + b^2 will lead to one of these wrong numbers.
Common Pitfalls:
Students sometimes confuse the identity for a^3 - b^3 with the identity for a^3 + b^3 or forget to compute a^2 + b^2 correctly. Another common error is to attempt long and messy substitution instead of using the identities in a systematic way.
Final Answer:
The value of a^3 - b^3 is 604.
Discussion & Comments