Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. ISEE Upper Level Quantitative Reasoning
  2. Translate Word Problems into Algebraic Expressions

3x + 72(n − 4)½y + 105k ÷ 3a² − b
ISEE UPPER LEVEL • QUANTITATIVE REASONING

Translate Word Problems into Algebraic Expressions

Turn everyday language into precise mathematical expressions to unlock any word problem on the ISEE.

SECTION 1

Why Algebra Became the Language of Problem-Solving

For thousands of years, mathematicians solved problems by describing them entirely in words—long, clumsy sentences that were easy to misread. Ancient Egyptian scribes wrote out their calculations in paragraphs on papyrus scrolls, and Greek mathematicians like Diophantus struggled with a lack of efficient notation. The breakthrough came when scholars developed symbolic algebra, a compact system of letters and symbols that could represent any quantity and any operation. This single innovation transformed mathematics from a literary exercise into the universal problem-solving language you use today on exams like the ISEE.

~1650 BCE
Rhind Papyrus
Egyptian scribes wrote word problems entirely in prose, such as "a quantity, its half added to it, becomes 15." Solutions were expressed step-by-step in sentences, making errors hard to catch.
~250 CE
Diophantus of Alexandria
Often called the "father of algebra," Diophantus introduced abbreviations for unknowns and powers. His work Arithmetica marked the first move from purely verbal problems to symbolic shorthand.
820 CE
Al-Khwarizmi's Al-Jabr
The Persian mathematician al-Khwarizmi wrote a systematic book on solving equations. The Arabic title "al-jabr" gave us the word "algebra" and formalized the art of translating real-world situations into solvable equations.
1637
Descartes' Modern Notation
René Descartes introduced the convention of using x, y, and z for unknowns and a, b, c for known quantities. This notation is essentially what you use today when you write algebraic expressions on the ISEE.

The central question these mathematicians answered is the same one you face on every ISEE word problem: how do you convert a sentence written in English into a precise mathematical expression? Master this translation skill and you will unlock the majority of Quantitative Reasoning questions on the test. Let's build that skill step by step.

SECTION 2

Core Principles of Translation

Translating a word problem into algebra is not about memorizing a rigid set of rules. Instead, it rests on a handful of core principles that, once internalized, let you decode any phrasing the ISEE throws at you. Think of these principles as a mental checklist: identify the unknown, spot the operation, and build the expression piece by piece.

1

Assign the Variable

Identify the unknown quantity and represent it with a variable. If the problem says "a number," "a certain amount," or "how many," that phrase is your variable—call it x, n, or any letter you choose.
2

Decode the Operation

Words like "sum," "more than," and "increased by" signal addition. "Difference," "less than," and "decreased by" signal subtraction. "Product," "times," and "of" indicate multiplication. "Quotient," "divided by," and "per" point to division.
3

Respect the Order

Some phrases reverse the mathematical order. "5 less than x" means x − 5, not 5 − x. "The ratio of a to b" means a ÷ b, not b ÷ a. Always ask yourself: what is being subtracted from what, or what is being divided by what?
4

Use Grouping Symbols

Phrases like "twice the sum of" or "three times the difference" tell you to perform the addition or subtraction first, then multiply. This means you need parentheses: 2(x + 4) is very different from 2x + 4.
5

Check by Substitution

After writing the expression, plug in a simple number for the variable and read the original sentence to verify. If the sentence says "three more than a number" and your expression is x + 3, test x = 10: you get 13, which is indeed three more than ten.
✦ KEY TAKEAWAY
Think of translating word problems like translating between two languages. English is the source language; algebra is the target language. Each English phrase has a specific algebraic equivalent—a vocabulary word in the new language. The more "vocabulary" you know (sum → +, product → ×, less than → −), the faster you translate. And just like in any language, word order matters. "5 less than x" and "5 is less than x" mean completely different things.
SECTION 3

The Translation Map: From Words to Symbols

The diagram below is your master reference for converting English keywords into algebraic operations. Each column groups the most common phrases by the operation they represent. Study this map carefully—on the ISEE, recognizing these keywords quickly is the difference between spending 30 seconds and spending 2 minutes on a problem.

