8.1 Algebraic Simplification, Exponent Rules & Radicals

Key Takeaways

  • The product rule a^m · a^n = a^(m+n) and quotient rule a^m / a^n = a^(m-n) require identical non-zero bases across exponential operations.
  • Negative exponents represent reciprocals (a^-n = 1/a^n), while fractional exponents denote roots (a^(m/n) = n-th root of a^m).
  • Scientific notation converts numbers into N × 10^k where 1 ≤ |N| < 10, streamlining large-scale multiplication and division.
  • Core identities such as difference of squares (a² - b² = (a-b)(a+b)) and perfect squares ((a ± b)² = a² ± 2ab + b²) provide high-speed calculation shortcuts.
  • Polynomial factoring follows a 4-step algorithm: extract GCF, count terms, apply special algebraic identities, and execute term grouping.
Last updated: August 2026

Algebraic Simplification, Exponent Rules & Radicals

Algebraic manipulation forms the foundation of the Quantitative Reasoning section on the NTS GAT General exam. A strong grasp of algebraic terms, exponent laws, radical conversions, scientific notation, and polynomial factorization enables candidates to solve complex problem sets efficiently under strict time constraints.


1. Algebraic Terminology & Expression Simplification

An algebraic expression is a mathematical combination of numbers (constants), letters representing unknown values (variables), and arithmetic operation symbols. A term is a single number, a variable, or the product/quotient of numbers and variables.

  • Coefficient: The numerical multiplier of the variable component in a term. For instance, in $-8x^3y^2$, the coefficient is $-8$.
  • Degree of a Polynomial: For a single-variable polynomial, it is the highest exponent of the variable (e.g., $5x^4 - 2x^2 + 7$ has degree 4). For a multi-variable polynomial, it is the highest sum of exponents across variables in any single term (e.g., $3x^2y^3$ has degree $2 + 3 = 5$).
  • Like Terms: Terms that possess identical variable bases raised to identical power exponents (e.g., $7x^2y$ and $-3x^2y$). Only like terms can be combined using addition or subtraction.

Order of Operations & Distribution Rules

Simplifying multi-term algebraic expressions requires strict adherence to PEMDAS (Parentheses, Exponents, Multiplication/Division from left to right, Addition/Subtraction from left to right). The Distributive Law states that $a(b + c) = ab + ac$. When a negative sign precedes grouping symbols, distributing $-1$ reverses the sign of every internal term.

Step-by-Step Simplification Example

Simplify completely: 4(3x25x+2)3(2x24x7)\text{Simplify completely: } 4(3x^2 - 5x + 2) - 3(2x^2 - 4x - 7)

  1. Distribute constants across internal terms: (12x220x+8)(6x212x21)(12x^2 - 20x + 8) - (6x^2 - 12x - 21)
  2. Remove parentheses by applying negative distribution: 12x220x+86x2+12x+2112x^2 - 20x + 8 - 6x^2 + 12x + 21
  3. Group and combine like terms: (12x26x2)+(20x+12x)+(8+21)=6x28x+29(12x^2 - 6x^2) + (-20x + 12x) + (8 + 21) = 6x^2 - 8x + 29

2. Laws of Exponents & Radicals

Exponents represent repeated multiplication. For non-zero bases $a, b$ and rational exponents $m, n$, the fundamental rules governing exponential manipulation are:

Exponent RuleAlgebraic FormulaConcrete Example
Product Rule$a^m \cdot a^n = a^{m+n}$$x^5 \cdot x^3 = x^{5+3} = x^8$
Quotient Rule$\frac{a^m}{a^n} = a^{m-n}$$\frac{y^{10}}{y^4} = y^{10-4} = y^6$
Power of a Power$(a^m)^n = a^{m \cdot n}$$(z^4)^3 = z^{4 \cdot 3} = z^{12}$
Power of a Product$(ab)^n = a^n b^n$$(3x)^3 = 3^3 \cdot x^3 = 27x^3$
Power of a Quotient$\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$$\left(\frac{x}{4}\right)^2 = \frac{x^2}{16}$
Zero Exponent$a^0 = 1 \quad (a \neq 0)$$(-12x^3)^0 = 1$
Negative Exponents$a^{-n} = \frac{1}{a^n}$$5^{-3} = \frac{1}{5^3} = \frac{1}{125}$
Fractional Exponents$a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m$$16^{3/4} = (\sqrt[4]{16})^3 = 2^3 = 8$

