8.1 Variable Expressions, Algebraic Substitution & One-Variable Linear Equations

Key Takeaways

  • The Wonderlic Quantitative section features algebra items designed to assess rapid logical reasoning and computational fluency, requiring candidates to solve equations in under 27 seconds without a calculator.
  • Reversing subtraction order is the most frequent translation error on the WBST: '6 less than 3 times a number' translates strictly to 3x - 6, never 6 - 3x.
  • Solving two-step equations requires inverse operations executed in reverse PEMDAS order: undo addition or subtraction first, then undo multiplication or division.
  • When facing complex fractional equations or multi-step variables on both sides, the Back-Substitution strategy (testing answer options directly) frequently beats formal algebraic manipulation under strict test pacing.
Last updated: September 2026

8.1 Variable Expressions, Algebraic Substitution & One-Variable Linear Equations

On the Wonderlic Basic Skills Test Quantitative section (WBST-QS), candidates are confronted with 45 questions within a strict 20-minute time constraint. This yields an average pacing allowance of just 26.67 seconds per question. Algebra questions on the WBST do not test theoretical proofs, quadratic factoring, or advanced graphing. Instead, they measure your practical quantitative agility: translating workplace operational instructions into symbolic equations, evaluating algebraic expressions by numerical substitution, and isolating unknown variables rapidly without a calculator.

Achieving top performance requires mastering two core competencies:

  1. Syntactic precision in translation: Converting English verbal conditions into exact mathematical notation while avoiding common sentence-structure traps.
  2. Procedural fluency and strategic shortcuts: Executing standard inverse operations systematically, while knowing when to pivot to Back-Substitution (testing answer choices directly) to beat the clock.

Algebraic Anatomy & Foundational Terminology

Before manipulating algebraic statements, you must be comfortable with the standard vocabulary used throughout WBST question stems:

TermMathematical DefinitionConcrete ExampleFunction on the WBST
VariableA letter or symbol representing an unknown quantity$x$, $y$, $w$, $n$Represents the target unknown (e.g., hourly wage, defect count, unit output).
ConstantA fixed numerical value that does not change$12$, $-7$, $4.5$Represents fixed baseline costs, flat service charges, or starting inventory.
CoefficientThe numerical factor multiplying a variableIn $8x$, the coefficient is $8$Represents unit prices, production rates per hour, or recurring fees.
TermA single number, variable, or product separated by $+$ or $-$ signsIn $5x^2 - 3x + 14$, terms are $5x^2$, $-3x$, and $14$The distinct additive building blocks of an expression.
ExpressionA collection of terms, numbers, and operators without an equals sign$4x - 9$Represents an uncalculated formula or partial quantity.
EquationA mathematical statement asserting equality ($=$) between two expressions$4x - 9 = 27$Represents a balanced relationship that can be solved for the variable.

Translating Verbal Statements into Algebraic Equations

Many WBST questions test your ability to convert workplace verbal directives into symbolic algebra. Under rapid exam pacing, candidates often misinterpret conversational phrasing. Below are the operational keywords and their precise symbolic mappings:

Core Operational Keywords

OperationVerbal Trigger PhrasesSymbolic NotationExam Example & Algebraic Translation
Additionsum of, increased by, more than, total of, added to$+$"A base salary increased by $450": $s + 450$
Subtractiondifference between, decreased by, less than, subtracted from$-$"9 less than 4 times a quantity $q$": $4q - 9$
Multiplicationproduct of, times, of, twice/double, triple$\times$ or juxtaposition"Three-fourths of total inventory $T$": $\frac{3}{4}T$
Divisionquotient of, divided by, ratio of, split equally$\div$ or fraction bar"The sum of $x$ and 8 divided by 2": $\frac{x + 8}{2}$
Equalityis, equals, results in, yields, is equivalent to$=$"Twice $w$ minus 5 equals 29": $2w - 5 = 29$

The Critical "Less Than" and "Subtracted From" Reversal Trap

In English grammar, prepositional phrasing often reverses the physical order of terms. On the WBST, this is the single most tested verbal trap:

  • "10 decreased by $x$" $\implies 10 - x$ (Standard sequential order)
  • "10 less than $x$" $\implies x - 10$ (Reversed order! You are subtracting 10 from $x$)
  • "14 subtracted from $5n$" $\implies 5n - 14$ (Reversed order! 14 is being taken away from $5n$)

