Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. SSAT Upper Level Quantitative
  2. Evaluate expressions using order of operations.

SSAT-UPPER-LEVEL-QUANTITATIVE • QUANTITATIVE

Evaluate expressions using order of operations.

Master the universal rules that ensure every mathematical expression yields exactly one correct answer.

SECTION 1

Historical Context & Motivation

Imagine two students evaluating the expression 3 + 4 × 2. One student adds first and gets 14; the other multiplies first and gets 11. Without a shared set of rules, the same expression produces two different answers — a catastrophic problem for science, commerce, and engineering. The order of operations is the convention mathematicians developed to eliminate this ambiguity. These rules guarantee that every well-formed expression has exactly one value, no matter who evaluates it or where in the world they work.

1600s
Early Algebraic Notation
Mathematicians like René Descartes and François Viète began standardizing algebraic symbols. As notation became widespread, the need for agreed-upon evaluation rules became urgent.
1700s
Exponents and Grouping Emerge
Euler and other Enlightenment-era mathematicians popularized exponential notation and parentheses. The convention that multiplication precedes addition became an implicit standard in published work.
1800s
Formal Textbook Codification
Algebra textbooks in Europe and America began listing explicit precedence hierarchies. Teachers emphasized that multiplication and division rank above addition and subtraction.
1900s
Mnemonics Enter the Classroom
Acronyms like PEMDAS (Parentheses, Exponents, Multiplication, Division, Addition, Subtraction) and BODMAS (Brackets, Orders, Division, Multiplication, Addition, Subtraction) became standard teaching tools around the world.
1970s–Today
Computers & Calculators
Programming languages and scientific calculators hard-code order of operations into their parsers. Every time you type an expression into a calculator, the device uses these same hierarchy rules to produce its answer.

The central question is straightforward: when an expression contains several different operations, which one do you perform first? The order of operations provides a definitive answer, and mastering it is essential for every quantitative problem on the SSAT Upper Level exam.

SECTION 2

Core Principles & Definitions

The order of operations is often summarized by the mnemonic PEMDAS, which stands for Parentheses, Exponents, Multiplication, Division, Addition, and Subtraction. However, the mnemonic can be misleading if you read it as six separate, sequential steps. In reality, the rules form a four-level hierarchy, and operations at the same level are evaluated from left to right.

1

Parentheses & Grouping Symbols

Always evaluate the innermost grouping symbols first — parentheses ( ), brackets [ ], braces { }, and fraction bars all act as grouping. The expression inside must be fully simplified before it interacts with anything outside.
2

Exponents & Roots

After resolving all grouping symbols, evaluate exponents (powers) and roots (square roots, cube roots). These are second-tier operations because they represent repeated multiplication.
3

Multiplication & Division

Multiplication and division share the same priority level. Work through them from left to right in the order they appear — do NOT assume multiplication always comes before division.
4

Addition & Subtraction

Addition and subtraction are the lowest-priority operations and also share a tier. Process them from left to right. Subtraction is equivalent to adding a negative, so their equal ranking is natural.
✦ KEY TAKEAWAY
KEY TAKEAWAY
Common PEMDAS Trap
SECTION 3

Visual Explanation: The Precedence Hierarchy

ORDER OF OPERATIONS HIERARCHYEvaluate from the top tier down · Same-tier operations resolve left → rightTIER 1 — HIGHEST PRIORITYParentheses & Grouping Symbols( ) [ ] { } fraction barsTIER 2Exponents & Rootsx² x³ √x ³√xTIER 3Multiplication & Division (left → right)× ÷TIER 4 — LOWEST PRIORITYAddition & Subtraction (left → right)+ −EVALUATE FIRST
The four-tier hierarchy of operations. Start at Tier 1 (parentheses) and work downward. Within any single tier, resolve operations from left to right.

Notice in the diagram that multiplication and division sit on the same tier, as do addition and subtraction. This is the detail that trips up many test-takers. The mnemonic PEMDAS lists M before D and A before S, but those pairs are co-equal. When two co-equal operations appear in the same expression, you simply work from the leftmost operation to the rightmost, much like reading a sentence in English.

SECTION 4

Mathematical Framework

Although the order of operations is a convention rather than a theorem, it can be expressed as a precise set of evaluation rules. Understanding the formal structure helps you handle complex, nested expressions with confidence.

GENERAL EVALUATION RULE
Evaluate: G → E → (M / D, left→right) → (A / S, left→right)
G = grouping symbols (parentheses, brackets, fraction bars); E = exponents and roots; M/D = multiplication and division (same tier); A/S = addition and subtraction (same tier). Resolve each tier completely before moving to the next.
NESTED GROUPING
a × [b + (c − d)²] → Resolve (c − d) first, then square, then add b, then multiply by a
When grouping symbols are nested, always begin with the innermost pair and expand outward. Brackets [ ] and braces { } follow the same rules as parentheses ( ).
FRACTION BARS AS GROUPING
(a + b) / (c − d) is equivalent to (a + b) ÷ (c − d)
A fraction bar acts as both a division sign and a grouping symbol. The entire numerator is one group and the entire denominator is another. Evaluate each group completely before dividing.
SSAT Tip: Implicit Multiplication
SECTION 5

