Indices

The term indices is the plural form of index, which means power or exponent. Thus, we will be dealing with powers (or exponents) of numbers here.
If we have xn for instance, we say the x is the base while the n is the power to which x has been raised. The power means the number of times by which a number is multiplied by itself.
Thus, if we write 53 it means we are multiplying 5 by itself three times as follows
53 = 5 * 5 * 5 = 125
x3= x * x * x and
xn = x * x * x * … (up to n times)
Laws of indices
The following laws of indices guide us in the simplification of numbers with powers
Law1              xm * xn = x(m+n) (take one base and add up the powers, if the bases are the same)
Law2              xm ÷ xn = x(m-n) (take one base and subtract the powers, if the bases are the same)
Law3              1/(xn) = x(-n)
Law4              x0 = 1 (anything raised to power zero is 1)
Proof of law4
Law4              x0 = 1
Let’s take 3-3 in place of 0
Thus, instead of putting 0 as the power, we insert 3-3 as follows
x3-3 (from law2 above), this becomes
x3 /x3 = 1 (anything divides itself is 1)
Example1
Simplify 52 * 53
Solution
52 * 53 = 52+3 (from law1)
         = 55
Example2
Simplify 220 ÷ 27
Solution
220 * 27 = 220-7
      = 213
Example3
Simplify x3 * x5
Solution
x3 * x5 = x3+5 = x8
Example4
Simplify x2 ÷ x7
Solution
x2 ÷ x7 = x2-7
 = x-5
= 1/x5

Comments