What is index notation?
102
A number in index notation is made up of 2 parts, the base and index

xn * xm = ?
xn + m
for example
32 * 34 = 32 + 4
= 36
xn / xm = ?
xn - m
for example
35 / 33 = 35 - 3
= 32
(xn)m = ?
xn * m
for example
(35)3 = 35 * 3
= 315
x0 = ?
1
Why
30 =35 - 5 = 35 / 35 = 1
x-n = ?
1 / xn
for example
3-2 = 1 / 32
= 1/9