Answer:
18
Explanation:
First you must fill input the values into their variable counterparts:
xy^2 turns into: 2 * -3 ^2
Since there isn't a parenthesis around x AND y, the exponent only applies to the y value.
-3 ^2 = 9, so 2 x 9 = 18
xy^2 = 18 if x =2 and y = -3