Laws of exponents
When two powers share the same base, you should never multiply them out the long way. There are short rules that do the job in a single step. They were discovered by counting factors carefully and they hold for any base , counting numbers, fractions, even negative numbers.
Concept
Law 1 , Product of same bases. am⋅an=am+n.
Why? am has m copies of a, an has n copies; multiplying them places all of them in one row, m+n in total. Example: 23⋅24=(2⋅2⋅2)(2⋅2⋅2⋅2)=27=128.
Law 2 , Quotient of same bases. anam=am−n (for a=0).
In the quotient anam, n of the factors in the top cancel with the n factors in the bottom. What remains is m−n factors on top. Example: 5457=53=125.
Law 3 , Power of a power. (am)n=amn.
(am)n means "multiply am by itself n times", which gives n×m copies of a. Example: (32)4=38.
Law 4 , Power of a product. (ab)n=anbn.
Multiplying (ab) by itself n times rearranges into n copies of a and n copies of b. Example: (2⋅5)3=103=1000 and also 23⋅53=8⋅125=1000. ✓
Law 5 , Power of a quotient. (ba)n=bnan (for b=0).
Same idea as Law 4, but with division.
These five laws compose. If you see (423⋅5)2, you just use the laws step by step.
A common trap: the laws only combine same bases. The expression 23⋅34 does not simplify to a single power , you have to either compute it as 8⋅81=648, or leave it as 23⋅34. There is no rule am⋅bm=(ab)m unless the exponents match (Law 4), and no rule for unequal bases.
Another trap: (a+b)n=an+bn in general. For example (1+2)2=9 but 12+22=5.
Worked examples
Example 1. Simplify 34⋅35.
- Same base, add exponents: 34+5=39.
Example 2. Simplify 2528⋅23.
- Top: 28+3=211.
- Divide: 211−5=26=64.
Example 3. Simplify ((−2)3)2⋅(−2)4.
- ((−2)3)2=(−2)6.
- Multiply: (−2)6⋅(−2)4=(−2)10=1024.
Example 4. Simplify (623⋅32)2.
- 6=2⋅3, so 623⋅32=2⋅323⋅32=22⋅31=12.
- Square: 122=144.
Try it yourself
- Simplify 56⋅53 and write as a single power.
- Simplify 7579.
- Simplify (23)4 and find its value.
- Simplify (3⋅5)4 using a single base.
- Show (a2b3)4=a8b12.
- Without computing, decide which is greater: 210 or 102.
- Simplify 610215⋅310.
- Is 34⋅54=(15)4? Justify.
Activity / Insight
Powers of 2 chart. Write the powers of 2 from 20=1 up to 220. Notice that 210=1024≈103. This single approximation, 210≈103, is why "kilobyte" used to mean 1024 bytes and why doubling something ten times multiplies it by roughly a thousand. From there, 220≈106 (a "mega") and 230≈109 (a "giga"). The laws of exponents and the laws of computing meet here.