3.1 Integer Exponents & Laws of Exponents

Key Takeaways

  • An exponent denotes repeated multiplication of a base: a^n = a · a · ... · a (n factors), where a is the base and n is the power.
  • The core exponent rules simplify expressions: Product Rule (a^m · a^n = a^(m+n)), Quotient Rule (a^m / a^n = a^(m-n)), and Power of a Power ((a^m)^n = a^(mn)).
  • The Zero Exponent Rule states that a^0 = 1 for all non-zero bases (a ≠ 0), while 0^0 is mathematically undefined.
  • Negative exponents represent multiplicative inverses (reciprocals): a^(-n) = 1 / a^n and (a/b)^(-n) = (b/a)^n for non-zero a and b.
  • Exponents apply strictly to their immediate base: -x^n = -(x^n) ≠ (-x)^n, and exponents never distribute across addition or subtraction: (x + y)^n ≠ x^n + y^n.
Last updated: August 2026

Fundamentals of Exponential Notation

Exponential notation provides a compact mathematical framework for expressing repeated multiplication of a number or algebraic expression by itself. On the ACCUPLACER Quantitative Reasoning, Algebra, and Statistics (QAS) test, mastery of integer exponents and their operational laws is foundational for simplifying algebraic expressions, solving polynomial equations, and manipulating formulas across quantitative disciplines.

Anatomical Definition of an Exponential Expression

An exponential term consists of two primary components:

ana^n

  • Base (aa): The repeated factor or quantity being multiplied.
  • Exponent (nn): Also referred to as the power or index, the exponent indicates the exact number of times the base appears as a multiplying factor.

For any real number aa and any positive integer nn:

an=aaaan factors of aa^n = \underbrace{a \cdot a \cdot a \cdot \dots \cdot a}_{n \text{ factors of } a}

Examples:

  • 34=3333=813^4 = 3 \cdot 3 \cdot 3 \cdot 3 = 81
  • (2)5=(2)(2)(2)(2)(2)=32(-2)^5 = (-2) \cdot (-2) \cdot (-2) \cdot (-2) \cdot (-2) = -32
  • x3=xxxx^3 = x \cdot x \cdot x

The Critical Sign and Parentheses Distinction

One of the most frequent traps on the ACCUPLACER exam involves distinguishing between expressions with and without grouping parentheses around negative bases. The exponent operates strictly on the immediate symbol or grouped quantity to its left.

ExpressionBaseExpanded FormEvaluated Result
(3)4(-3)^43-3(3)(3)(3)(3)(-3) \cdot (-3) \cdot (-3) \cdot (-3)+81+81
34-3^433(3333)-(3 \cdot 3 \cdot 3 \cdot 3)81-81
(2)3(-2)^32-2(2)(2)(2)(-2) \cdot (-2) \cdot (-2)8-8
23-2^322(222)-(2 \cdot 2 \cdot 2)8-8

General Sign Rules for Negative Bases

For any real number a>0a > 0 and integer nn:

  1. Even Power with Parentheses: (a)n>0(-a)^n > 0 because an even count of negative factors yields a positive product (e.g., (4)2=+16(-4)^2 = +16).
  2. Odd Power with Parentheses: (a)n<0(-a)^n < 0 because an odd count of negative factors retains the negative sign (e.g., (4)3=64(-4)^3 = -64).
  3. Unparenthesized Negative Sign: an=(an)<0-a^n = -(a^n) < 0 for all real a>0a > 0, because negation occurs after exponentiation in the standard Order of Operations (PEMDAS).

The Fundamental Laws of Exponents

When simplifying expressions involving integer exponents, seven universal algebraic laws govern all operations. These rules apply provided all bases are non-zero when division or negative powers are involved.

Summary Table: Core Laws of Exponents

Law NameMathematical RuleConditionConceptual Meaning
Product of Powersaman=am+na^m \cdot a^n = a^{m+n}Same base aaAdd exponents when multiplying like bases
Quotient of Powersaman=amn\frac{a^m}{a^n} = a^{m-n}a0a \neq 0, same base aaSubtract denominator exponent from numerator exponent
Power of a Power(am)n=amn(a^m)^n = a^{m \cdot n}Any real aaMultiply exponents when raising a power to a power
Power of a Product(ab)n=anbn(ab)^n = a^n \cdot b^nAny real a,ba, bDistribute power to each factor in the product
Power of a Quotient(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}b0b \neq 0Distribute power to numerator and denominator
Zero Exponent Rulea0=1a^0 = 1a0a \neq 0Any non-zero base raised to power 00 equals 11
Negative Exponent Rulean=1ana^{-n} = \frac{1}{a^n}a0a \neq 0Negative power denotes reciprocal multiplicative inverse

1. Product of Powers Rule (aman=am+na^m \cdot a^n = a^{m+n})

