5.2 Order of Operations (PEMDAS) & Signed Integer Arithmetic

Key Takeaways

  • In the PEMDAS hierarchy, Multiplication and Division share identical priority and must be executed strictly from left to right, as do Addition and Subtraction.
  • A horizontal fraction bar acts as a grouping symbol, requiring complete evaluation of the numerator and denominator before performing final division.
  • Subtraction of signed integers should always be converted to addition using 'Keep-Change-Change' (a - b = a + (-b)) to prevent sign errors.
  • Absolute value represents geometric distance from zero (|x| ≥ 0) and functions as a grouping symbol that must be simplified internally before removing the bars.
  • The 'Underline and Rewrite' scratch-paper technique systematically prevents working memory overload during multi-tiered arithmetic evaluations.
Last updated: September 2026

5.2 Order of Operations (PEMDAS) & Signed Integer Arithmetic

Mathematical expressions on the Wonderlic Basic Skills Test (WBST) are carefully engineered to assess whether candidates understand standard operational hierarchy and signed integer arithmetic. Because test takers face an average of 26.67 seconds per quantitative question without a calculator, test writers deliberately insert order-of-precedence "speed traps." Candidates who instinctively calculate expressions from left to right without applying standard mathematical rules consistently fall into these traps and select pre-calculated distractor answers.

To protect your score and maintain testing momentum, you must master the strict operational sequence known as PEMDAS (or BODMAS), thoroughly understand signed integer arithmetic across all four operations, and apply reliable scratch-paper methods for multi-tiered expressions.


The PEMDAS / BODMAS Hierarchy: Structure and Equal-Precedence Rules

The standard universal order of operations governs the precise sequence in which arithmetic computations must be executed. It is commonly remembered through the acronym PEMDAS ("Please Excuse My Dear Aunt Sally") or BODMAS ("Brackets, Orders, Division, Multiplication, Addition, Subtraction"):

                         THE OPERATIONAL PRECEDENCE PYRAMID
                         
                                      / \
                                     / P \         Tier 1: Parentheses & Grouping Symbols
                                    /-----\        (), [], {}, fraction bars, radicals
                                   /   E   \       Tier 2: Exponents & Roots
                                  /---------\      Powers (x²), roots (√x)
                                 /  M  -  D  \     Tier 3: Multiplication & Division
                                /-------------\    Strictly EQUAL priority, LEFT TO RIGHT
                               /   A   -   S   \   Tier 4: Addition & Subtraction
                              /-----------------\  Strictly EQUAL priority, LEFT TO RIGHT

The Four Operational Tiers

  1. P — Parentheses & Grouping Symbols: Evaluate all operations enclosed within parentheses (), brackets [], braces {}, absolute value bars | |, and radicals . If grouping symbols are nested, work from the innermost group outward. Furthermore, a horizontal fraction bar functions as a grouping symbol: you must completely simplify the entire numerator and the entire denominator before performing the final division.
  2. E — Exponents & Roots: Calculate all powers and roots (e.g., $3^2 = 9$, $2^3 = 8$, $\sqrt{49} = 7$). Pay strict attention to sign placement: $(-4)^2 = (-4) × (-4) = +16$, whereas $-4^2 = -(4 × 4) = -16$.
  3. M & D — Multiplication and Division (STRICTLY EQUAL PRECEDENCE): This is the single most common failure point on the WBST. Multiplication does NOT take priority over division. Multiplication and division share identical operational precedence and must be executed in strict order from left to right as they appear in the expression. If division appears to the left of multiplication, you must divide first!
  4. A & S — Addition and Subtraction (STRICTLY EQUAL PRECEDENCE): Similarly, addition does NOT take priority over subtraction. Addition and subtraction share equal operational weight and must be resolved from left to right. If subtraction appears to the left of addition, perform subtraction first!

Classic Precedence Traps on the WBST

Wonderlic test questions are crafted around predictable cognitive errors. The table below highlights three classic order-of-operations traps, contrasting the naive left-to-right calculation with the mathematically sound PEMDAS solution:

