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.
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:
- Syntactic precision in translation: Converting English verbal conditions into exact mathematical notation while avoiding common sentence-structure traps.
- 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:
| Term | Mathematical Definition | Concrete Example | Function on the WBST |
|---|---|---|---|
| Variable | A letter or symbol representing an unknown quantity | $x$, $y$, $w$, $n$ | Represents the target unknown (e.g., hourly wage, defect count, unit output). |
| Constant | A fixed numerical value that does not change | $12$, $-7$, $4.5$ | Represents fixed baseline costs, flat service charges, or starting inventory. |
| Coefficient | The numerical factor multiplying a variable | In $8x$, the coefficient is $8$ | Represents unit prices, production rates per hour, or recurring fees. |
| Term | A single number, variable, or product separated by $+$ or $-$ signs | In $5x^2 - 3x + 14$, terms are $5x^2$, $-3x$, and $14$ | The distinct additive building blocks of an expression. |
| Expression | A collection of terms, numbers, and operators without an equals sign | $4x - 9$ | Represents an uncalculated formula or partial quantity. |
| Equation | A 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
| Operation | Verbal Trigger Phrases | Symbolic Notation | Exam Example & Algebraic Translation |
|---|---|---|---|
| Addition | sum of, increased by, more than, total of, added to | $+$ | "A base salary increased by $450": $s + 450$ |
| Subtraction | difference between, decreased by, less than, subtracted from | $-$ | "9 less than 4 times a quantity $q$": $4q - 9$ |
| Multiplication | product of, times, of, twice/double, triple | $\times$ or juxtaposition | "Three-fourths of total inventory $T$": $\frac{3}{4}T$ |
| Division | quotient of, divided by, ratio of, split equally | $\div$ or fraction bar | "The sum of $x$ and 8 divided by 2": $\frac{x + 8}{2}$ |
| Equality | is, 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):
- Parentheses and grouping symbols
- Exponents and roots
- Multiplication and Division (from left to right)
- 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: Evaluate $V$ when $a = 3$ and $b = -2$.
- Substitute the given values within protective parentheses:
- Evaluate the exponent first:
- Execute all multiplications from left to right:
- Combine the resulting terms:
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 Equation | Operation on Variable | Required Inverse Operation | Solution 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): Multiply both sides by $\frac{5}{4}$: 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):
- 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:
- 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:
Worked Demonstration: Solve: $4(2x - 3) - 2(x + 5) = 14$
- Distribute outside multipliers (watch negative signs carefully):
- Combine like terms on the left side:
- Undo subtraction: Add 22 to both sides:
- Undo multiplication: Divide by 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:
- 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
- Identify numerical ordering: Multiple-choice options on the WBST are almost universally arranged in ascending or descending numerical order.
- 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.
- 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$): The equation balances on the first try! Total time consumed: 8 seconds.
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?
If 3(2x - 5) + 4 = 2x + 11, what is the value of x?
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?