1.2 Order of Operations & Grouping Symbols

Key Takeaways

  • The PEMDAS acronym establishes operational hierarchy: Parentheses, Exponents, Multiplication & Division, Addition & Subtraction.
  • Multiplication and Division hold equal precedence and must be evaluated strictly left-to-right as encountered in the expression.
  • Addition and Subtraction hold equal precedence and must be evaluated strictly left-to-right as encountered in the expression.
  • Nested grouping symbols must be evaluated from the innermost parentheses outward to outer brackets and braces.
  • Horizontal fraction bars serve as implicit grouping symbols, requiring numerator and denominator to be fully simplified before dividing.
Last updated: August 2026

1.2 Order of Operations & Grouping Symbols\n

Mathematical expressions often involve multiple operations including addition, subtraction, multiplication, division, exponents, and grouping symbols. Without a standardized order of operations, an expression like $6 + 4 \times 5$ could yield two different answers: $50$ (if adding first) or $26$ (if multiplying first). To ensure unique, unambiguous evaluations across science, engineering, and mathematics, the standard Order of Operations rules are strictly enforced.\n ---\n

The PEMDAS Hierarchy\n

The order of operations is governed by the widely recognized acronym PEMDAS:\n

  1. P - Parentheses & Grouping Symbols: Evaluate all operations contained inside grouping symbols first, working from the innermost set outward.\n2. E - Exponents & Roots: Evaluate all exponential powers and radical expressions next.\n3. M & D - Multiplication & Division: Perform multiplication and division from left to right in the exact order they appear.\n4. A & S - Addition & Subtraction: Perform addition and subtraction from left to right in the exact order they appear.\n | Operation Tier | Acronym Symbol | Precedence Level | Rule / Direction |\n| :--- | :--- | :--- | :--- |\n| First Tier | P | Highest | Inside-out for (), [], {}, \| \|, fraction bars |\n| Second Tier | E | Second Highest | Evaluate powers $x^n$ and square roots $\sqrt{x}$ |\n| Third Tier | M & D | Equal Precedence | Left-to-Right strictly as encountered |\n| Fourth Tier | A & S | Equal Precedence | Left-to-Right strictly as encountered |\n ---\n

Equal Precedence & Left-to-Right Execution\n

A critical rule tested heavily on the ACCUPLACER is that Multiplication does NOT take priority over Division, nor does Addition take priority over Subtraction.\n

  • Multiplication and Division share identical rank. You execute whichever operation appears first as you read the expression from left to right.\n- Addition and Subtraction share identical rank. You execute whichever operation appears first as you read the expression from left to right.\n

Example of Equal Precedence:\nConsider $24 \div 4 \times 2$:\n- Correct (Left-to-Right): $24 \div 4 = 6$, then $6 \times 2 = \mathbf{12}$.\n- Incorrect (Forcing Multiplication First): $4 \times 2 = 8$, then $24 \div 8 = \mathbf{3}$ (Incorrect!).\n

---\n

Nested Grouping Symbols & Fraction Bars\n

Expressions may contain multiple types of grouping symbols:\n- Parentheses ()\n- Brackets []\n- Braces {}\n- Fraction Bars $\frac{\text{Numerator}}{\text{Denominator}}$\n

Rule for Nested Symbols\nAlways isolate the innermost set of parentheses or brackets, simplify that expression to a single value, and then work outward step by step.\n

Fraction Bars as Implicit Grouping Symbols\nA horizontal fraction bar acts as a grouping symbol around the entire numerator and the entire denominator:\nA+BC+D(A+B)÷(C+D)\frac{A + B}{C + D} \equiv (A + B) \div (C + D)\nYou must evaluate the entire numerator to a single number and the entire denominator to a single number before carrying out the final division.\n

---\n

Step-by-Step Worked Examples\n

Example 1: Standard PEMDAS with Left-to-Right Rule\nProblem: Evaluate $48 \div 6 \times 2 + 3^3 - 5$.\n

