Introduction

Welcome back to Rules of Integer Exponents! In the first lesson of this course, you learned the Product Rule — multiply same-base powers by adding exponents. In this second lesson, we explore its natural companion: what happens when we divide same-base powers? That's the Quotient Rule, and it's every bit as useful. By the end, you'll be able to simplify quotients of same-base powers quickly and confidently.

From Multiplying to Dividing

Recall that exponents count how many times a base appears as a factor. The product rule worked because multiplying same-base powers meant combining groups of identical factors into one larger group. Division is the reverse of multiplication, so dividing should remove factors instead of adding them.

Think of it this way: if putting groups together means adding exponents, then pulling a group away should mean subtracting exponents. With that intuition in mind, let's look at some concrete examples.

Cancelling Matching Factors

Consider 54÷525^4 \div 5^2. If we expand each power and write the division as a fraction, we get:

5452=5×5×5×55×5\frac{5^4}{5^2} = \frac{5 \times 5 \times 5 \times 5}{5 \times 5}
The Quotient Rule

Here is the general rule we just discovered:

aman=amn(a0)\frac{a^m}{a^n} = a^{\,m-n} \quad (a \neq 0)
Zero and Negative Results

What happens when both exponents are equal? Let's try 34÷343^4 \div 3^4:

3434=344=30=1\frac{3^4}{3^4} = 3^{4-4} = 3^0 = 1
Applying the Quotient Rule

The quotient rule shows up whenever you split a total into equal groups and both quantities are expressed as powers of the same base. Let's walk through two examples.

Logistics. A factory produces 656^5 identical parts and ships them equally to 626^2 warehouses. The number of parts each warehouse receives is:

6562=652=63=216 parts per warehouse\frac{6^5}{6^2} = 6^{5-2} = 6^3 = 216 \text{ parts per warehouse}
Conclusion and Next Steps

Here's the key takeaway: when you divide two powers that share the same nonzero base, keep the base and subtract the exponents — aman=amn\frac{a^m}{a^n} = a^{m-n}. This shortcut comes directly from cancelling matching factors in a fraction, and it works whether the result is a positive, zero, or negative exponent. Together with the product rule from the previous lesson, you now have two powerful tools for simplifying exponent expressions.

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal