![]() |
VOOZH | about |
In algebraic expression x
m
, x is the
base
and m is the
exponent
. For all positive number of x except x=1, if an equation contain x
m
= x
n
then it will be only possible when m = n.
Here are basic rules of Exponents:
x0 = 1Example:
20 = 1
x-m = 1/xmExample:
2-4 = 1/24 = 1/16
(xm) (xn) = xm+nExample:
(23)(24) = 27 = 128
xm/xn = xm-n = 1/xn-mExample:
34/32 = 32 = 9
(xm)(ym) = (xy)mExample:
3242 = 122 = 144
(x/y)m = xm/ymExample:
(2/3)2 = 22/32 = 4/9
(xm)n = xmnExample:
(32)3 = 36 = 729
Avoid the common mistakes like below:
xmyn ≠ (xy)m+nHere bases are not same so we cannot add the exponents.
(xm)n ≠ xmxnHere exponents should be multiplied not added according to rule.
(x + y)m ≠ xm + ymHave a look at (x + y)2 = x2 + 2xy + y2