ExpressionCommon Trapped / Naive CalculationCorrect PEMDAS ExecutionStrategic Precedence Rule Violated
18 - 3 × 4 + 2(18 - 3) = 15<br>15 × 4 = 60<br>60 + 2 = 62 (Wrong!)Multiplication first: 3 × 4 = 12<br>Left-to-right: 18 - 12 = 6<br>6 + 2 = 8 (Correct!)Performing subtraction before multiplication; failing to execute remaining operations left to right.
24 ÷ 6 × 26 × 2 = 12<br>24 ÷ 12 = 2 (Wrong!)Left-to-right priority:<br>24 ÷ 6 = 4<br>4 × 2 = 8 (Correct!)Assuming multiplication precedes division. Because both have equal rank, evaluate strictly left to right.
30 - 5 + 35 + 3 = 8<br>30 - 8 = 22 (Wrong!)Left-to-right priority:<br>30 - 5 = 25<br>25 + 3 = 28 (Correct!)Assuming addition precedes subtraction. Because both have equal rank, evaluate strictly left to right.

Detailed Walkthrough of a Multi-Step Trap

Evaluate the expression: 402×(3+2)2÷540 - 2 × (3 + 2)^2 ÷ 5

  • Step 1 (Parentheses): Simplify inside the parentheses: $(3 + 2) = 5$. The expression becomes: $40 - 2 × 5^2 ÷ 5$.
  • Step 2 (Exponents): Evaluate the power: $5^2 = 25$. The expression becomes: $40 - 2 × 25 ÷ 5$.
  • Step 3 (Multiplication & Division Left to Right):
    • First encounter: multiplication $2 × 25 = 50$. The expression becomes: $40 - 50 ÷ 5$.
    • Next encounter: division $50 ÷ 5 = 10$. The expression becomes: $40 - 10$.
  • Step 4 (Subtraction): Complete final subtraction: $40 - 10 = 30$.
  • Trap Warning: If a candidate calculated $(40 - 2) = 38$ first, or multiplied after dividing, they would arrive at completely erroneous figures that Wonderlic intentionally lists among the answer choices!

Signed Integer Arithmetic: Rules Across the Four Operations

Signed integers (positive numbers, negative numbers, and zero) appear extensively on the WBST, both in pure symbolic equations and in practical workplace contexts (such as profit/loss, temperature swings, and elevation changes).

                            THE SIGNED NUMBER LINE
<---|--------|--------|--------|--------|--------|--------|--------|--->
   -4       -3       -2       -1        0       +1       +2       +3
<--- Decreasing Values (Negative)                Increasing Values (Positive) --->

1. Addition of Signed Integers

  • Rule for Like Signs (Positive + Positive OR Negative + Negative): Add the absolute values (magnitudes) of the numbers together and attach the shared sign.
    • $(+8) + (+6) = +14$
    • $(-9) + (-7) = -(9 + 7) = -16$
  • Rule for Unlike Signs (Positive + Negative): Find the difference between the two absolute values (subtract the smaller magnitude from the larger magnitude). The sign of the final sum is the sign of the number with the larger absolute value.
    • $(-15) + (+9) = -(15 - 9) = -6$ (15 is larger than 9, so the result is negative).
    • $(+22) + (-8) = +(22 - 8) = +14$ (22 is larger than 8, so the result is positive).

2. Subtraction of Signed Integers: "Add the Opposite"

Subtraction of signed numbers is the single most frequent source of sign errors. Never attempt to subtract negative numbers directly in your head. Convert every subtraction problem into an addition problem using the "Keep-Change-Change" (KCC) rule: ab=a+(b)a - b = a + (-b)

  1. Keep the first number exactly as it is.
  2. Change the subtraction operator (-) to an addition operator (+).
  3. Change the sign of the second number to its opposite.
Original SubtractionKeep-Change-Change TransformationSimplified Addition CalculationFinal Result
12 - (-7)Keep 12, Change - to +, Change -7 to +712 + 7+19
-14 - 9Keep -14, Change - to +, Change +9 to -9-14 + (-9)-23
-8 - (-15)Keep -8, Change - to +, Change -15 to +15-8 + 15+7
6 - 19Keep 6, Change - to +, Change +19 to -196 + (-19)-13

Critical Rule: Two consecutive minus signs with no number in between always resolve into a positive: $-(-x) = +x$.

3. Multiplication and Division of Signed Integers