Detailed Breakdown: Evaluating an Expression Step by Step

Let's trace through a moderately complex expression to see every tier of the hierarchy in action. Consider the expression: 5 + 3 × (8 − 2)² ÷ 4 − 1. The following diagram shows the evaluation process as a flowchart, with each step highlighted.

STEP-BY-STEP EVALUATION FLOW5 + 3 × (8 − 2)² ÷ 4 − 1STEP 1 — PARENTHESES5 + 3 × (6)² ÷ 4 − 1(8 − 2 = 6)STEP 2 — EXPONENTS5 + 3 × 36 ÷ 4 − 1(6² = 36)STEP 3 — MULTIPLY (left to right)5 + 108 ÷ 4 − 1(3 × 36 = 108)STEP 4 — DIVIDE (left to right)5 + 27 − 1(108 ÷ 4 = 27)STEP 5 — ADD (left to right)32 − 1(5 + 27 = 32)STEP 6 — SUBTRACT= 31(32 − 1 = 31)Tier 1Tier 2Tier 3Tier 4
Each box represents one evaluation step. Notice how Steps 3 and 4 both belong to Tier 3 (multiplication/division) and are resolved left to right, and Steps 5 and 6 both belong to Tier 4 (addition/subtraction) and are also resolved left to right.

The flow above demonstrates a critical pattern: at each step you rewrite the entire expression with only the newly computed value changed, while every other term stays in place. This rewriting strategy is your best defense against careless errors on timed tests. By keeping the full expression visible, you can always verify which operation comes next.

SECTION 6

Worked Example

Let's work through a challenging SSAT-style problem from start to finish. Evaluate: (3 + 5)² ÷ 16 × 3 − 4² + 7 × 2.

Step 1 — Resolve Parentheses

Evaluate the expression inside the parentheses: 3 + 5 = 8. The expression becomes (8)² ÷ 16 × 3 − 4² + 7 × 2.
8² ÷ 16 × 3 − 4² + 7 × 2

Step 2 — Evaluate Exponents

Evaluate all exponents left to right: 8² = 64, and 4² = 16. No other exponents remain.
64 ÷ 16 × 3 − 16 + 7 × 2

Step 3 — Multiplication & Division (Left to Right)

Scan left to right for × and ÷. First: 64 ÷ 16 = 4. Next: 4 × 3 = 12. Then: 7 × 2 = 14. Rewrite the expression with these results.
12 − 16 + 14

Step 4 — Addition & Subtraction (Left to Right)

Scan left to right: 12 − 16 = −4, then −4 + 14 = 10.
Final Answer: 10
Test-Taking Strategy: Always Rewrite
SECTION 7

Common Error Patterns

The SSAT's answer choices are carefully designed to match the values you would get if you made a typical order-of-operations error. Knowing these traps in advance lets you steer clear of them.

1

Left-to-Right Error on Same Tier

Performing division before multiplication when multiplication appears first left to right. In 3 × 12 ÷ 4, compute 3 × 12 = 36 first, then 36 ÷ 4 = 9. Reversing the order gives the wrong answer of 9 only coincidentally — it often gives a different wrong value.
2

Skipping Exponents Inside Groups

Forgetting to apply an exponent to the entire result of a parenthetical expression. In (2 + 3)², you must add first to get 5, then square to get 25 — not compute 2 + 3² = 11.
3

Adding Before Multiplying

In 2 + 3 × 4, adding first gives 5 × 4 = 20, which is wrong. Multiply first: 3 × 4 = 12, then add 2 to get 14. This is the most common beginner error.
4

Ignoring Negative Signs After Subtraction

When a result goes negative mid-expression, students sometimes drop the sign. In 12 − 16 + 14, compute 12 − 16 = −4 first, then −4 + 14 = 10. Dropping the negative yields the wrong answer 26.
SECTION 8

Connections to Advanced Mathematics

The order of operations is not just a grade-school rule — it is the foundation for virtually every algebraic manipulation you will encounter. When you simplify polynomial expressions, solve equations, or evaluate functions, you are applying the same hierarchy. Understanding how these basic rules scale into more advanced contexts gives you a significant edge.

As you progress through algebra, geometry, and eventually pre-calculus, you will encounter expressions of increasing complexity. The good news is that the underlying rules never change. Whether you are evaluating 3 + 5 × 2 or substituting values into a quadratic formula, the same four-tier hierarchy governs every step.

SECTION 9

Practice Problems

Test your understanding with these five problems, arranged from conceptual to challenging. Each problem uses the five-choice SSAT format. Work through each one on paper before reading the solution.

PROBLEM 1 — PROBLEM 1
PROBLEM 1 — PROBLEM 1
PROBLEM 1 — PROBLEM 1
PROBLEM 1 — PROBLEM 1
PROBLEM 1 — PROBLEM 1
Varsity Tutors • ssat-upper-level-quantitative • Evaluate expressions using order of operations.