When multiplying exponential expressions sharing the exact same base, keep the base unchanged and add the exponents.

Derivation: a3a2=(aaa)(aa)=aaaaa=a3+2=a5\text{Derivation: } a^3 \cdot a^2 = (a \cdot a \cdot a) \cdot (a \cdot a) = a \cdot a \cdot a \cdot a \cdot a = a^{3+2} = a^5

Worked Examples:

  • x4x7=x4+7=x11x^4 \cdot x^7 = x^{4+7} = x^{11}
  • 2325=23+5=28=2562^3 \cdot 2^5 = 2^{3+5} = 2^8 = 256 (Note: Do NOT multiply the bases; 2325482^3 \cdot 2^5 \neq 4^8)
  • (y4)(y9)=y4+9=y5(y^{-4}) \cdot (y^9) = y^{-4 + 9} = y^5

2. Quotient of Powers Rule (aman=amn\frac{a^m}{a^n} = a^{m-n})

When dividing exponential expressions sharing the exact same non-zero base, keep the base unchanged and subtract the exponent of the denominator from the exponent of the numerator.

Derivation: a5a2=aaaaaaa=aaa=a52=a3\text{Derivation: } \frac{a^5}{a^2} = \frac{a \cdot a \cdot a \cdot \cancel{a} \cdot \cancel{a}}{\cancel{a} \cdot \cancel{a}} = a \cdot a \cdot a = a^{5-2} = a^3

Worked Examples:

  • x9x4=x94=x5\frac{x^9}{x^4} = x^{9-4} = x^5
  • 7674=764=72=49\frac{7^6}{7^4} = 7^{6-4} = 7^2 = 49
  • w3w2=w3(2)=w3+2=w5\frac{w^3}{w^{-2}} = w^{3 - (-2)} = w^{3+2} = w^5

3. Power of a Power Rule ((am)n=amn(a^m)^n = a^{mn})

When raising an exponential expression to an additional power, keep the base and multiply the exponents together.

Derivation: (a3)2=a3a3=a3+3=a32=a6\text{Derivation: } (a^3)^2 = a^3 \cdot a^3 = a^{3+3} = a^{3 \cdot 2} = a^6

Worked Examples:

  • (x4)5=x45=x20(x^4)^5 = x^{4 \cdot 5} = x^{20}
  • (22)3=223=26=64(2^2)^3 = 2^{2 \cdot 3} = 2^6 = 64
  • (z3)4=z(3)(4)=z12(z^{-3})^{-4} = z^{(-3) \cdot (-4)} = z^{12}

4. Power of a Product Rule ((ab)n=anbn(ab)^n = a^n b^n)

When a product of multiple factors is enclosed in parentheses and raised to an exponent, the exponent distributes to every factor inside the parentheses.

Derivation: (ab)3=(ab)(ab)(ab)=(aaa)(bbb)=a3b3\text{Derivation: } (ab)^3 = (ab) \cdot (ab) \cdot (ab) = (a \cdot a \cdot a) \cdot (b \cdot b \cdot b) = a^3 b^3

Worked Examples:

  • (2x)4=24x4=16x4(2x)^4 = 2^4 \cdot x^4 = 16x^4 (Note: The numeric coefficient 2 is also raised to the 4th power)
  • (3x2y3)3=(3)3(x2)3(y3)3=27x6y9(-3x^2 y^3)^3 = (-3)^3 \cdot (x^2)^3 \cdot (y^3)^3 = -27 x^6 y^9
  • (4a2b3)2=42(a2)2(b3)2=16a4b6=16b6a4(4a^{-2} b^3)^2 = 4^2 \cdot (a^{-2})^2 \cdot (b^3)^2 = 16 a^{-4} b^6 = \frac{16b^6}{a^4}

5. Power of a Quotient Rule ((ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n})

When a fraction is raised to an exponent, the exponent applies independently to both the numerator and the denominator.

Derivation: (ab)3=ababab=aaabbb=a3b3\text{Derivation: } \left(\frac{a}{b}\right)^3 = \frac{a}{b} \cdot \frac{a}{b} \cdot \frac{a}{b} = \frac{a \cdot a \cdot a}{b \cdot b \cdot b} = \frac{a^3}{b^3}

Worked Examples:

  • (x5)3=x353=x3125\left(\frac{x}{5}\right)^3 = \frac{x^3}{5^3} = \frac{x^3}{125}
  • (2x3y4)4=24(x3)4(y4)4=16x12y16\left(\frac{2x^3}{y^4}\right)^4 = \frac{2^4 (x^3)^4}{(y^4)^4} = \frac{16x^{12}}{y^{16}}

Zero and Negative Exponents

The Zero Exponent Rule (a0=1a^0 = 1)