The rules for multiplying and dividing signed integers depend strictly on counting the number of negative factors involved:

  • Like Signs Yield a Positive Result:
    • $(+) × (+) = (+)$ and $(+) ÷ (+) = (+)$
    • $(-) × (-) = (+)$ and $(-) ÷ (-) = (+)$
    • Examples: $(-6) × (-8) = +48$; $(-54) ÷ (-9) = +6$.
  • Unlike Signs Yield a Negative Result:
    • $(+) × (-) = (-)$ and $(+) ÷ (-) = (-)$
    • $(-) × (+) = (-)$ and $(-) ÷ (+) = (-)$
    • Examples: $(7) × (-4) = -28$; $(-36) ÷ (4) = -9$.
  • Multiple Factor Sign Rule: When multiplying a chain of numbers, count the total number of negative signs:
    • An EVEN number of negative signs yields a POSITIVE result: $(-2) × (-3) × (-4) × (-5) = +120$ (4 negatives $\to$ positive).
    • An ODD number of negative signs yields a NEGATIVE result: $(-2) × (-3) × (-4) = -24$ (3 negatives $\to$ negative).

Absolute Value: Definition, Properties & Operations

The absolute value of a real number $x$, denoted by $|x|$, represents its geometric distance from zero on the real number line, regardless of direction.

Fundamental Properties of Absolute Value

  • Because distance cannot be negative, the absolute value of any real number is always non-negative: x0for all real x|x| \ge 0 \quad \text{for all real } x
  • If $x$ is positive or zero: $|x| = x$ (e.g., $|+9| = 9$, $|0| = 0$).
  • If $x$ is negative: $|x| = -x$ (e.g., $|-14| = -(-14) = 14$).

Absolute Value Bars as Grouping Symbols

On the WBST, absolute value bars function as grouping symbols with the exact same precedence tier as parentheses:

  1. You must completely evaluate and simplify all mathematical operations inside the absolute value bars before applying the absolute value operation.
  2. Never distribute an operation or sign across absolute value bars.

Evaluate: 18+718+7\text{Evaluate: } |-18 + 7| \ne |-18| + |7|

  • Correct: $|-18 + 7| = |-11| = 11$.
  • Incorrect distribution: $|-18| + |7| = 18 + 7 = 25$ (Fatal error!)

The Negative Sign Outside Absolute Value

Pay close attention to negative signs located outside absolute value bars: Evaluate: 8\text{Evaluate: } -|-8|

  • The interior absolute value evaluates to positive 8: $|-8| = 8$.
  • The outer negative sign is then applied: $-(8) = -8$.
  • Therefore, $-|-8| = -8$.

Evaluating Multi-Tiered Expressions on Scratch Paper

When faced with a complex expression under a 26.67-second timer, attempting to resolve multiple steps simultaneously in your head creates working memory cognitive overload. Use the systematic "Underline and Rewrite" method on scratch paper:

  • Write the expression on your paper.
  • Underline the single highest-priority operation according to PEMDAS.
  • Write the result directly below on the next line, bringing down all remaining untouched terms.
  • Repeat until a single scalar value remains.

Worked Demonstration

Evaluate: 15+3×[42×(16)]20÷4-15 + 3 × [4 - 2 × (1 - 6)] - |-20 ÷ 4|

  1. Innermost Parentheses: Underline $(1 - 6) = -5$. 15+3×[42×(5)]20÷4\to -15 + 3 × [4 - 2 × (-5)] - |-20 ÷ 4|
  2. Multiplication inside Brackets: Underline $-2 × (-5) = +10$. 15+3×[4+10]20÷4\to -15 + 3 × [4 + 10] - |-20 ÷ 4|
  3. Addition inside Brackets: Underline $[4 + 10] = 14$. 15+3×1420÷4\to -15 + 3 × 14 - |-20 ÷ 4|
  4. Absolute Value Interior & Resolution: Underline $|-20 ÷ 4| = |-5| = 5$. 15+3×145\to -15 + 3 × 14 - 5
  5. Multiplication: Underline $3 × 14 = 42$. 15+425\to -15 + 42 - 5
  6. Addition and Subtraction (Left to Right):
    • Underline $-15 + 42 = +27$.
    • Compute $27 - 5 = 22$.
  • Final answer: 22.

By following this disciplined, 6-line progression, you ensure 100% accuracy and completely eliminate the sign reversals and operational skips that trap careless test takers.

Test Your Knowledge

What is the value of the numerical expression: 48 ÷ 4 × 2 - (15 - 3 × 4)² + 6?

A
B
C
D
Test Your Knowledge

Evaluate the following multi-step integer expression involving signed numbers and absolute values: -18 + (-4) × (-6) - |-14 + 5|

A
B
C
D
Test Your Knowledge

An HVAC technician records temperature changes inside an environmental test chamber. The chamber starts at -12°F, drops by 8°F during a refrigeration cycle, triples its subsequent temperature during a rapid reheat cycle, and finally increases by 25°F. What is the final temperature in the test chamber?

A
B
C
D