GMAT Exponents and Roots: Complete Strategy Guide

Published on 2025-06-07 • 10 min read

Quick Takeaways

  • Roots: Always rewrite roots as fractional exponents (√x = x^½).
  • Equations: Make bases the same to solve (3^(x+1) = 27^y).
  • Advanced: Nested roots trick (set x = √(2+x)).
  • Rules: (x^a)^b = x^(ab) vs x^a * x^b = x^(a+b).
  • Correction: (x+y)² ≠ x² + y².

Beyond the Basics: Advanced Exponents & Roots

You've memorized that x² ⋅ x³ = x⁵. But what happens when the GMAT throws something like (√x)³ or a nested root at you? Exponents and Roots are a fundamental part of the GMAT Quant section, and the test makers delight in creating complex problems that test the limits of these concepts. To get a top score, you need to go beyond the basic rules and master the advanced strategies for manipulating these powerful expressions.

Fractional Exponents: The Link Between Roots and Powers

This is the single most important advanced concept to master. A root is simply a fractional exponent. This insight allows you to apply all the standard exponent rules to problems involving roots, dramatically simplifying them.

By converting every root into a fractional exponent, you can combine and simplify expressions using the familiar exponent rules you already know, turning a confusing root problem into a straightforward power problem.

The Advanced Rules You Can't Ignore

RuleFormulaExample
Power of a Power`(xᵃ)ᵇ = xᵃᵇ``(3²)³ = 3⁶`
Negative Exponents`x⁻ᵃ = 1/xᵃ``5⁻² = 1/5² = 1/25`
Zero Exponent`x⁰ = 1``(-150)⁰ = 1`
Distributing Exponents`(xy)ᵃ = xᵃyᵃ``(6)² = (2⋅3)² = 2²⋅3²`

Tackling Complex Problems: Nested Roots & Equations

Nested Roots

Nested roots, like √(2+√(2+√...)), look terrifying but often have an elegant solution. The key is to assign a variable to the entire expression. For example, let y = √(2+√(2+...)). Since the expression goes on infinitely, the part under the first root is also equal to y. This allows you to set up a simple algebraic equation: y = √(2+y). Squaring both sides gives you a standard quadratic equation to solve: y² = 2 + y.

Solving Equations with Exponents

When you have an equation with variables in the exponents (e.g., 3ˣ⁺¹ = 27ʸ), the strategy is to make the bases the same. In this example, you would rewrite 27 as 3³. The equation becomes 3ˣ⁺¹ = (3³)ʸ = 3³ʸ. Now that the bases are the same, you can simply set the exponents equal to each other: x+1 = 3y.

Common Exponent & Root Traps

  1. Adding/Subtracting with a Common Base: You cannot add exponents when you are adding terms. x² + x³ does not equal x⁵. You can only combine exponents when multiplying or dividing terms with the same base.
  2. The (x+y)² Trap: Remember that (x+y)² is not x² + y². It's (x+y)(x+y) = x² + 2xy + y².
  3. The Negative Base Trap: Be careful with parentheses. (-2)⁴ = 16, because the exponent applies to the negative sign. But -2⁴ = -16, because the exponent only applies to the 2.
  4. Fractional Base Trap: Remember that for fractional bases between 0 and 1, a larger exponent leads to a smaller number. For example, (1/2)² = 1/4, which is larger than (1/2)³ = 1/8.