What Are Exponents?
An exponent is a small raised number that tells you how many times to use the base in a repeated multiplication. In $b^n$, the base $b$ is the number being multiplied and the exponent $n$ (also called the power or index) is the count of factors.
$$b^n = \underbrace{b \times b \times \cdots \times b}_{n \text{ times}}$$
So $3^4 = 3 \times 3 \times 3 \times 3 = 81$. The base is 3, the exponent is 4, and we say "3 to the fourth power" or "3 raised to the power 4." Two powers have their own spoken names: $b^2$ is "$b$ squared" and $b^3$ is "$b$ cubed." Those names come from area and volume — a square of side $b$ has area $b^2$, a cube of side $b$ has volume $b^3$.
The base does not have to be a whole number. It can be a fraction, a decimal, a negative number, or even a variable like $x$ — which is exactly why exponents run through all of algebra. You will meet $x^2$ in the meaning of x squared long before you finish this topic.
The Parts of a Power
Three words come up constantly, so it helps to pin them down once.
Term | What it is | In $5^3$ |
|---|---|---|
Base | The number being multiplied | $5$ |
Exponent (power, index) | How many times the base is used | $3$ |
Value | The result of the multiplication | $125$ |
A small distinction worth getting right early: $-2^4$ and $(-2)^4$ are not the same. Without brackets, the exponent attaches only to the 2, so $-2^4 = -(2^4) = -16$. With brackets, the whole $-2$ is the base, so $(-2)^4 = 16$. That bracket is responsible for more lost marks than almost any other exponent slip — more on that in the mistakes section.
What Are the Seven Laws of Exponents?
The laws of exponents are the shortcuts that let you combine and simplify powers without expanding them. Every competitor that teaches this topic lists the same core set, so here they are at a glance — each with a one-line reason and a link to the article that works it in full depth.
Law | Rule | Quick example |
|---|---|---|
Product of powers | $a^m \cdot a^n = a^{m+n}$ | $2^3 \cdot 2^4 = 2^7$ |
Quotient of powers | $\dfrac{a^m}{a^n} = a^{m-n}$ | $\dfrac{5^6}{5^2} = 5^4$ |
Power of a power | $(a^m)^n = a^{mn}$ | $(3^2)^4 = 3^8$ |
Power of a product | $(ab)^m = a^m b^m$ | $(2x)^3 = 8x^3$ |
Power of a quotient | $\left(\dfrac{a}{b}\right)^m = \dfrac{a^m}{b^m}$ | $\left(\dfrac{2}{3}\right)^2 = \dfrac{4}{9}$ |
Zero exponent | $a^0 = 1 ;(a \neq 0)$ | $7^0 = 1$ |
Negative exponent | $a^{-n} = \dfrac{1}{a^n}$ | $4^{-2} = \dfrac{1}{16}$ |
Each law follows from the definition, not from memorisation. Why does $a^m \cdot a^n = a^{m+n}$? Because $a^m$ is $m$ copies of $a$ and $a^n$ is $n$ more, so together you have $m + n$ copies. Count the factors and the rule writes itself. The same counting logic explains the quotient rule (you cancel matching factors top and bottom) and the power-of-a-power rule (you have $n$ groups of $m$ factors, giving $mn$ in total).
Two of these deserve a closer look because they trip people up most — and each has its own dedicated walkthrough:
Multiplying and dividing powers — see multiplying and dividing exponents for the add/subtract logic in full.
The power-of-a-power rule — the multiply the exponents move is laid out step by step in the power of a power rule.
Adding terms with exponents — a common trap. $x^2 + x^3$ does not combine. Adding exponents explains why only like powers add as terms.
For the full chart with every rule worked end to end, the hub article on exponent rules and laws is the place to go next.
Why Is the Zero Exponent Equal to One?
This is the single most-asked question about exponents, so it earns its own answer here rather than a footnote. Look at the quotient rule with equal exponents:
$$\frac{a^3}{a^3} = a^{3-3} = a^0.$$
But $\dfrac{a^3}{a^3}$ is just a number divided by itself, which is $1$. So $a^0 = 1$ for any nonzero $a$. Another way to see it: each step down in exponent divides by the base — $2^3 = 8$, $2^2 = 4$, $2^1 = 2$, and one more division by 2 gives $2^0 = 1$. The pattern forces the answer; nobody decreed it.
Negative, Fractional, Decimal, and the Special Exponents
Exponents are not limited to positive whole numbers. Each variant has its own meaning, and each has a dedicated article that teaches it in full — this hub just shows you the shape of each.
Negative exponents flip the base into a reciprocal: $a^{-n} = \dfrac{1}{a^n}$, so $2^{-3} = \dfrac{1}{8}$. The negative sign moves the base across the fraction bar, nothing more. Full treatment: negative exponents rules and examples.
Fractional exponents are roots in disguise: $a^{1/2} = \sqrt{a}$ and $a^{m/n} = \sqrt[n]{a^m}$. So $8^{1/3} = 2$. See fractional exponents and the closely related rational exponents.
Decimal exponents are just fractional exponents written differently: $9^{0.5} = 9^{1/2} = 3$. Convert the decimal to a fraction first, then apply the root.
Zero and one are the boundary cases: $a^0 = 1$ and $a^1 = a$. Any base to the first power is itself.
Powers also connect outward to logarithms — the inverse question, "what exponent gives this number?" If $2^5 = 32$, then $\log_2 32 = 5$. You will meet that flip in logarithms. And when you need to simplify a tangle of powers in one expression, simplifying exponents collects every law into a single workflow.
Examples of Exponents
These six examples move from a one-step evaluation to the kind of multi-law simplification you meet in late algebra. Work them top to bottom; the build is deliberate.
Example 1
Evaluate $2^5$.
Multiply 2 by itself five times.
$$2^5 = 2 \times 2 \times 2 \times 2 \times 2 = 32.$$
Final answer: $32$.
Example 2
Simplify $a^7 \cdot a^4$ — and watch the common wrong turn first.
Wrong attempt. A student multiplies the exponents and writes $a^{7 \times 4} = a^{28}$. Check it against the definition with small numbers: $2^2 \cdot 2^3$ should be $4 \times 8 = 32 = 2^5$. But the "multiply" rule would give $2^6 = 64$. That is wrong, so multiplying the exponents cannot be the move when you are multiplying same-base powers.
Correct. When the bases match and you multiply, you add the exponents.
$$a^7 \cdot a^4 = a^{7+4} = a^{11}.$$
The "multiply the exponents" rule belongs to the power of a power case, $(a^m)^n$ — a different situation. Final answer: $a^{11}$.
Example 3
Simplify $\dfrac{x^9}{x^2}$.
Same base, division, so subtract the exponents.
$$\frac{x^9}{x^2} = x^{9-2} = x^{7}.$$
Final answer: $x^7$.
Example 4
Evaluate $5^{-2}$.
A negative exponent means take the reciprocal of the positive power.
$$5^{-2} = \frac{1}{5^2} = \frac{1}{25}.$$
Final answer: $\dfrac{1}{25}$.
Example 5
Evaluate $27^{2/3}$.
The denominator of the fraction is the root; the numerator is the power. Take the cube root first, then square.
$$27^{2/3} = \left(\sqrt[3]{27}\right)^2 = 3^2 = 9.$$
Final answer: $9$.
Example 6
Simplify $\dfrac{(2x^2 y)^3}{4x^3}$.
Distribute the outer power across the product, then simplify.
$$(2x^2 y)^3 = 2^3 (x^2)^3 y^3 = 8x^6 y^3.$$
$$\frac{8x^6 y^3}{4x^3} = 2 x^{6-3} y^3 = 2x^3 y^3.$$
Final answer: $2x^3 y^3$. Three different laws — power of a product, power of a power, and quotient of powers — in one problem.
Where Exponents Show Up in the Real World
Exponents were not invented to fill textbooks. They describe anything that grows or shrinks by repeated multiplication, which turns out to be a large slice of the world.
Compound interest. Money in a savings account grows by $(1 + r)^t$ — the same base multiplied once per period. A small rate over many years is the difference between a modest sum and a life-changing one.
Computing and storage. Memory, addresses, and file sizes are all powers of 2. A 10-bit address reaches $2^{10} = 1024$ locations. This is also why log base 2 runs through computer science.
Scientific notation. Astronomers and chemists write enormous and tiny numbers as powers of 10 — the Sun's mass is about $2 \times 10^{30}$ kg, far easier to handle than thirty zeros.
Population and decay. Bacteria double on a schedule; radioactive material halves on one. Both are exponential, one with a base above 1 and one below.
The folded-paper-to-the-Moon idea at the top is the same mathematics: each fold doubles the thickness, and doubling 42 times is $2^{42}$. Repeated multiplication outruns intuition fast — which is precisely why we need a compact notation for it.
Where Exponents Trip Students Up
Most exponent errors are not arithmetic mistakes; they are rule mix-ups. The three below cause the most lost marks, and they are worth meeting head-on before a test does it for you.
Mistake 1: Multiplying exponents when you should add them
Where it slips in: Multiplying two powers with the same base — $x^3 \cdot x^4$.
Don't do this: Write $x^{3 \times 4} = x^{12}$. Multiplying exponents is the rule for $(x^3)^4$, a completely different setup.
The correct way: When the bases match and you multiply, add the exponents: $x^3 \cdot x^4 = x^7$. Multiply the exponents only when a power is raised to another power.
Mistake 2: Mishandling the negative sign on a base
Where it slips in: Evaluating $-3^2$ versus $(-3)^2$.
Don't do this: Treat $-3^2$ as $9$. Without brackets, the exponent binds tighter than the minus sign, so the 3 is squared and then negated.
The correct way: $-3^2 = -(3^2) = -9$, while $(-3)^2 = 9$. The bracket decides whether the negative is part of the base. The memoriser archetype — the student who has the rules cold — still freezes here, because the notation, not the rule, is doing the damage.
Mistake 3: Adding unlike powers as if they combine
Where it slips in: Simplifying $x^2 + x^3$.
Don't do this: Write $x^5$. Addition is not multiplication; the laws of exponents that add or subtract exponents apply to multiplying and dividing powers, not to adding terms.
The correct way: $x^2 + x^3$ does not simplify — they are unlike terms, just as $2$ apples and $3$ oranges do not become $5$ of anything. Only identical powers combine as terms: $x^2 + x^2 = 2x^2$.
Key Takeaways
An exponent counts how many times a base is multiplied by itself: $b^n = b \times b \times \cdots \times b$ ($n$ times).
The seven laws of exponents — product, quotient, power of a power, power of a product, power of a quotient, zero, and negative — all follow from counting factors, not from memorisation.
A negative exponent gives a reciprocal; a fractional exponent gives a root; a zero exponent gives 1.
The most common mistake is adding exponents when multiplying powers but multiplying them when raising a power to a power — keep the two cases separate.
Exponents model compound interest, computer memory, scientific notation, and any growth or decay by repeated multiplication.
Practice These Before Moving On
Evaluate $3^4$.
Simplify $y^6 \cdot y^3$.
Evaluate $2^{-4}$.
Evaluate $16^{3/4}$.
Simplify $\dfrac{(3a^2)^2}{9a}$.
Answer to Question 1: $81$. Answer to Question 2: $y^9$. Answer to Question 3: $\tfrac{1}{16}$. Answer to Question 4: $8$. Answer to Question 5: $a^3$. If Question 2 or 5 tripped you, return to the laws table and the exponent rules article.
Want a live Bhanzu trainer to walk through more exponents problems with your child? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content
