6.1 Pre-Algebra & Number Operations: Exponents, Radicals & Order of Operations

Key Takeaways

  • Master the strict order of operations (PEMDAS/BODMAS): Parentheses, Exponents, Multiplication/Division (left to right), Addition/Subtraction (left to right).
  • Apply standard exponent laws including product, quotient, power, negative exponent, and zero exponent rules with confidence.
  • Simplify radical expressions by factoring out perfect square factors and rationalizing denominators using conjugate multiplication.
  • Perform operations in scientific notation by combining coefficients and applying exponent rules to powers of 10.
  • Recognize and apply fundamental real number properties: commutative, associative, distributive, identity, and inverse rules.
Last updated: July 2026

6.1 Pre-Algebra & Number Operations: Exponents, Radicals & Order of Operations

Mathematics Knowledge (MK) on the AFCT tests fundamental mathematical concepts, rules, and operations acquired throughout middle and high school mathematics. A thorough mastery of arithmetic foundations, algebraic manipulation, and numerical operations is vital for achieving high scores on the Armed Forces Classification Test.


Order of Operations (PEMDAS / BODMAS)

When evaluating algebraic or numerical expressions containing multiple operations, you must follow the standard order of operations to ensure a single, unambiguous result.

The PEMDAS Hierarchy

  1. Parentheses & Grouping Symbols: Evaluate expressions inside parentheses (), brackets [], braces {}, absolute value bars | |, and above/below fraction bars first.
  2. Exponents & Radicals: Evaluate all powers, exponents, and radical roots from left to right.
  3. Multiplication & Division: Perform multiplication and division in order of appearance from left to right. Multiplication does not automatically take precedence over division.
  4. Addition & Subtraction: Perform addition and subtraction in order of appearance from left to right.

Critical Pitfall: A common error on the AFCT involves operations of equal priority. In $12 \div 3 \times 2$, division appears first from the left, so $12 \div 3 = 4$, and $4 \times 2 = 8$. Evaluating multiplication first yields $12 \div 6 = 2$, which is incorrect.

Negative Base Exponents

Pay close attention to parentheses when evaluating powers with negative bases:

  • $(-3)^2 = (-3) \times (-3) = +9$
  • $-3^2 = -(3 \times 3) = -9$

Worked Example: Multi-Step Evaluation

Evaluate the following expression: Result=243×(23+4)÷6+7+2\text{Result} = 24 - 3 \times \left( 2^3 + 4 \right) \div 6 + |-7 + 2|

Step 1: Inside parentheses and absolute value

  • Inside parentheses: $2^3 + 4 = 8 + 4 = 12$.
  • Inside absolute value: $|-7 + 2| = |-5| = 5$.
  • Expression becomes: $24 - 3 \times 12 \div 6 + 5$.

Step 2: Multiplication and Division from left to right

  • First, $3 \times 12 = 36$.
  • Then, $36 \div 6 = 6$.
  • Expression becomes: $24 - 6 + 5$.

Step 3: Addition and Subtraction from left to right

  • $24 - 6 = 18$.
  • $18 + 5 = 23$.
  • Final Answer: 23.

Exponents and Exponent Laws

An exponent indicates how many times a base number is multiplied by itself. In $b^n$, $b$ is the base and $n$ is the exponent or power.

Fundamental Laws of Exponents

Exponent RuleGeneral FormulaExample
Product Rule$a^m \cdot a^n = a^{m+n}$$x^4 \cdot x^3 = x^{4+3} = x^7$
Quotient Rule$\frac{a^m}{a^n} = a^{m-n} \quad (a \neq 0)$$\frac{y^9}{y^4} = y^{9-4} = y^5$
Power Rule$(a^m)^n = a^{m \cdot n}$$(z^3)^4 = z^{3 \cdot 4} = z^{12}$
Power of a Product$(ab)^n = a^n \cdot b^n$$(2x)^4 = 2^4 \cdot x^4 = 16x^4$
Power of a Quotient$\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n} \quad (b \neq 0)$$\left(\frac{x}{3}\right)^3 = \frac{x^3}{27}$
Zero Exponent Rule$a^0 = 1 \quad (a \neq 0)$$15^0 = 1, \quad (-7x)^0 = 1$
Negative Exponent Rule$a^{-n} = \frac{1}{a^n} \quad (a \neq 0)$$x^{-4} = \frac{1}{x^4}, \quad \frac{1}{y^{-3}} = y^3$
Fractional Exponent Rule$a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m$$8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4$

Worked Example: Complex Exponent Simplification

