✔ 最佳答案
imagine x^2 as x*x and x^3 as x*x*x and so on. Another help is the commutative, associative, and distributive properties. here are some example equations. x+y=y+x, (xy)z=x(yz), and (x-y)z=xz-yz. Exceptions are loga+logb does not equal log(a+b) or absx+ absy does not equal abs(x+y) or x-y does not equal y-x.