Question: Which of the following expressions is equivalent to (x^3 * y^2)^2?
Options:
Correct Answer: x^6 * y^4
Solution:
Using the power of a product rule, (x^3 * y^2)^2 = x^(3*2) * y^(2*2) = x^6 * y^4.