Simplify the expression leaving only positive exponents: E=(3x2y3)39x4y2\mathcal{E} = \frac{(3x^2 y^{-3})^3}{9 x^{-4} y^2}

  1. Apply the power of a product rule to the numerator: (3x2y3)3=33(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}
  2. Write the fraction with expanded numerator: E=27x6y99x4y2\mathcal{E} = \frac{27 x^6 y^{-9}}{9 x^{-4} y^2}
  3. Simplify coefficients and apply quotient rules for variables:
    • Coefficients: $\frac{27}{9} = 3$
    • Variable $x$: $x^{6 - (-4)} = x^{6 + 4} = x^{10}$
    • Variable $y$: $y^{-9 - 2} = y^{-11}$
  4. Convert negative exponent to positive exponent: E=3x10y11=3x10y11\mathcal{E} = 3 x^{10} y^{-11} = \frac{3x^{10}}{y^{11}}

Radicals and Root Operations

A radical expression represents the principal root of a number. The expression $\sqrt[n]{a}$ has radical sign $\sqrt{}$, index $n$, and radicand $a$.

Key Radical Properties

  • Product Property: $\sqrt[n]{a \cdot b} = \sqrt[n]{a} \cdot \sqrt[n]{b}$
  • Quotient Property: $\sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}} \quad (b > 0)$
  • Power-Root Cancellation: $(\sqrt[n]{a})^n = a \quad \text{and} \quad \sqrt[n]{a^n} = a \quad (\text{for } a \ge 0)$

Simplifying Radicals

To simplify a square root, factor the radicand into perfect square factors ($4, 9, 16, 25, 36, 49, 64, 81, 100, \dots$) and non-square factors.

72=36×2=36×2=62\sqrt{72} = \sqrt{36 \times 2} = \sqrt{36} \times \sqrt{2} = 6\sqrt{2} 300=100×3=103\sqrt{300} = \sqrt{100 \times 3} = 10\sqrt{3}

Rationalizing Denominators

In standard mathematical form, fractions must not contain radical signs in the denominator.

  1. Single Term Denominator: Multiply numerator and denominator by the radical. 53=5333=533\frac{5}{\sqrt{3}} = \frac{5 \cdot \sqrt{3}}{\sqrt{3} \cdot \sqrt{3}} = \frac{5\sqrt{3}}{3}
  2. Binomial Denominator (Conjugates): Multiply numerator and denominator by the conjugate ($(a + \sqrt{b}) \leftrightarrow (a - \sqrt{b})$). 435=4(3+5)(35)(3+5)=12+4532(5)2=12+4595=12+454=3+5\frac{4}{3 - \sqrt{5}} = \frac{4(3 + \sqrt{5})}{(3 - \sqrt{5})(3 + \sqrt{5})} = \frac{12 + 4\sqrt{5}}{3^2 - (\sqrt{5})^2} = \frac{12 + 4\sqrt{5}}{9 - 5} = \frac{12 + 4\sqrt{5}}{4} = 3 + \sqrt{5}

Scientific Notation & Real Number Properties

Scientific notation expresses numbers as $N \times 10^n$, where $1 \le |N| < 10$ and $n$ is an integer.

  • Large Numbers: $450,000,000 = 4.5 \times 10^8$
  • Small Decimals: $0.000072 = 7.2 \times 10^{-5}$

Operations in Scientific Notation

  • Multiplication: Multiply coefficients and add powers of 10. (2.5×104)×(3.0×105)=(2.5×3.0)×104+5=7.5×109(2.5 \times 10^4) \times (3.0 \times 10^5) = (2.5 \times 3.0) \times 10^{4+5} = 7.5 \times 10^9
  • Division: Divide coefficients and subtract powers of 10. 8.4×1072.1×103=(8.42.1)×1073=4.0×104\frac{8.4 \times 10^7}{2.1 \times 10^3} = \left(\frac{8.4}{2.1}\right) \times 10^{7-3} = 4.0 \times 10^4

Properties of Real Numbers

  • Commutative Property: $a + b = b + a$ and $a \cdot b = b \cdot a$ (Order does not change sum/product).
  • Associative Property: $(a + b) + c = a + (b + c)$ and $(ab)c = a(bc)$ (Grouping does not change result).
  • Distributive Property: $a(b + c) = ab + ac$.
  • Identity Property: $a + 0 = a$ (Additive identity) and $a \cdot 1 = a$ (Multiplicative identity).
  • Inverse Property: $a + (-a) = 0$ and $a \cdot \frac{1}{a} = 1 ; (a \neq 0)$.
Test Your Knowledge

Evaluate the numerical expression: 18 - 2 * (3^2 - 4) + (12 / 3).

A
B
C
D
Test Your Knowledge

Which of the following simplifies the expression (2 * x^3 * y^-2)^3 / (4 * x^4 * y^-5) using positive exponents only?

A
B
C
D
Test Your Knowledge

Simplify the expression: (sqrt(72) / sqrt(2)) + sqrt(75) - 2 * sqrt(12).

A
B
C
D
Test Your Knowledge

What is the value of (4.5 * 10^7) divided by (1.5 * 10^-3) expressed in standard scientific notation?

A
B
C
D