Skip to content
GRE overview

Public topic · GRE

Exponents and Roots

A free GRE Quantitative Reasoning note on the exponent rules, negative and fractional exponents, simplifying roots, rationalizing denominators, and the sign traps that catch test takers.

Concise answer

Every exponent rule assumes a shared base or a shared exponent: add exponents when multiplying powers of the same base, multiply exponents when raising a power to a power, read negative exponents as reciprocals and fractional exponents as roots — and never distribute an exponent over a sum.

Definitions

Exponent
The number of times a base is used as a factor; in $a^n$, $a$ is the base and $n$ is the exponent.
Negative exponent
For nonzero $a$, $a^{-n}$ means the reciprocal $\tfrac{1}{a^n}$.
Rational (fractional) exponent
For suitable $a$, $a^{1/n}$ means the $n$th root of $a$, and $a^{m/n}$ means that root raised to the $m$th power.
Rationalizing the denominator
Rewriting a fraction so no radical remains in the denominator, by multiplying the numerator and denominator by an appropriate radical.

Intuition

An exponent counts repeated multiplication, so multiplying ama^m by ana^n just strings the factors together — which is why the exponents add rather than multiply.

Negative and fractional exponents extend that counting pattern: stepping the exponent down by 1 divides by the base once (so ana^{-n} lands at a reciprocal), and a1/2a^{1/2} must be the number whose square is aa.

Concept walkthrough

The core exponent rules all require a shared base: aman=am+na^m \cdot a^n = a^{m+n}, aman=amn\tfrac{a^m}{a^n} = a^{m-n}, and (am)n=amn(a^m)^n = a^{mn}. Combined with (ab)n=anbn(ab)^n = a^n b^n for a shared exponent, these four identities cover almost every GRE exponent manipulation. When neither the bases nor the exponents match, no rule applies — the first move on many problems is rewriting terms so a common base appears, such as 4x=(22)x=22x4^x = (2^2)^x = 2^{2x}.

Negative and fractional exponents are notational extensions of the same system. For nonzero aa, a0=1a^0 = 1 and an=1ana^{-n} = \tfrac{1}{a^n}, so a negative exponent signals a reciprocal, not a negative number. A fractional exponent signals a root: a1/2=aa^{1/2} = \sqrt{a} and am/n=(an)ma^{m/n} = (\sqrt[n]{a})^m. On the GRE these appear together, so an expression like 82/38^{2/3} is best read in two steps: cube root of 88 is 22, then 22=42^2 = 4.

Roots follow mirror-image rules: ab=ab\sqrt{ab} = \sqrt{a}\,\sqrt{b} for nonnegative aa and bb, which is how 50\sqrt{50} simplifies to 525\sqrt{2}. Answer choices are conventionally written without radicals in the denominator, so a value like 63\tfrac{6}{\sqrt{3}} is rationalized by multiplying by 33\tfrac{\sqrt{3}}{\sqrt{3}} to get 633=23\tfrac{6\sqrt{3}}{3} = 2\sqrt{3}. ETS lists exponents and roots in the arithmetic content of the Quantitative Reasoning measure, so these manipulations are tested directly and inside larger algebra problems.

After this page, you should be able to

  • Apply the product, quotient, and power properties of exponents to expressions with a common base.
  • Rewrite negative exponents as reciprocals and fractional exponents as roots.
  • Simplify square roots and rationalize a denominator containing a radical.
  • Recognize which combinations of bases and exponents the rules do not cover.

Formulas and assumptions

Product and power properties of exponents

aman=am+n(am)n=amna^m \cdot a^n = a^{m+n} \qquad (a^m)^n = a^{mn}

Variables

  • a: the common base
  • m, n: the exponents

Assumptions

  • Both powers share the same base a.
  • If an exponent is negative or zero, a is not zero.

Negative and fractional exponents

an=1anam/n=(an)ma^{-n} = \dfrac{1}{a^n} \qquad a^{m/n} = \left(\sqrt[n]{a}\right)^{m}

Variables

  • a: the base
  • n: the (positive) root index or exponent magnitude
  • m: the power applied after taking the root

Assumptions

  • a is not zero when the exponent is negative or zero.
  • For even roots, a is nonnegative so the expression stays a real number.

Worked example

Collapsing an expression to one power of 2

Simplify (2325)2\left(2^3 \cdot 2^{-5}\right)^{-2}.

  1. 1Inside the parentheses the bases match, so add the exponents: 2325=23+(5)=222^3 \cdot 2^{-5} = 2^{3 + (-5)} = 2^{-2}.
  2. 2Raise the power to a power by multiplying the exponents: (22)2=2(2)(2)=24\left(2^{-2}\right)^{-2} = 2^{(-2)(-2)} = 2^{4}.
  3. 3Evaluate: 24=162^4 = 16.
  4. 4Sanity-check with the reciprocal reading: 22=142^{-2} = \tfrac{1}{4}, and (14)2=42=16\left(\tfrac{1}{4}\right)^{-2} = 4^2 = 16, which agrees.

(2325)2=16\left(2^3 \cdot 2^{-5}\right)^{-2} = 16.

Common traps

  • Distributing an exponent over a sum: (a+b)2(a + b)^2 is a2+2ab+b2a^2 + 2ab + b^2, never a2+b2a^2 + b^2, and a2+b2\sqrt{a^2 + b^2} is not a+ba + b.
  • Reading a negative exponent as a negative value: 23=182^{-3} = \tfrac{1}{8}, a positive number.
  • Multiplying exponents when multiplying powers (23242^3 \cdot 2^4 is 272^7, not 2122^{12}) or adding them when raising a power to a power.
  • Dropping parentheses with negative bases: (3)2=9(-3)^2 = 9 but 32=9-3^2 = -9, and for a variable, x2=x\sqrt{x^2} = |x|, not xx.

Question depth and domain coverage vary by exam. Practice answers are checked after submission.

Sources

  1. GRE General Test Quantitative Reasoning OverviewETS. Accessed 2026-08-02. Use as a cited source for exam facts; do not imply affiliation or reproduce protected test material.
  2. Elementary Algebra 2e, Section 6.2: Use Multiplication Properties of ExponentsOpenStax. Accessed 2026-08-02. OpenStax textbook content is CC BY 4.0; attribute and avoid verbatim reuse beyond short cited references.
  3. Elementary Algebra 2e, Section 6.7: Integer Exponents and Scientific NotationOpenStax. Accessed 2026-08-02. OpenStax textbook content is CC BY 4.0; attribute and avoid verbatim reuse beyond short cited references.
  4. Elementary Algebra 2e, Section 9.5: Divide Square RootsOpenStax. Accessed 2026-08-02. OpenStax textbook content is CC BY 4.0; attribute and avoid verbatim reuse beyond short cited references.
  5. Intermediate Algebra 2e, Section 8.3: Simplify Rational ExponentsOpenStax. Accessed 2026-08-02. OpenStax textbook content is CC BY 4.0; attribute and avoid verbatim reuse beyond short cited references.

Review and maintenance

Source-checked by publisher
Publisher record
Keiko Study editorial owner
Publisher placeholder; no individual credential claim is made yet.
Reviewer record
Technical reviewer pending
Placeholder only; this content is not labeled as reviewed by a named specialist.
Last source check
2026-08-02
Next scheduled review
2026-11-02

Recheck the ETS Quantitative Reasoning content page and the OpenStax algebra references before each major GRE preparation cycle.