ISEE UPPER LEVEL • MATHEMATICS ACHIEVEMENT

Evaluate expressions using order of operations.

Master the universal rules that guarantee every mathematical expression has exactly one correct answer.

Why Order of Operations Exists

Imagine texting a friend the expression 3 + 4 × 2 and asking for the answer. Without a shared set of rules, one person might add first to get 14, while another multiplies first to get 11. Throughout the history of mathematics, scholars recognized that a single expression must produce a single, unambiguous result. The order of operations is the convention that eliminates this confusion.

1600s
Early Algebraic Notation
Mathematicians like René Descartes and Gottfried Wilhelm Leibniz developed symbolic algebra, creating the need for consistent rules about which operations to perform first.
1700s
Exponent and Grouping Conventions
Leonhard Euler popularized modern exponent notation. Parentheses became the standard way to override default operation order, giving mathematicians explicit control over evaluation sequence.
1800s
Multiplication Before Addition
Textbooks across Europe and America codified the rule that multiplication and division take priority over addition and subtraction, reflecting their closer algebraic relationship to repeated grouping.
1900s
PEMDAS Enters the Classroom
The mnemonic PEMDAS (Parentheses, Exponents, Multiplication, Division, Addition, Subtraction) became a staple of American math education, giving students a memorable framework for the convention.

The central question that the order of operations answers is straightforward yet critical: when an expression contains several different operations, which one do you calculate first? On the ISEE, roughly two to four questions per Mathematics Achievement section depend on your ability to apply these rules accurately and efficiently. Mastering this topic is one of the most reliable ways to pick up points, because the rules never change.

Core Principles of PEMDAS

The order of operations is often summarized by the acronym PEMDAS. Each letter stands for a level of priority. However, many students misinterpret PEMDAS by thinking multiplication always comes before division, or addition always before subtraction. In reality, multiplication and division share the same priority level, and addition and subtraction share another. Within each level, you work strictly from left to right.

1

Parentheses (P)

Evaluate everything inside grouping symbols first — parentheses ( ), brackets [ ], and braces { }. If groups are nested, start with the innermost group and work outward.
2

Exponents (E)

Next, evaluate all exponents and roots. This includes squaring, cubing, and square roots. Apply the exponent only to the base directly attached to it.
3

Multiplication & Division (MD)

These two operations share equal priority. Work through them from left to right in the order they appear. Do NOT always multiply before dividing.
4

Addition & Subtraction (AS)

Also equal priority. After completing all multiplication and division, sweep left to right through any remaining addition and subtraction.
KEY TAKEAWAY
KEY TAKEAWAY

Visualizing the Priority Hierarchy

The diagram below shows the order of operations as a priority pyramid. Operations at the top of the pyramid must be completed before those below. Notice that multiplication and division sit on the same level, and addition and subtraction sit on the same level. The left-to-right arrow on each tier reminds you of the tiebreaker rule within each priority level.

The pyramid shape reinforces that operations with higher priority (narrower, higher tiers) must be resolved before moving down. The dashed arrows on the M/D and A/S tiers show the left-to-right tiebreaker rule that applies when operations share a priority level.
ISEE Strategy Tip

The Mathematical Framework

While PEMDAS is a mnemonic, the underlying mathematics is precise. Understanding each rule as a formal principle helps you apply it correctly in complex expressions, especially those involving negative numbers, nested grouping, or exponents combined with subtraction — all of which appear on the ISEE.

GROUPING SYMBOLS FIRST
a × (b + c) ≠ a × b + c
Parentheses force the addition to happen before multiplication. For example, 3 × (2 + 5) = 3 × 7 = 21, but 3 × 2 + 5 = 6 + 5 = 11.
EXPONENT BEFORE MULTIPLICATION
a × b² = a × (b × b), not (a × b)²
The exponent applies only to its immediate base. So 2 × 3² = 2 × 9 = 18. If you mistakenly compute (2 × 3)² you get 36 — a common wrong answer on the ISEE.
NEGATIVE BASE CAUTION
−3² = −(3²) = −9, but (−3)² = 9
Without parentheses, the negative sign is treated as subtraction applied after the exponent. With parentheses around −3, the entire negative number is squared, yielding a positive result.
LEFT-TO-RIGHT TIE RULE
24 ÷ 6 × 2 = 4 × 2 = 8, not 24 ÷ 12 = 2
Division and multiplication have equal priority, so you process them left to right. Dividing first gives 4, then multiplying by 2 gives 8. Multiplying 6 × 2 first would violate the left-to-right rule.
Watch for Fraction Bars

Common ISEE Traps and How to Avoid Them

The ISEE deliberately designs wrong answer choices to match errors that students commonly make with order of operations. By knowing what these traps look like, you can recognize when you have accidentally fallen into one and correct your work before choosing an answer. The diagram below maps the most frequent mistakes to their root causes.

