The 7 Exponent Rules You Actually Need to Know
April 12, 2026 · Math
Exponents show up everywhere — compound interest, scientific notation, computer science, population growth. If you're comfortable with the core rules, a lot of math suddenly gets easier. Not just tolerable. Easier.
Let's get into it.
The quick refresher
An exponent tells you how many times to multiply a number by itself. That's it. 24 means 2 × 2 × 2 × 2, which is 16. The base is 2, the exponent is 4.
The 7 rules
1. Product rule — same base, add exponents
When you multiply two numbers with the same base, just add the exponents.
So 32 × 34 = 36 = 729. Don't multiply the bases — that's a classic mistake.
2. Quotient rule — same base, subtract exponents
Same idea for division. Subtract the bottom exponent from the top one.
Example: 57 / 53 = 54 = 625.
3. Power of a power — multiply the exponents
When you raise a power to another power, multiply them together.
(23)4 = 212 = 4,096. This one comes up a lot in algebra, so it's worth memorizing.
4. Power of a product — distribute the exponent
If a product is inside parentheses with an exponent outside, the exponent applies to each factor individually.
Handy shortcut: (2x)3 = 23 × x3 = 8x3.
5. Power of a quotient — same deal for division
Works the same way. Just don't confuse this with the quotient rule — here you're distributing the exponent, not subtracting.
6. Zero exponent — everything becomes 1
This one feels wrong the first time you see it. Anything (except 0) raised to the power of 0 equals 1.
70 = 1. 1000 = 1. x0 = 1. The reasoning comes from the quotient rule — an / an = an-n = a0, and any number divided by itself is 1.
7. Negative exponent — flip it
A negative exponent means take the reciprocal. Move the base to the other side of the fraction line.
So 2-3 = 1 / 23 = 1/8 = 0.125. It's not a negative number — the exponent just flips the fraction.
The mistakes everyone makes (at least once)
- (a + b)2 does NOT equal a2 + b2. You have to FOIL it out: (a + b)2 = a2 + 2ab + b2. This is probably the single most common algebra error.
- Don't add bases with different numbers. 23 + 32 is not 55. Calculate each one separately (8 + 9 = 17), then add.
- Don't multiply bases with different numbers either. 23 × 32 is not 65. It's 8 × 9 = 72.
For quick calculations without second-guessing yourself, our exponent calculator handles all of this instantly.
Where exponents show up in real life
Exponents aren't just an algebra thing. They're baked into a bunch of stuff you interact with every day, often without realizing it.
- Compound interest. This is the big one. If you put $10,000 into an account earning 5% annually, after one year you have $10,500. After two years, you have $11,025. After 30 years? $43,219. That growth follows the formula A = P(1 + r)n, where n is the number of years. The exponent is what turns a modest return into serious money over time.
- Computer storage. Every time you check how much space is on your phone, you're looking at powers of 2. A kilobyte is 210 bytes (1,024). A megabyte is 220 (1,048,576). A gigabyte is 230 (1,073,741,824). When you buy a “256 GB” phone, that's roughly 256 × 230 bytes of storage. The whole binary system that computers run on is built on base-2 exponents.
- The pH scale in chemistry. pH is calculated as the negative base-10 logarithm of hydrogen ion concentration, but the ion concentrations themselves are expressed as powers of 10. A pH of 3 means the concentration is 10-3 moles per liter. A pH of 7 (neutral water) is 10-7. That tiny change from 3 to 7 represents a 10,000-fold difference in acidity. Every whole-number step on the pH scale is a 10x jump.
- The Richter scale for earthquakes. Same logarithmic idea. A magnitude 5 earthquake isn't “one unit” stronger than a magnitude 4 — it's 10 times more powerful in terms of amplitude, and roughly 31.6 times more energy. A magnitude 7 event releases about 1,000 times the energy of a magnitude 4. That's why the jump from 6 to 7 is terrifying, while 2 to 3 is barely noticeable.
Once you start looking, you'll notice exponents hiding in population models, radioactivity half-lives (another great application of the power rule), camera exposure settings, and even the way your phone's signal strength is measured in decibels.
Frequently asked questions
What's the difference between 23 and 32?
Order matters a lot here. 23 means 2 × 2 × 2 = 8. Three 2s multiplied together. 32 means 3 × 3 = 9. Two 3s multiplied together. The base is the number being multiplied, and the exponent is how many times it gets multiplied. Swap them and you get a completely different result. The only time it works out the same is with 2 and 4 (24 = 42 = 16) — that's the exception, not the rule.
Can exponents be decimals?
Yes. A decimal (or fractional) exponent is basically a root. 81/3 is the same as the cube root of 8, which is 2. 90.5 is the same as the square root of 9, which is 3. You'll see this a lot in statistics and physics. The general rule: am/n = (n-th root of a)m. So 163/4 means take the 4th root of 16 (which is 2), then raise it to the 3rd power (which gives you 8).
What does ex mean?
The lowercase e is Euler's number, approximately 2.71828. It's a mathematical constant that shows up in natural growth and decay — things like population growth, radioactive decay, and continuously compounded interest. The function ex is special because its rate of change at any point equals its own value. That property makes it incredibly useful in calculus, physics, and finance. If you put $1 in a bank account that compounds continuously at 100% interest for one year, you'd end up with exactly e dollars ($2.71828...).
How do you solve equations with exponents?
It depends on the equation, but the most common trick is making the bases match. If you have 2x = 32, recognize that 32 = 25, so x = 5. When the bases don't match cleanly, use logarithms. Taking the log of both sides lets you bring the exponent down: log(2x) = x · log(2). For more complicated cases, like when x appears in both the base and the exponent (2x = x + 3), you'd typically use numerical methods or a graphing calculator to find the answer.
Is 00 equal to 1 or 0?
Great question, and the honest answer is: it depends on the context. In combinatorics and algebra, 00 is usually defined as 1 because it makes formulas work consistently (like the binomial theorem). In analysis and calculus, it's considered indeterminate because the limit of xy as both approach zero depends on the path you take. For most high school and college math courses, treat 00 as 1 unless your instructor says otherwise.
Related Calculators
- Exponent Calculator — Calculate powers, roots, and scientific notation
- Scientific Calculator — Full-featured calculator with power functions
- Square Root Calculator — Calculate roots with step-by-step solutions
Nelson Chung
Independent developer with 10 years of software engineering experience. Passionate about math and finance, dedicated to making complex calculations simple and accessible.
Published April 12, 2026