Step-by-Step Solution:\n1. Parentheses: None present.\n2. Exponents: Evaluate $3^3 = 27$.\n Expression: 48÷6×2+275\text{Expression: } 48 \div 6 \times 2 + 27 - 5\n3. Multiplication & Division (Left to Right):\n - First operation left-to-right is division: $48 \div 6 = 8$.\n - Next is multiplication: $8 \times 2 = 16$.\n Expression: 16+275\text{Expression: } 16 + 27 - 5\n4. Addition & Subtraction (Left to Right):\n - Addition first: $16 + 27 = 43$.\n - Subtraction next: $43 - 5 = \mathbf{38}$.\n ---\n

Example 2: Nested Brackets and Parentheses\nProblem: Simplify $5 \times [40 - 2 \times (3^2 + 4)] + 18 \div 3$.\n

Step-by-Step Solution:\n1. Innermost Parentheses $(3^2 + 4)$:\n - Exponent inside: $3^2 = 9$.\n - Addition inside: $9 + 4 = 13$.\n Expression: 5×[402×13]+18÷3\text{Expression: } 5 \times [40 - 2 \times 13] + 18 \div 3\n2. Outer Brackets $[40 - 2 \times 13]$:\n - Multiplication inside bracket takes priority over subtraction: $2 \times 13 = 26$.\n - Subtraction inside bracket: $40 - 26 = 14$.\n Expression: 5×14+18÷3\text{Expression: } 5 \times 14 + 18 \div 3\n3. Multiplication & Division (Left to Right):\n - Multiplication: $5 \times 14 = 70$.\n - Division: $18 \div 3 = 6$.\n Expression: 70+6\text{Expression: } 70 + 6\n4. Final Addition: $70 + 6 = \mathbf{76}$.\n ---\n

Example 3: Fraction Bar Grouping\nProblem: Evaluate $\frac{6^2 - 4 \times (5 - 2)}{2^3 + 3 \times 4 - 14}$.\n

Step-by-Step Solution:\n1. Numerator: $6^2 - 4 \times (5 - 2)$\n - Parentheses: $5 - 2 = 3 \implies 6^2 - 4 \times 3$\n - Exponent: $6^2 = 36 \implies 36 - 4 \times 3$\n - Multiplication: $4 \times 3 = 12 \implies 36 - 12 = \mathbf{24}$\n2. Denominator: $2^3 + 3 \times 4 - 14$\n - Exponent: $2^3 = 8 \implies 8 + 3 \times 4 - 14$\n - Multiplication: $3 \times 4 = 12 \implies 8 + 12 - 14$\n - Left-to-right addition/subtraction: $8 + 12 = 20 \implies 20 - 14 = \mathbf{6}$\n3. Final Division:\n NumeratorDenominator=246=4\frac{\text{Numerator}}{\text{Denominator}} = \frac{24}{6} = \mathbf{4}\n ---\n

ACCUPLACER Exam Traps & Common Errors\n

[!CAUTION]\n> Trap 1: The "M before D" Fallacy\n> Many students mistakenly believe multiplication must always be performed before division because 'M' comes before 'D' in PEMDAS. Remember: M and D are equal in rank; always evaluate them left-to-right as they appear!\n [!WARNING]\n> Trap 2: Incorrect Base vs Exponent Scope\n> Watch out for parentheses around negative bases or complex terms. For example, $(3 + 2)^2 = 5^2 = 25$, whereas $3^2 + 2^2 = 9 + 4 = 13$. Exponents do NOT distribute over addition!\n [!NOTE]\n> Trap 3: Dividing Before Fully Simplifying Fraction Terms\n> Never attempt to cancel numbers across a fraction bar while addition or subtraction operations remain unsimplified in the numerator or denominator. Always simplify top and bottom completely first.

Test Your Knowledge

Evaluate the expression: 36 ÷ 4 × 3 - 2³.

A
B
C
D
Test Your Knowledge

Simplify the expression: 4 × [15 + (18 - 3 × 4)] - 25.

A
B
C
D
Test Your Knowledge

Evaluate the expression: (5 × (4² - 6)) ÷ (2 × 7 + 11).

A
B
C
D
Test Your Knowledge

What is the value of 200 - 2 × (5 + 3)² + 100 ÷ 5?

A
B
C
D