AMC // 10
LEARN>ALGEBRA>EXPONENTS & LOGARITHMS
// CONCEPT // ALGEBRA

EXPONENTS & LOGARITHMS

Mastering exponent laws, fractional and negative exponents, and the definition and basic laws of logarithms for the AMC10.

Overview

Exponents describe repeated multiplication: bnb^n means multiply bb by itself nn times. The AMC10 regularly tests whether you can rewrite expressions in a common base, simplify products and quotients of powers, and handle negative or fractional exponents without reaching for a calculator. The key skill is base conversion — recognizing that 8=238 = 2^3, 27=3327 = 3^3, 14=22\frac{1}{4} = 2^{-2}, and so on, so that both sides of an equation live on the same base and exponents can be compared directly.

Fractional exponents unlock roots: b1/n=bnb^{1/n} = \sqrt[n]{b} and bm/n=(bn)mb^{m/n} = \left(\sqrt[n]{b}\right)^m. Negative exponents flip the base to its reciprocal: bk=1/bkb^{-k} = 1/b^k. Together, these two ideas let you rewrite almost any power expression in a cleaner form — and AMC problems are designed so that the "right" rewriting collapses what looks complicated into something elementary.

Logarithms appear lightly on the AMC10, but when they do appear the definition and the three core log laws are all you need. The logarithm logbx=k\log_b x = k means exactly bk=xb^k = x — every log question can be translated back to an exponential question. The laws for sums, differences, and powers of logs mirror the exponent laws, so learning them in parallel reinforces both topics at once.

Key facts

  • Product rule: bmbn=bm+nb^m \cdot b^n = b^{m+n} — add exponents when multiplying same base.
  • Quotient rule: bm/bn=bmnb^m / b^n = b^{m-n} — subtract exponents when dividing same base.
  • Power rule: (bm)n=bmn(b^m)^n = b^{mn} — multiply exponents when raising a power to a power.
  • Negative exponent: bn=1/bnb^{-n} = 1/b^n — flip to reciprocal; b0b \neq 0.
  • Fractional exponent: b1/n=bnb^{1/n} = \sqrt[n]{b} and bm/n=(bn)mb^{m/n} = \left(\sqrt[n]{b}\right)^m — denominator is the root index.
  • Zero exponent: b0=1b^0 = 1 for any b0b \neq 0.
  • Comparing powers in different bases: convert everything to a single prime base, then equate exponents.
  • Log definition: logbx=k    bk=x\log_b x = k \iff b^k = x — always translate back to exponential form.
  • Log product rule: logb(xy)=logbx+logby\log_b(xy) = \log_b x + \log_b y.
  • Log quotient rule: logb(x/y)=logbxlogby\log_b(x/y) = \log_b x - \log_b y.
  • Log power rule: logb(xr)=rlogbx\log_b(x^r) = r \log_b x — pull the exponent out front.
  • Log of 1 and base: logb1=0\log_b 1 = 0 and logbb=1\log_b b = 1 — memorize as anchor values.

Worked example 1

Simplify 6543124\dfrac{6^5 \cdot 4^3}{12^4}.

Rewrite every factor in terms of 22 and 33:

65=2535,43=26,124=(43)4=2834.6^5 = 2^5 \cdot 3^5, \quad 4^3 = 2^6, \quad 12^4 = (4 \cdot 3)^4 = 2^8 \cdot 3^4.

Combine:

2535262834=211352834=2118354=233=83=24.\frac{2^5 \cdot 3^5 \cdot 2^6}{2^8 \cdot 3^4} = \frac{2^{11} \cdot 3^5}{2^8 \cdot 3^4} = 2^{11-8} \cdot 3^{5-4} = 2^3 \cdot 3 = 8 \cdot 3 = 24.

(Quick check: 65=77766^5 = 7776, 43=644^3 = 64, 124=2073612^4 = 20736. 7776×64/20736=497664/20736=247776 \times 64 / 20736 = 497664/20736 = 24. ✓)

Worked example 2

If log327+log319=k\log_3 27 + \log_3 \tfrac{1}{9} = k, find kk.

Translate each logarithm back to an exponential using logbx=k    bk=x\log_b x = k \iff b^k = x:

log327=log333=3,log319=log332=2.\log_3 27 = \log_3 3^3 = 3, \qquad \log_3 \tfrac{1}{9} = \log_3 3^{-2} = -2.

(We used logbbr=r\log_b b^r = r directly.)

Therefore k=3+(2)=1k = 3 + (-2) = 1.

Alternatively, use the product rule first:

log327+log319=log3 ⁣(2719)=log33=1.\log_3 27 + \log_3 \tfrac{1}{9} = \log_3\!\left(27 \cdot \tfrac{1}{9}\right) = \log_3 3 = 1.

Both routes give k=1k = 1.

Common traps

  • Adding bases instead of exponents. 2324=272^3 \cdot 2^4 = 2^7, not 474^7 or 2122^{12}. The product rule adds exponents; the base stays the same.
  • Misapplying the power rule to a sum. (a+b)nan+bn(a + b)^n \neq a^n + b^n in general. The power rule (bm)n=bmn(b^m)^n = b^{mn} only applies when the base is a single term raised to a power.
  • Forgetting the reciprocal for negative exponents. 43=1/644^{-3} = 1/64, not 64-64. Negative exponents flip, they don't negate.
  • Confusing logbbk=k\log_b b^k = k with logbk\log_b k. The first is always kk by definition; the second is a completely different value. For example, log335=5\log_3 3^5 = 5 but log351.46\log_3 5 \approx 1.46.
  • Ignoring domain restrictions in log equations. When solving logb(expression)=something\log_b(\text{expression}) = \text{something}, always verify that the expression inside the log is positive. Extraneous solutions that make the argument 0\leq 0 must be discarded.