Simplifying Radical Expressions & Rationalizing Denominators

Radical notation is an equivalent representation of fractional exponents: $\sqrt[n]{x} = x^{1/n}$. Radical expressions are simplified by extracting perfect $n$-th powers from under the radical sign. 72x5y8=(362)(x4x)y8=6x2y42x\sqrt{72x^5y^8} = \sqrt{(36 \cdot 2) \cdot (x^4 \cdot x) \cdot y^8} = 6x^2y^4\sqrt{2x}

When a denominator contains a radical, rationalizing is required:

  • Single Term Denominator: $\frac{5}{\sqrt{3}} = \frac{5 \cdot \sqrt{3}}{\sqrt{3} \cdot \sqrt{3}} = \frac{5\sqrt{3}}{3}$
  • Binomial Denominator: Multiply numerator and denominator by the conjugate pair $(a - \sqrt{b})$. 43+5=4(35)(3+5)(35)=4(35)32(5)2=4(35)95=4(35)4=35\frac{4}{3 + \sqrt{5}} = \frac{4(3 - \sqrt{5})}{(3 + \sqrt{5})(3 - \sqrt{5})} = \frac{4(3 - \sqrt{5})}{3^2 - (\sqrt{5})^2} = \frac{4(3 - \sqrt{5})}{9 - 5} = \frac{4(3 - \sqrt{5})}{4} = 3 - \sqrt{5}

Worked Example: Multi-Step Exponent Simplification

Simplify completely: (27x6y98x3y3)2/3\text{Simplify completely: } \left( \frac{27 x^{-6} y^9}{8 x^3 y^{-3}} \right)^{-2/3}

  1. Simplify inside parentheses first: 278x63y9(3)=278x9y12\frac{27}{8} \cdot x^{-6 - 3} \cdot y^{9 - (-3)} = \frac{27}{8} x^{-9} y^{12}
  2. Apply outer negative exponent $-2/3$ to each factor: (278)2/3(x9)2/3(y12)2/3\left(\frac{27}{8}\right)^{-2/3} \cdot (x^{-9})^{-2/3} \cdot (y^{12})^{-2/3}
  3. Compute each component using fractional exponent rules:
    • $\left(\frac{27}{8}\right)^{-2/3} = \left(\frac{8}{27}\right)^{2/3} = \left(\sqrt[3]{\frac{8}{27}}\right)^2 = \left(\frac{2}{3}\right)^2 = \frac{4}{9}$
    • $(x^{-9})^{-2/3} = x^{(-9) \cdot (-2/3)} = x^6$
    • $(y^{12})^{-2/3} = y^{12 \cdot (-2/3)} = y^{-8} = \frac{1}{y^8}$
  4. Combine final terms: 4x69y8\frac{4x^6}{9y^8}

3. Scientific Notation & Order of Magnitude

Scientific notation expresses real numbers in the standardized form $N \times 10^k$, where $1 \le |N| < 10$ and $k$ is an integer power of ten.

  • Large Numbers ($k > 0$): Shift the decimal point left until one non-zero digit remains on the left ($680,000,000 = 6.8 \times 10^8$).
  • Small Decimals ($k < 0$): Shift the decimal point right until one non-zero digit remains on the left ($0.000045 = 4.5 \times 10^{-5}$).

Scientific Notation Operations

  • Multiplication: $(A \times 10^m) \times (B \times 10^n) = (A \cdot B) \times 10^{m+n}$
  • Division: $\frac{A \times 10^m}{B \times 10^n} = \left(\frac{A}{B}\right) \times 10^{m-n}$

Worked Example: Scientific Notation Calculation