The zero exponent rule is a direct mathematical consequence of the Quotient of Powers rule. Consider dividing any non-zero term ana^n by itself:

  1. By standard arithmetic division: anan=1\frac{a^n}{a^n} = 1 (any non-zero quantity divided by itself equals 11).
  2. By the Quotient of Powers rule: anan=ann=a0\frac{a^n}{a^n} = a^{n-n} = a^0.
  3. Setting the two equivalent results equal yields: a0=1(for all a0)a^0 = 1 \quad (\text{for all } a \neq 0)

Important Notes:

  • 80=18^0 = 1
  • (145)0=1(-145)^0 = 1
  • 1450=(1450)=1-145^0 = -(145^0) = -1
  • (5x2y7)0=1(5x^2 y^7)^0 = 1 (provided x0,y0x \neq 0, y \neq 0)
  • 5x0=5(x0)=51=55x^0 = 5 \cdot (x^0) = 5 \cdot 1 = 5 (the exponent 00 applies only to xx)
  • Indeterminate Form: 000^0 is mathematically undefined.

The Negative Exponent Rule (an=1ana^{-n} = \frac{1}{a^n})

A negative exponent indicates the reciprocal multiplicative inverse of the base raised to the positive power. It does NOT make the number itself negative.

Derivation: an=a0n=a0an=1an\text{Derivation: } a^{-n} = a^{0 - n} = \frac{a^0}{a^n} = \frac{1}{a^n}

Similarly, a negative exponent in the denominator moves the factor to the numerator:

1an=11an=1an1=an\frac{1}{a^{-n}} = \frac{1}{\frac{1}{a^n}} = 1 \cdot \frac{a^n}{1} = a^n

The Reciprocal Fraction Rule for Negative Powers

When an entire fraction is raised to a negative power, inverting the fraction changes the sign of the exponent:

(ab)n=(ba)n=bnan(a0,b0)\left(\frac{a}{b}\right)^{-n} = \left(\frac{b}{a}\right)^n = \frac{b^n}{a^n} \quad (a \neq 0, b \neq 0)

Worked Examples:

  • 42=142=1164^{-2} = \frac{1}{4^2} = \frac{1}{16}
  • 25=125=1322^{-5} = \frac{1}{2^5} = \frac{1}{32}
  • 133=33=27\frac{1}{3^{-3}} = 3^3 = 27
  • (25)3=(52)3=5323=1258\left(\frac{2}{5}\right)^{-3} = \left(\frac{5}{2}\right)^3 = \frac{5^3}{2^3} = \frac{125}{8}
  • x4y3z2=y3z2x4\frac{x^{-4} y^3}{z^{-2}} = \frac{y^3 z^2}{x^4}

Systematic Algorithm for Simplifying Complex Rational Expressions

To simplify complicated algebraic expressions with integer exponents on the ACCUPLACER test, follow this structured 5-step algorithm:

Step 1: Expand Outer Powers
        Apply (ab)^n = a^n b^n and (a^m)^n = a^(mn) to eliminate outer parentheses.

Step 2: Group and Simplify Numerical Coefficients
        Isolate all constant numbers, multiply them in numerator and denominator, and reduce fractions.

Step 3: Combine Like Bases Within the Same Level
        Use Product Rule (a^m · a^n = a^(m+n)) to merge identical variable bases in numerator and denominator.

Step 4: Cancel Bases Across the Fraction Bar
        Use Quotient Rule (a^m / a^n = a^(m-n)) to reduce variables between numerator and denominator.

Step 5: Convert All Negative Exponents to Positive Exponents
        Move any base with a negative exponent across the fraction bar (a^(-k) = 1/a^k).

Comprehensive Worked Examples

Worked Example 1: Multi-Variable Simplification with Coefficients

Simplify the following expression and write the final answer using only positive exponents:

(3x3y2)2(2x1y4)6x4y3\frac{(3x^3 y^{-2})^2 \cdot (2x^{-1} y^4)}{6x^4 y^{-3}}

Solution Plan & Step-by-Step Execution:

  1. Expand the outer power in the first factor: (3x3y2)2=32(x3)2(y2)2=9x6y4(3x^3 y^{-2})^2 = 3^2 \cdot (x^3)^2 \cdot (y^{-2})^2 = 9 x^6 y^{-4}

  2. Multiply the factors in the numerator: Numerator=(9x6y4)(2x1y4)=(92)(x6+(1))(y4+4)=18x5y0=18x5\text{Numerator} = (9 x^6 y^{-4}) \cdot (2 x^{-1} y^4) = (9 \cdot 2) \cdot (x^{6 + (-1)}) \cdot (y^{-4 + 4}) = 18 x^5 y^0 = 18 x^5 (Since y0=1y^0 = 1)

  3. Set up the combined fraction: 18x56x4y3\frac{18 x^5}{6 x^4 y^{-3}}

  4. Divide numerical coefficients and apply Quotient Rule to variables: 186=3\frac{18}{6} = 3 x54=x1=xx^{5 - 4} = x^1 = x 1y3=y3\frac{1}{y^{-3}} = y^3

  5. Combine into final form: 3xy33 x y^3


