Question 1060422
Is this it:
{{{ ( (1/4)*x^2*y^2 )*( -24*x^8*y^-5 ) }}}
{{{ (-24/4)*( x^2*x^8 )*( y^2*y^(-5) ) }}}
{{{ -6*( x^(2+8) )*( y^(2-5) ) }}}
{{{ -6*x^10*y^(-3) }}}
--------------------------
The rule used here is:
{{{ a^b*a^c = a^(b+c) }}}
Hope this helps