How do you write #x^11*x^-3# using only positive exponents?

2 Answers
Mar 29, 2018

#x^8#

Explanation:

In general, you will use 4 common rules with exponents when solving these types of problems.

#x^n * x^m = x^(n+m)#
#x^-a = 1/x^a# , similarly #x^a = 1/x^-a#
#x^k/x^l = x^(k-l)#
#(x^c)^d = x^(c*d)#

Here is the most direct route using one exponential rule:

#x^n * x^m = x^(n+m)#

so,

#x^11*x^-3 = x^(11+(-3)) = x^8#

Be playful, and you can figure out longer ways to get there too. Most of this type of stuff involves practice with the basic rules. You'll get it in no time once you solve a few. Good luck!

Mar 29, 2018

#x^8#

Explanation:

We know that #x^n*x^m=x^(n+m)#, and so,

#x^11*x^-3#

#=x^(11-3)#

#=x^8#