Worked Example 2: Negative Fraction Powers and Variable Rational Fractions

Simplify the expression completely:

(4a3b22a2b4)2\left(\frac{4a^{-3} b^2}{2a^2 b^{-4}}\right)^{-2}

Solution Plan & Step-by-Step Execution:

  1. Simplify the inside of the parentheses first:

    • Numerical coefficients: 42=2\frac{4}{2} = 2
    • Base aa: a3a2=a32=a5\frac{a^{-3}}{a^2} = a^{-3 - 2} = a^{-5}
    • Base bb: b2b4=b2(4)=b2+4=b6\frac{b^2}{b^{-4}} = b^{2 - (-4)} = b^{2 + 4} = b^6 Inside Expression=2a5b6\text{Inside Expression} = 2 a^{-5} b^6
  2. Apply the outer exponent 2-2 to each factor: (2a5b6)2=22(a5)2(b6)2(2 a^{-5} b^6)^{-2} = 2^{-2} \cdot (a^{-5})^{-2} \cdot (b^6)^{-2}

  3. Multiply exponents and evaluate coefficients: 22=122=142^{-2} = \frac{1}{2^2} = \frac{1}{4} (a5)2=a(5)(2)=a10(a^{-5})^{-2} = a^{(-5) \cdot (-2)} = a^{10} (b6)2=b6(2)=b12=1b12(b^6)^{-2} = b^{6 \cdot (-2)} = b^{-12} = \frac{1}{b^{12}}

  4. Combine into a single rational expression: a104b12\frac{a^{10}}{4b^{12}}


Worked Example 3: Order of Operations with Signs, Zero, and Negative Powers

Evaluate the exact arithmetic value of the expression:

40+(4)032+(12)3-4^0 + (-4)^0 - 3^{-2} + \left(\frac{1}{2}\right)^{-3}

Step-by-Step Solution:

  1. Evaluate 40-4^0: By order of operations, exponent precedes negation     (40)=1\implies -(4^0) = -1.
  2. Evaluate (4)0(-4)^0: The base is 4-4, raised to power 00     +1\implies +1.
  3. Evaluate 323^{-2}: Negative power gives reciprocal     132=19\implies \frac{1}{3^2} = \frac{1}{9}.
  4. Evaluate (12)3\left(\frac{1}{2}\right)^{-3}: Invert fraction and apply positive power     23=8\implies 2^3 = 8.
  5. Sum the evaluated components: Total=1+119+8=019+8=819=72919=719\text{Total} = -1 + 1 - \frac{1}{9} + 8 = 0 - \frac{1}{9} + 8 = 8 - \frac{1}{9} = \frac{72}{9} - \frac{1}{9} = \frac{71}{9}

Common Pitfalls & ACCUPLACER Exam Traps

  1. Distributing Exponents Across Addition / Subtraction: Exponentiation does NOT distribute over sums: (x+y)2=x2+2xy+y2x2+y2(x + y)^2 = x^2 + 2xy + y^2 \neq x^2 + y^2. Similarly, (xy)11x1y(x - y)^{-1} \neq \frac{1}{x} - \frac{1}{y}.
  2. Multiplying Common Bases: When multiplying 34353^4 \cdot 3^5, students often write 999^9. The base stays the same: 34+5=393^{4+5} = 3^9.
  3. Confusing Negative Exponents with Negative Values: 24=116>02^{-4} = \frac{1}{16} > 0. A negative exponent never makes a positive base negative.
  4. Coefficient Exponent Neglect: In (3x)3(3x)^3, the 3 is also cubed: (3x)3=27x3(3x)^3 = 27x^3, not 3x33x^3.
  5. Sign Errors with Denominator Exponent Subtraction: In x4x6\frac{x^4}{x^{-6}}, subtracting gives 4(6)=4+6=10    x104 - (-6) = 4 + 6 = 10 \implies x^{10}, not x2x^{-2} or x2x^2.
Loading diagram...
Laws of Exponents Decision Framework
Test Your Knowledge

Which of the following expressions is equivalent to ((2x^2 y^(-3))^3) / (4x^(-1) y^2) for all non-zero real values of x and y?

A
B
C
D
Test Your Knowledge

What is the exact numerical value of the expression 5^0 - 3^(-2) + (-2)^(-3)?

A
B
C
D
Test Your Knowledge

If ((3a^2) / (b^(-3)))^(-2) is written in the simplified form k / (a^m * b^n) where k is a constant and m and n are positive integers, what are the values of k, m, and n?

A
B
C
D