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÷52. If we expand each power and write the division as a fraction, we get:
The Quotient Rule
Here is the general rule we just discovered:
anam=
Zero and Negative Results
What happens when both exponents are equal? Let's try 34÷34:
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 65 identical parts and ships them equally to 62 warehouses. The number of parts each warehouse receives is:
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 — anam=. 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.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
52
54
=
5×55×5×5×5
Each factor of 5 in the denominator cancels with one factor of 5 in the numerator, leaving 5×5=52. Let's try another example with base 2:
2325=2×2×22×2×2×2×2=2×2=22
Notice the pattern: 54−2=52 and 25−3=22. When we divide same-base powers, we subtract the denominator's exponent from the numerator's exponent. Cancelling matching factors in a fraction is exactly the same as subtracting exponents.
am−n
(
a
=
0)
When dividing two powers that share the same nonzero base, keep the base and subtract the exponents. A couple of quick examples:
75÷72=75−2=73=343
106÷104=106−4=1
Just like the product rule, the bases must match for this shortcut to work. An expression like 45÷32 involves different bases, so the quotient rule does not apply and each power must be evaluated separately.
34
34
=
34−4=
30=
1
This makes perfect sense: any nonzero number divided by itself equals 1. As you may recall from the first course, a0=1 for any nonzero base a.
Now consider a case where the bottom exponent is larger:
2523=23−5=2−2=221=41
The subtraction produces a negative exponent, which tells us to take the reciprocal. The quotient rule works seamlessly in all three situations:
Expression
Subtract Exponents
Single Power
Value
65÷63
5−3=2
62
36
43÷43
3−3=0
22÷25
2−5=−3
The rule also works when both exponents are negative. For example, 3−1÷3−4=3−1−(−4)=3−1+4=33=27. Subtracting a negative number is the same as adding its absolute value, so the result here is actually a larger, positive exponent.
6265=65−2=63=216 parts per warehouse
Instead of computing 7,776÷36 the long way, we simply subtracted the exponents.
Computing. A file server holds 216 kilobytes of data spread evenly across 24 storage partitions. Each partition contains:
24216=216−4=212=4,096 KB per partition
In both cases, the quotient rule turns a potentially large division problem into a quick subtraction.
am−n
Time to put the quotient rule to work! In the practice tasks ahead, you'll expand and cancel factors by hand, build speed with direct exponent subtraction, handle tricky zero and negative exponent cases, and tackle real-world problems from warehouse logistics to server memory to chemistry labs. Let's jump in!