Difficulty: Easy
Correct Answer: 9x^2 - 30x^2*y + 25x^2*y^2
Explanation:
Introduction / Context:
This question tests the standard algebra identity for squaring a binomial: (a - b)^2 = a^2 - 2ab + b^2. Here, the terms are not simple numbers; they are algebraic expressions (3x and 5xy). The only real task is to apply the identity carefully and multiply coefficients and variables correctly.
Given Data / Assumptions:
Concept / Approach:
Compute a^2, compute 2ab, compute b^2, then combine with the correct signs: a^2 - 2ab + b^2.
Step-by-Step Solution:
Verification / Alternative check:
Quick check using distributive multiplication: (3x - 5xy)(3x - 5xy) gives 9x^2 from 3x*3x, -15x^2 y twice from cross terms totaling -30x^2 y, and +25x^2 y^2 from (-5xy)(-5xy). Same result.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting the factor 2 in -2ab, or mishandling x*x as x^2, or losing the negative sign in the cross term.
Final Answer:
9x^2 - 30x^2*y + 25x^2*y^2
Discussion & Comments