KEYWORD → OPERATION TRANSLATION MAP+ADDITION−SUBTRACTION×MULTIPLICATION÷DIVISIONsumplusmore thanincreased byadded toexceedstotalcombinedtogetherx + 5differenceminusless thandecreased bysubtracted fromfewer thanreduced bytake awayleft overx − 5producttimesof (with fractions)twice / doubletripleeachper (sometimes)multiplied byfactor of5xquotientdivided byperratio ofout ofsplit evenlyfor everyaverage (sum ÷ n)x ÷ 5⚠ "more than" flips:"5 more than x"= x + 5⚠ "less than" flips:"5 less than x"= x − 5⚠ Grouping matters:"twice the sum"= 2(x + y)⚠ Order matters:"ratio of a to b"= a / b
The four columns show addition, subtraction, multiplication, and division keywords. Pay special attention to the warning boxes at the bottom—these highlight the most common traps on the ISEE where the English phrasing reverses the expected algebraic order.

Notice how the subtraction and division columns require the most care. Phrases like "less than" and "subtracted from" reverse the order: "7 less than x" becomes x − 7, not 7 − x. Similarly, "the ratio of a to b" means a ÷ b, not b ÷ a. These reversed phrases are favorite ISEE traps, so train yourself to pause whenever you see "less than," "subtracted from," or "ratio of" and consciously check the order.

SECTION 4

Building Expressions Step by Step

Now that you know the keyword-to-operation vocabulary, let's formalize the process. Every word-problem translation follows the same three-part framework, regardless of complexity. Internalizing this framework turns a potentially confusing paragraph into a mechanical, reliable procedure.

THE TRANSLATION FRAMEWORK
English Phrase → Identify Unknown (variable) → Identify Operations (keywords) → Build Expression
Step 1: Let x (or any letter) represent the unknown quantity. Step 2: Underline every keyword that signals an operation. Step 3: Assemble the expression following the order the problem describes, using parentheses where grouping is required.

Common Pattern: "More Than" / "Less Than"

MORE THAN / LESS THAN
"k more than n" → n + k | "k less than n" → n − k
The quantity after "than" comes first in the expression. Think of it as: start with the base amount, then adjust. "7 more than x" → x + 7. "7 less than x" → x − 7.

Common Pattern: "Times the Sum / Difference"

MULTIPLIED GROUPING
"k times the sum of a and b" → k(a + b) | "k times the difference of a and b" → k(a − b)
When a multiplication keyword ("times," "twice," "triple") comes before a group keyword ("sum," "difference"), the group goes inside parentheses. Without parentheses, the expression changes meaning entirely: 2(x + 3) = 2x + 6, but 2x + 3 ≠ 2(x + 3).

Common Pattern: Consecutive Integers

CONSECUTIVE INTEGER EXPRESSIONS
Consecutive integers: n, n + 1, n + 2 | Consecutive evens/odds: n, n + 2, n + 4
Consecutive integers differ by 1. Consecutive even or consecutive odd integers differ by 2. The ISEE often asks for the sum or product of such sequences—being able to write the expression quickly saves valuable time.
💡 ISEE STRATEGY TIP
When answer choices are algebraic expressions, work backwards. Plug in a simple number (like 5 or 10) for the unknown, calculate what the English phrase should give you, and then test each answer choice with that same number. The choice that matches is correct. This is a powerful process of elimination technique when you are unsure about the translation.
SECTION 5

The Trickiest Phrases and How to Handle Them

Certain English phrases are designed to trip up test-takers. The ISEE writers know that students often translate too quickly and get the order wrong or forget parentheses. The table below catalogs the most commonly mistranslated phrases along with both the wrong and right algebraic forms. Study these closely—recognizing a trap phrase on test day can save you from losing an easy point.

