How do you simplify #(x y ) ( x ^ { 2} y ^ { 2} )#?

1 Answer
Jan 30, 2018

See a solution process below:

Explanation:

First, rewrite the expression as:

#(x * x^2)(y * y^2)#

Next, use this rule of exponents to rewrite the expression again:

#a = a^color(red)(1)#

#(x^color(red)(1) * x^2)(y^color(red)(1) * y^2)#

Now, use this rule for exponents to complete the simplification:

#x^color(red)(a) xx x^color(blue)(b) = x^(color(red)(a) + color(blue)(b))#

#(x^color(red)(1) * x^color(blue)(2))(y^color(red)(1) * y^color(blue)(2)) =>#

#x^(color(red)(1)+color(blue)(2))y^(color(red)(1)+color(blue)(2)) =>#

#x^3y^3#