Exam Trap Alert: If a problem states "6 less than 3 times a number is 21," the correct equation is $3x - 6 = 21$ (giving $3x = 27 \implies x = 9$). The test makers will always include the reversed distractor $6 - 3x = 21$ (which produces $x = -5$). Whenever you spot the word "than" following "less" or "greater," immediately reverse the order of appearance.

Grouping Keywords

When words like "the sum of" or "the difference between" precede division or multiplication, parentheses or a fraction bar must enclose the operation:

  • "The sum of $x$ and 8 divided by 2" translates to $\frac{x + 8}{2}$ or $(x + 8) \div 2$.
  • Distractor trap: $x + \frac{8}{2} = x + 4$. Notice that without grouping, only 8 is divided by 2.

Evaluating Expressions via Variable Substitution

Evaluating an expression means replacing variable letters with specific numbers and calculating the result using the strict Order of Operations (PEMDAS):

  1. Parentheses and grouping symbols
  2. Exponents and roots
  3. Multiplication and Division (from left to right)
  4. Addition and Subtraction (from left to right)

Watch the Sign Rules with Negative Numbers

The most frequent source of calculation errors during algebraic substitution involves negative signs:

  • Squaring negative numbers: $(-3)^2 = (-3) \times (-3) = +9$. Conversely, $-3^2 = -(3 \times 3) = -9$.
  • Multiplying signed numbers: $(-a) \times (-b) = +ab$, whereas $(-a) \times (+b) = -ab$.
  • Subtracting a negative value: $x - (-y) = x + y$.

Step-by-Step Substitution Example

Scenario: A machine tooling workshop calculates operational variance ($V$) using the expression: V=4a23ab+2bV = 4a^2 - 3ab + 2b Evaluate $V$ when $a = 3$ and $b = -2$.

  1. Substitute the given values within protective parentheses: V=4(3)23(3)(2)+2(2)V = 4(3)^2 - 3(3)(-2) + 2(-2)
  2. Evaluate the exponent first: 32=9    V=4(9)3(3)(2)+2(2)3^2 = 9 \implies V = 4(9) - 3(3)(-2) + 2(-2)
  3. Execute all multiplications from left to right: 4(9)=364(9) = 36 3(3)(2)=9(2)=+18-3(3)(-2) = -9(-2) = +18 +2(2)=4+2(-2) = -4
  4. Combine the resulting terms: V=36+184=544=50V = 36 + 18 - 4 = 54 - 4 = 50

Solving One-Step Linear Equations Using Inverse Operations

An algebraic equation functions like a balanced scale. To isolate the unknown variable on one side, you must apply the inverse operation to both sides of the equation:

                    INVERSE OPERATION PAIRINGS
                    
      Addition (+)        <-------->      Subtraction (-)
      Multiplication (×)  <-------->      Division (÷)
Given EquationOperation on VariableRequired Inverse OperationSolution Step & Result
$x + 17 = 43$Adding $17$Subtract $17$ from both sides$x = 43 - 17 \implies x = 26$
$y - 24 = 39$Subtracting $24$Add $24$ to both sides$y = 39 + 24 \implies y = 63$
$7w = 119$Multiplying by $7$Divide both sides by $7$$w = 119 \div 7 \implies w = 17$
$\frac{m}{6} = 14$Dividing by $6$Multiply both sides by $6$$m = 14 \times 6 \implies m = 84$

Fast Reciprocal Elimination of Fractional Coefficients

When a variable is multiplied by a proper or improper fraction, eliminate the fraction in a single step by multiplying both sides by its multiplicative inverse (reciprocal): 45x=28\frac{4}{5}x = 28 Multiply both sides by $\frac{5}{4}$: x=28×54=(284)×5=7×5=35x = 28 \times \frac{5}{4} = \left(\frac{28}{4}\right) \times 5 = 7 \times 5 = 35 Notice how dividing 28 by 4 first yields 7, which multiplies by 5 effortlessly in your head.


Solving Two-Step and Multi-Step Equations

Two-step and multi-step equations require systematic simplification before variable isolation can take place.

                  MULTI-STEP EQUATION SOLVING FLOWCHART
                  
  [ Step 1: Clear Parentheses ]  ==> Apply Distributive Property: a(bx + c) = abx + ac
               |
               v
  [ Step 2: Combine Like Terms ] ==> Add/subtract constants & variable terms on each side
               |
               v
  [ Step 3: Collect Variables ]  ==> Move all variable terms to one side (keep positive)
               |
               v
  [ Step 4: Undo Add / Sub ]     ==> Isolate the variable term on one side
               |
               v
  [ Step 5: Undo Mult / Div ]    ==> Divide by coefficient to solve for variable