Common translation traps on the ISEE
English PhraseCommon WRONG TranslationCORRECT TranslationWhy It's Tricky
"5 less than x"5 − xx − 5"Less than" reverses order; start with x.
"x subtracted from 12"x − 1212 − x"Subtracted from" reverses order; 12 is the starting amount.
"Twice the sum of x and 3"2x + 32(x + 3)"The sum" must be grouped in parentheses before multiplying.
"The ratio of x to 5"5/xx/5"Ratio of A to B" = A ÷ B; first quantity goes on top.
"Three less than twice a number"3 − 2x2x − 3"Less than" reverses order; "twice a number" is the base.
DISSECTING A COMPLEX PHRASE"Three less than twice the sum of a number and 7"Three less than twice the sum of a number and 7STEP 1: Innermost group"a number and 7"x + 7STEP 2: "the sum of"group with parentheses(x + 7)STEP 3: "twice the sum"multiply by 22(x + 7)STEP 4: "Three less than" → subtract 3start with 2(x+7), then subtract2(x + 7) − 3
This flowchart shows how to dissect a complex phrase by working from the innermost group outward. First identify the base quantity (x + 7), then apply grouping (parentheses), then multiplication (×2), and finally the "less than" reversal (−3).

The key insight from this diagram is to always work from the inside out. When a phrase contains multiple operations, find the innermost grouping first—the part described by "the sum of" or "the difference of"—and wrap it in parentheses. Then apply multiplications or divisions to that group. Finally, handle additions or subtractions to the entire result. This inside-out approach prevents the vast majority of translation errors.

SECTION 6

Worked Example: Full ISEE-Style Translation

Let's walk through a complete ISEE-style problem from start to finish, applying every principle we've discussed. Follow each step and notice how the translation framework converts a wordy problem into a clean algebraic expression.

📝 PROBLEM
A store charges $8 per shirt plus a flat shipping fee of $5. If Marcus buys n shirts, which expression represents the total cost in dollars?

Step-by-Step Solution

Step 1 — Identify the Unknown

The problem tells us Marcus buys n shirts, where n is the variable. The total cost depends on this unknown quantity.
Variable: n = number of shirts

Step 2 — Underline Keywords

"$8 per shirt" → the word "per" signals multiplication: 8 × n, or simply 8n. "Plus a flat shipping fee of $5" → the word "plus" signals addition: + 5. "Flat" tells us the $5 does not depend on n.
Operations: multiplication (8 × n), addition (+ 5)

Step 3 — Assemble the Expression

Combine the two parts: the cost of the shirts (8n) plus the shipping fee (5). No grouping symbols are needed because there is no phrase like "twice the total" requiring parentheses.
Total cost = 8n + 5

Step 4 — Verify with Substitution

Let n = 3 (Marcus buys 3 shirts). Cost of shirts = 8 × 3 = $24. Add shipping: $24 + $5 = $29. Now test the expression: 8(3) + 5 = 24 + 5 = 29. ✓ The expression checks out.
Verification: 8(3) + 5 = 29 ✓
🛡️ VERIFICATION IS YOUR SAFETY NET
On the ISEE, you will not have time to verify every answer, but when you are unsure, substitution is the fastest reality check. Pick a small, easy number (like 2, 3, or 10), compute what the sentence says the answer should be, and compare it to your expression. If they match, you can move on with confidence.
SECTION 7

Common Pitfalls vs. Winning Strategies

Knowing what can go wrong is just as important as knowing the correct method. The table below pairs the most common mistakes students make on translation problems with the strategic habits that prevent them. Build these habits into your practice now so they become automatic on test day.

Pitfalls and strategies for translation problems
Common PitfallWinning Strategy
Translating "5 less than x" as 5 − xAsk: "what starts bigger?" x does. So x − 5.
Ignoring parentheses in "twice the sum"Any time you see a multiplier before "sum" or "difference," write parentheses first.
Confusing "is" with "equals" in expressionsIf the problem asks for an expression (not an equation), there is no equals sign. Read the question stem carefully.
Rushing through multi-step phrasesBreak the phrase into smaller chunks. Translate each chunk, then combine from the inside out.
Not testing the expression with real numbersPlug in a simple value for the variable and check if the result matches the sentence's meaning.
Mixing up "of" as addition instead of multiplication"Of" almost always means multiply, especially with fractions: "half of x" = ½ × x.
🎯 TEST-DAY MINDSET
Translation problems are not about advanced math—they are about careful reading. Treat every word problem like a puzzle where each word is a clue. The ISEE is testing your ability to read precisely under pressure. Slow down for five seconds to underline keywords, and you will save yourself from careless errors that cost minutes in backtracking.
SECTION 8

