
Paul J. answered 09/13/13
Tutor
5
(2)
Java and Web Programmer (HTML, CSS, JavaScript)
Firstly, negative exponents means reciprocal. So to remove the negative exponent, from x-1, you "flip it" to 1/x.
First part (q−1r−1s−6), would changed to ((1/q) * (1/r) * (1/s6)). Simplifying that gives (1 / (qrs6)).
Similarily with the second parth (r−3sq−5): ((1/r3) * s * (1/q5)). Simplifying: (s / q5r3)
So now we have ((1 / (qrs6)) / (s / q5r3))-1. Before we deal with the last negative exponent, lets simplify the fractional division. Since we are dividing by a fraction, we simplify that to multplying by its reciprocal. Thus the (1 / (qrs6)) / (s / q5r3) can be rewrittten to: (1 / (qrs6)) * (q5r3 / s). Simplifying this further, we get: (q4r2) / s7.
Now to deal with the last negative exponent: ((q4r2) / s7)-1
As before with negative exponents, we "flip", which result in: s7 / (q4r2)