Six common traps are shown with the incorrect result (✗) and the correct result (✓). On the ISEE, wrong answer choices are often designed to match the result of exactly one of these mistakes. If your answer matches a choice but felt too easy, double-check your operation order.

Notice that every trap stems from applying operations in the wrong sequence. Trap 1 violates the priority hierarchy by doing addition before multiplication. Traps 2 and 6 violate the left-to-right tiebreaker rule. Trap 3 misidentifies what the exponent applies to. Traps 4 and 5 overlook grouping symbols. When you practice, label each step with the PEMDAS level you are using — this habit makes errors visible before they cost you points.

Worked Example: Full PEMDAS Walkthrough

Let's evaluate a multi-step expression that tests every level of PEMDAS. Follow each step carefully and notice how we process one priority level at a time, always moving left to right within a level.

1
Step 1 — Identify Grouping SymbolsThe expression contains one set of parentheses: (10 − 2²). We must evaluate everything inside these parentheses first. But within the parentheses, there is an exponent, so the exponent inside the group comes before the subtraction inside the group.
2
Step 2 — Exponent Inside ParenthesesEvaluate 2² = 4. The expression inside the parentheses becomes (10 − 4).
4 + 3 × (10 − 4) ÷ 6
3
Step 3 — Subtraction Inside ParenthesesNow complete the parentheses: 10 − 4 = 6. The parentheses are resolved.
4 + 3 × 6 ÷ 6
4
Step 4 — Multiplication and Division (Left to Right)No more exponents remain. Moving to the M/D level, scan left to right. First, 3 × 6 = 18. Then 18 ÷ 6 = 3.
4 + 3
5
Step 5 — AdditionFinally, perform the addition: 4 + 3 = 7.
Final answer: 7
ISEE Timing Tip

PEMDAS vs. Common Misinterpretations

Many students have memorized PEMDAS but still misapply it because they treat it as six sequential steps rather than four priority levels. The table below compares the correct interpretation with the most common misunderstanding, side by side.

Correct vs. incorrect interpretations of PEMDAS
AspectCorrect InterpretationCommon Misunderstanding
M vs. DEqual priority — process left to rightMultiplication always comes before division
A vs. SEqual priority — process left to rightAddition always comes before subtraction
Negative signs−3² means −(3²) = −9 unless parentheses say (−3)²The negative is part of the base, so −3² = 9
Fraction barsAct as grouping symbols — evaluate numerator and denominator fully before dividingDivide term by term without grouping
Nested groupsWork from the innermost group outwardEvaluate the outermost group first
KEY TAKEAWAY
REMEMBER

Connecting to Algebra and Beyond

Order of operations is not just an arithmetic skill — it is the foundation of every algebraic manipulation you will ever perform. When you simplify an expression like 2x² + 3x − 5 for a given value of x, you are applying PEMDAS. When you distribute in 3(x + 4), the reason you multiply 3 by both x and 4 is rooted in how parentheses override addition's lower priority. Mastering PEMDAS now prepares you for equation solving, function evaluation, and even calculus.

How order of operations extends into algebra
ConceptArithmetic ExampleAlgebraic Extension
Evaluating expressions3 + 4 × 2 = 11If x = 2, then 3 + 4x = 3 + 8 = 11
Exponent rules2 × 3² = 2 × 9 = 182x² when x = 3 means 2(9) = 18
Distributive property3 × (4 + 5) = 3 × 9 = 273(x + 5) = 3x + 15
Substitution into functionsf(x) = x² − 4x + 1; f(3) = 9 − 12 + 1 = −2Requires PEMDAS at every substitution step

On the ISEE, you may encounter problems that combine order of operations with variable substitution. For example, a question might ask you to find the value of 2a² − 3b + c when a = 4, b = 5, and c = 7. The key is to substitute carefully and then apply PEMDAS to the resulting numerical expression. The exponent applies to 4 (not to 2 × 4), you multiply before subtracting, and you process the full expression left to right at each priority level.

Practice Problems

These five problems mirror the style and difficulty of actual ISEE Mathematics Achievement questions. Work through each one step by step, applying PEMDAS carefully. Remember: there is no penalty for wrong answers on the ISEE, so always select an answer — but use process of elimination to improve your odds when you are unsure.

1
What is the value of 8 + 3 × 5?
2
What is the value of 20 − 3² + 4?
3
What is the value of 2(6 + 3)² ÷ 9?
4
What is the value of 5 + 4 × 2³ − 10 ÷ 2?
5
What is the value of 48 ÷ (2 × 3) + 5² − 7 × 2?
Varsity Tutors • ISEE Upper Level • Evaluate expressions using order of operations.