From Expressions to Equations and Inequalities

Translating word problems into expressions is the foundation for more advanced skills you will encounter on the ISEE and in Algebra 2 and beyond. Once you can build an expression, the next step is recognizing when a problem gives you enough information to write a full equation (expression = value) or an inequality (expression < value). Understanding how expressions connect to these higher-level structures helps you see the bigger picture.

Expression vs. Equation vs. Inequality
ConceptWhat You WriteExample Signal Words
ExpressionA combination of variables, numbers, and operations (no = sign)"Write an expression for…", "Which expression represents…"
EquationTwo expressions set equal to each other (has = sign)"is", "equals", "is the same as", "results in"
InequalityAn expression compared using <, >, ≤, or ≥"at most", "at least", "no more than", "no fewer than"

On the ISEE, approximately one-third of Quantitative Reasoning problems require you to translate before you can solve. The stronger your translation skills, the faster you move through both standard multiple-choice and quantitative comparison questions. Keep in mind that quantitative comparison problems often bury the translation step inside centered information or the column descriptions themselves. Being fluent in translation ensures you do not waste time re-reading the problem.

🔭 LOOKING AHEAD
Once you master expressions, you are ready to tackle full equation-solving problems, systems of equations, and word problems involving inequalities—all common topics on the ISEE Upper Level. Every one of these advanced skills starts with the same first step: accurate translation from English to algebra.
SECTION 9

Practice Problems

Work through these five problems in order. They start conceptual and build to more challenging multi-step translations. For each problem, remember: identify the unknown, spot the keywords, and build the expression from the inside out. On the ISEE, there is no penalty for guessing, so always eliminate wrong answers and choose your best option.

PROBLEM 1 — CONCEPTUAL
Which expression represents "seven more than a number"? (A) 7 − n (B) 7n (C) n + 7 (D) n − 7
PROBLEM 2 — BASIC CALCULATION
A parking garage charges $3 for the first hour and $2 for each additional hour after the first. Which expression represents the total cost, in dollars, for parking h hours, where h > 1? (A) 2h + 1 (B) 2h + 3 (C) 3h + 2 (D) 5h
PROBLEM 3 — INTERMEDIATE
Which expression represents "four less than three times the sum of x and 5"? (A) 3x + 5 − 4 (B) 4 − 3(x + 5) (C) 3(x + 5) − 4 (D) 3x + 1
PROBLEM 4 — APPLIED
Quantitative Comparison: A number n is a positive integer. Column A: The value of the expression "8 less than twice n" when n = 6 Column B: The value of the expression "twice the difference of n and 8" when n = 6 (A) Column A is greater. (B) Column B is greater. (C) The two quantities are equal. (D) Cannot be determined.
PROBLEM 5 — CRITICAL THINKING
Quantitative Comparison: x is a real number such that x ≠ 0. Column A: "the product of x and 3, increased by x" Column B: "four times x" (A) Column A is greater. (B) Column B is greater. (C) The two quantities are equal. (D) Cannot be determined.
SUMMARY

Lesson Summary

Translating word problems into algebraic expressions is the gateway skill for the ISEE Quantitative Reasoning section. You start by assigning a variable to the unknown quantity, then decoding operation keywords (sum → +, difference → −, product → ×, quotient → ÷). Watch out for order-reversing phrases like "less than" and "subtracted from," and always use parentheses for grouping when a multiplier applies to a sum or difference.

For complex phrases, work from the inside out: translate the innermost group first, then layer on operations. Verify your expression by plugging in a simple number and checking whether the result matches the sentence's meaning. This technique also doubles as a powerful process-of-elimination strategy when you are unsure which answer choice is correct. Master these habits and you will approach every word problem on the ISEE with speed and confidence.

Varsity Tutors • ISEE Upper Level • Translate Word Problems into Algebraic Expressions