Evaluate: (4.0×105)×(2.5×108)5.0×104\text{Evaluate: } \frac{(4.0 \times 10^5) \times (2.5 \times 10^{-8})}{5.0 \times 10^{-4}}

  1. Multiply numerator coefficients and add exponents: $(4.0 \cdot 2.5) \times 10^{5 + (-8)} = 10.0 \times 10^{-3} = 1.0 \times 10^{-2}$.
  2. Divide by denominator: $\frac{1.0 \times 10^{-2}}{5.0 \times 10^{-4}} = \left(\frac{1.0}{5.0}\right) \times 10^{-2 - (-4)} = 0.2 \times 10^2$.
  3. Express in standard scientific notation: $0.2 \times 10^2 = 2.0 \times 10^1 = 20$.

4. Fundamental Algebraic Identities & Speed Shortcuts

Memorizing expansion identities allows rapid calculation without manual binomial expansion:

  1. Difference of Squares: $a^2 - b^2 = (a - b)(a + b)$
  2. Perfect Square Binomial (Sum): $(a + b)^2 = a^2 + 2ab + b^2$
  3. Perfect Square Binomial (Difference): $(a - b)^2 = a^2 - 2ab + b^2$
  4. Sum of Cubes: $a^3 + b^3 = (a + b)(a^2 - ab + b^2)$
  5. Difference of Cubes: $a^3 - b^3 = (a - b)(a^2 + ab + b^2)$
  6. Square of a Trinomial: $(a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca)$

Value Finding Shortcuts on NTS Quantitative Tests

  • Finding $a^2 + b^2$ given $(a+b)$ and $ab$: Rearrange $(a + b)^2 = a^2 + 2ab + b^2 \implies a^2 + b^2 = (a + b)^2 - 2ab$.
    • Example: If $x + y = 10$ and $xy = 21$, then $x^2 + y^2 = 10^2 - 2(21) = 100 - 42 = 58$.
  • Finding $x^3 + \frac{1}{x^3}$ given $x + \frac{1}{x} = k$: Cube both sides to get $x^3 + \frac{1}{x^3} = k^3 - 3k$.

5. Polynomial Factoring Algorithms

Factoring decomposes a polynomial expression into a product of simpler factors. Follow this 4-step systematic flowchart:

  1. Extract Greatest Common Factor (GCF): Always pull out common numerical coefficients and variable powers first ($15x^4y^2 - 10x^3y^3 = 5x^3y^2(3x - 2y)$).
  2. Count the Number of Remaining Terms:
    • 2 Terms: Test for difference of squares ($a^2 - b^2$), sum of cubes ($a^3 + b^3$), or difference of cubes ($a^3 - b^3$). (Note: $a^2 + b^2$ cannot be factored over real numbers).
    • 3 Terms ($ax^2 + bx + c$): Find two factors $p$ and $q$ such that $p \cdot q = ac$ and $p + q = b$.
    • 4 Terms: Apply factoring by grouping.
  3. Verify Complete Factorization: Check if any sub-factors can be factored further.

Worked Example: Factoring by Grouping & Special Forms

Factor completely: 3x312x\text{Factor completely: } 3x^3 - 12x

  1. Extract GCF $3x$: $3x(x^2 - 4)$.
  2. Apply difference of squares to $(x^2 - 4)$: $(x - 2)(x + 2)$.
  3. Complete factored expression: $3x(x - 2)(x + 2)$.
Loading diagram...
Systematic Polynomial Factoring Decision Flowchart
Test Your Knowledge

What is the simplified form of the expression ((27 * x^-6 * y^9) / (8 * x^3 * y^-3))^(-2/3)?

A
B
C
D
Test Your Knowledge

If x + y = 10 and xy = 21, what is the exact numerical value of x^2 + y^2?

A
B
C
D
Test Your Knowledge

Which of the following is the completely factored form of 3x^3 - 12x?

A
B
C
D
Test Your Knowledge

Express the result of ((4.0 * 10^5) * (2.5 * 10^-8)) / (5.0 * 10^-4) in standard scientific notation.

A
B
C
D