Question 965052
the trick to dealing with negative exponents is very simple once you know it.


if the variable with the negative exponent is in the numerator, then place it in the denominator and make the exponent positive.


if the variable with the negative exponent is in the denominator, then place it in the numerator and make the exponent positive.


your expression is this:


5a^6*b^-9
------------
c^-4*d^5 


i think you meant multiply so i used the * because that indicates multiplication.


b^-9 in the numerator goes to the denominator and becomes b^9.


c^-4 in the denominator goes to the numerator and becomes c^4


your expression becomes:


5a^6 * c^4 
------------------------
b^9 * d^5


none of the variables in the numerator are the same as the variables in the denominator so no combining can be done.


the rules state that b^-x = 1/b^x.


this means that if it was in the numerator, it goes to the denominator and the exponent becomes positive.


the rules also state that 1/b^-x = b^x.


this means that if it was in the denominator, it goes to the numerator and the exponent becomes positive.



here's a link that discusses exponents that might help.


<a href = "http://www.wtamu.edu/academic/anns/mps/math/mathlab/col_algebra/col_alg_tut2_exp.htm" target = "_blank">http://www.wtamu.edu/academic/anns/mps/math/mathlab/col_algebra/col_alg_tut2_exp.htm</a>


it all stems from the definition of negative exponents.


x^-a = 1/x^a


let's take a look at x^-a divided by y^-b


it looks like this:


x^-a
---------
y^-b


by the definition, x^&-a = 1/x^a and y^-b = 1/y^b


the expression becomes:


(1/x^a)
---------
(1/y^b)


this is equivalent to (1/x^a) * (y^b/1) by the law of multiplication that states that (a/b) / (c/d) = (a/b) * (d/c)


so you get (1/x^a) * (y^b)/1) which is equal to (y^b) / x^a)


you started with (x^-a) / (y^-b) and you ended up with (y^b) / x^a).


x^-a went to the denominator and became x^a.
y^-b went to the numerator and became y^b.


that's the rule that simplifies processing of these types of equations.


something else to consider.


suppose you have 5x^-4.


the x^-4 goes to the denominator.
the 5 stays because it doesn't have a negative exponent associated with it.


however, (5x)^-4 becomes 1/(5x)^-4 because now the 5 and the x have the negative exponent associated with them because the 5x is surrounded by the parentheses.