1. Two-Step Equations ($ax + b = c$)

Always undo addition or subtraction before undoing multiplication or division (reverse PEMDAS): Solve: 5x13=32\text{Solve: } 5x - 13 = 32

  • Step 1 (Undo subtraction): Add 13 to both sides: $5x = 32 + 13 \implies 5x = 45$
  • Step 2 (Undo multiplication): Divide both sides by 5: $x = \frac{45}{5} \implies x = 9$

2. Combining Like Terms

Terms sharing the identical variable base can be combined by adding or subtracting their coefficients: Solve: 7x4+3x+12=58\text{Solve: } 7x - 4 + 3x + 12 = 58

  • Step 1: Combine variable terms: $7x + 3x = 10x$
  • Step 2: Combine constant terms: $-4 + 12 = +8$
  • Step 3: The simplified equation is $10x + 8 = 58$
  • Step 4: Subtract 8 from both sides: $10x = 50$
  • Step 5: Divide by 10: $x = 5$

3. The Distributive Property

When a factor multiplies a parenthetical grouping, multiply the outside factor across every individual term inside: a(b+c)=ab+acanda(bc)=abaca(b + c) = ab + ac \quad \text{and} \quad a(b - c) = ab - ac

Worked Demonstration: Solve: $4(2x - 3) - 2(x + 5) = 14$

  1. Distribute outside multipliers (watch negative signs carefully): 4(2x)4(3)2(x)2(5)=144(2x) - 4(3) - 2(x) - 2(5) = 14 8x122x10=148x - 12 - 2x - 10 = 14
  2. Combine like terms on the left side: (8x2x)+(1210)=14    6x22=14(8x - 2x) + (-12 - 10) = 14 \implies 6x - 22 = 14
  3. Undo subtraction: Add 22 to both sides: 6x=14+22    6x=366x = 14 + 22 \implies 6x = 36
  4. Undo multiplication: Divide by 6: x=6x = 6

4. Variables on Both Sides

When the variable appears on both sides of the equals sign, eliminate the variable term with the smaller coefficient to ensure your remaining coefficient stays positive: Solve: 8x15=3x+20\text{Solve: } 8x - 15 = 3x + 20

  • Step 1: Subtract $3x$ from both sides: $5x - 15 = 20$
  • Step 2: Add 15 to both sides: $5x = 35$
  • Step 3: Divide by 5: $x = 7$

The Back-Substitution Strategy: Testing Answer Options Directly

Under the strict 26.67-second timer of the WBST, formal algebraic isolation is not always the fastest path. If an equation involves messy fractions, parenthetical expressions, or decimal coefficients, you can test the answer options directly—a process called Back-Substitution.

When and How to Deploy Back-Substitution

  1. Identify numerical ordering: Multiple-choice options on the WBST are almost universally arranged in ascending or descending numerical order.
  2. Test Option B or C first: Testing a middle value provides directional feedback:
    • If testing Option B produces a result that is too small, eliminate B and any smaller options.
    • If testing Option B produces a result that is too large, eliminate B and any larger options.
  3. Leverage integer divisibility: If the equation divides by a number (e.g., $(x + 5) \div 7 = 6$), the numerator $(x + 5)$ must be a multiple of 7. Eliminate options immediately that fail this divisibility check.

Speed Demonstration: Solve for $x$: $\frac{3x + 5}{4} = 8$ Options: A) 7, B) 9, C) 11, D) 13

  • Test Option B ($x = 9$): 3(9)+54=27+54=324=8\frac{3(9) + 5}{4} = \frac{27 + 5}{4} = \frac{32}{4} = 8 The equation balances on the first try! Total time consumed: 8 seconds.
Test Your Knowledge

An assembly line supervisor notes that 8 less than 4 times a worker's hourly output (w) equals 68 units. Which equation correctly represents this situation, and what is the value of w?

A
B
C
D
Test Your Knowledge

If 3(2x - 5) + 4 = 2x + 11, what is the value of x?

A
B
C
D
Test Your Knowledge

An inventory specialist needs to evaluate the cost expression 5a - 3b + 2c when a = 4, b = -2, and c = 7. What is the value of the expression?

A
B
C
D