3.4 Translating Word Problems to Algebraic Equations

Key Takeaways

  • Translation Dictionary: Systematically translate English phrases into mathematical operations (e.g., 'sum' -> +, 'difference' -> -, 'product' -> *, 'quotient' -> /, 'is' -> =).
  • Turn-Around Phrases: Phrases like 'less than' and 'subtracted from' require reversing the written order (e.g., '6 less than 4x' translates to 4x - 6, NOT 6 - 4x).
  • Variable Definition: Explicitly define the primary unknown variable first (e.g., Let x = mL of 50% solution), then express all secondary unknowns in terms of x.
  • Clinical Mixture Formula: Set up concentration problems using Amount of Solute = Volume * Concentration (C1V1 + C2V2 = CfVf).
  • Intake/Output & Staffing Balance: Translate complex clinical relationships into single-variable linear equations to solve for unknown volumes or staffing numbers.
Last updated: July 2026

The Importance of Algebraic Translation on the TEAS 7

Translating word problems into algebraic equations is one of the most heavily tested skills on the ATI TEAS 7 Mathematics section. Rather than presenting equations pre-packaged for solving, the exam frequently presents real-world scenarios—such as fluid concentration mixing, patient intake/output tracking, age-weight dosage relationships, or nursing staff ratios—written entirely in conversational English.

To succeed, you must act as a mathematical translator: converting English words into variables, operation symbols, and algebraic equations. Once translated accurately, solving the problem relies on the exact linear equation algorithms mastered in prior sections.


The English-to-Algebra Translation Dictionary

Every algebraic operation has key indicator words in English. Memorize this translation dictionary to recognize operations instantly under exam conditions:

OperationEnglish Keyword / PhraseAlgebraic ExampleTranslation
Addition ($+$)Sum, added to, increased by, total, combined, more thanThe sum of a number and $7$$x + 7$
Exceeds by, plus, together$5$ more than a number$x + 5$
Subtraction ($-$)Difference, decreased by, minus, diminished byDifference of a number and $4$$x - 4$
Less than, subtracted from, fewer than$6$ less than a number$x - 6$ (Order Flips!)
Multiplication ($\cdot$)Product, times, multiplied by, of, double, tripleThe product of $8$ and a number$8x$
Twice, percent of$60%$ of a volume $V$$0.60V$
Division ($\div$)Quotient, divided by, ratio of... to..., per, out ofQuotient of a number and $3$$\frac{x}{3}$
Equals ($=$)Is, was, will be, equals, yields, results in, amounts toTwice a number is $18$$2x = 18$

Handling "Turn-Around" Phrases

The single most common error on TEAS translation questions occurs with turn-around phrases in subtraction and division. In English, phrases such as "less than" or "subtracted from" place the subtracted quantity first, but algebraically it must be written last.

Written Verbal PhraseINCORRECT Direct OrderCORRECT Algebraic TranslationExplanation
"8 less than $x$"$8 - x$$x - 8$You start with $x$ and take $8$ away
"5 subtracted from $3x$"$5 - 3x$$3x - 5$You start with $3x$ and subtract $5$
"12 reduced by $y$"$y - 12$$12 - y$'Reduced by' maintains direct order!

Exam Tip: Notice the difference between "less than" and "is less than". "8 less than $x$" is an expression ($x - 8$). "8 is less than $x$" is an inequality ($8 < x$).


Universal 4-Step Word Problem Translation Protocol

When faced with any word problem on test day, apply this structured protocol:

  1. Identify the Target Unknown: Read the final question sentence first to identify exactly what quantity you are asked to find.
  2. Assign a Variable: Let $x$ (or another letter) represent the primary unknown quantity. Write down its units (e.g., $x = \text{mL of 50% solution}$).
  3. Build the Equation: Translate the problem statement sentence by sentence, substituting your variable expressions.
  4. Solve and Verify: Solve the linear equation and check that your answer makes physical and clinical sense.

Step-by-Step Worked Example 1: Translation of a Number Relationship

Problem: Six less than four times a number is equal to twice the sum of the number and three. Find the number.

  • Step 1 (Assign Variable): Let $n =$ the unknown number.
  • Step 2 (Translate Left Side): "Four times a number" $= 4n$. "Six less than four times a number" $= 4n - 6$.
  • Step 3 (Translate Equals Sign): "is equal to" $= =$.
  • Step 4 (Translate Right Side): "the sum of the number and three" $= (n + 3)$. "twice the sum..." $= 2(n + 3)$.
  • Step 5 (Assemble Equation): $4n - 6 = 2(n + 3)$
  • Step 6 (Solve):
    • Distribute: $4n - 6 = 2n + 6$
    • Subtract $2n$: $2n - 6 = 6$
    • Add $6$: $2n = 12 \implies n = 6$

Healthcare Application: Solution & Medication Mixture Problems

In clinical pharmacy and IV therapy, nurses must often mix two solutions of different concentrations to create a desired intermediate strength. Mixture problems are built on the Solute Conservation Principle:

Solute from Solution 1+Solute from Solution 2=Total Solute in Final Mixture\text{Solute from Solution 1} + \text{Solute from Solution 2} = \text{Total Solute in Final Mixture} (C1V1)+(C2V2)=Cf(V1+V2)\left(C_1 \cdot V_1\right) + \left(C_2 \cdot V_2\right) = C_f \cdot \left(V_1 + V_2\right)

where $C$ represents concentration percentage (as a decimal) and $V$ represents volume.

Clinical Problem: Dextrose IV Mixture

A nurse needs to prepare a $10%$ Dextrose solution. How many milliliters of a $50%$ Dextrose solution must be added to $400\text{ mL}$ of pure water ($0%$ Dextrose) to yield a $10%$ Dextrose mixture?

  • Step 1 (Assign Variable): Let $x = \text{mL of 50% Dextrose solution}$.
  • Step 2 (Determine Volumes & Concentrations):
    • Solution 1 (50% Dextrose): Volume $= x\text{ mL}$, Concentration $= 0.50$
    • Solution 2 (Pure Water): Volume $= 400\text{ mL}$, Concentration $= 0.00$
    • Final Mixture (10% Dextrose): Volume $= (x + 400)\text{ mL}$, Concentration $= 0.10$
  • Step 3 (Set up the Solute Equation): 0.50(x)+0.00(400)=0.10(x+400)0.50(x) + 0.00(400) = 0.10(x + 400)
  • Step 4 (Simplify and Solve):
    • $0.50x + 0 = 0.10x + 40$
    • Subtract $0.10x$ from both sides: $0.40x = 40$
    • Divide by $0.40$: $x = \frac{40}{0.40} = 100\text{ mL}$
  • Clinical Result: The nurse must add $100\text{ mL}$ of $50%$ Dextrose solution to $400\text{ mL}$ of water.

Healthcare Application: 24-Hour Patient Fluid Balance (Intake & Output)

Tracking patient fluid balance over a shift requires translating relationships between total intake ($I$) and output ($O$).

Clinical Problem: Fluid Output Relationship

Over a 24-hour period, a surgical patient's total fluid output was $150\text{ mL}$ less than twice their total fluid intake. If the patient's combined fluid intake and output totaled $3,750\text{ mL}$, what was the patient's total fluid intake?

  • Step 1 (Define Variables): Let $I = \text{fluid intake in mL}$.
  • Step 2 (Express Output in terms of Intake): Output is "$150\text{ mL}$ less than twice intake" $\implies O = 2I - 150$.
  • Step 3 (Set up Total Volume Equation): Intake+Output=3750    I+(2I150)=3750\text{Intake} + \text{Output} = 3750 \implies I + (2I - 150) = 3750
  • Step 4 (Combine like terms and solve):
    • $3I - 150 = 3750$
    • Add $150$: $3I = 3900$
    • Divide by $3$: $I = 1,300\text{ mL}$
  • Verification: Intake $= 1,300\text{ mL}$. Output $= 2(1300) - 150 = 2450\text{ mL}$. Total $= 1300 + 2450 = 3,750\text{ mL}$ (VERIFIED!).

TEAS 4-Function Calculator Strategy

  1. Decimal Conversions for Percentages: Always convert percentage strengths to decimals before performing calculator entry ($50% = 0.50$, $10% = 0.10$, $4% = 0.04$).
  2. Calculating Fractional Divisors: When dividing by decimals such as $\frac{40}{0.40}$, enter 40 / 0.40 = directly to get 100 without rounding intermediate steps.

Common Student Traps & How to Avoid Them

  1. Direct Order Subtraction Trap: Translating '5 less than x' as $5 - x$. Remedy: Re-read 'less than' as 'subtracted from' to remind yourself to flip the order: $x - 5$.
  2. Forgetting Final Combined Volume in Mixtures: Writing $0.50x = 0.10(400)$ without adding $x$ to the final volume. Remedy: Remember the final mixture volume is always the sum of the component volumes: $(V_1 + V_2)$.
  3. Misidentifying Final Variable Request: Solving for $x = 8$ and choosing 8, when the question asked for Day Shift nurses ($2x + 4 = 20$). Remedy: Reread the exact question prompt before selecting your final quiz option.
Test Your Knowledge

Translating the verbal statement 'Six less than four times a number is equal to twice the sum of the number and three' yields which algebraic equation?

A
B
C
D
Test Your Knowledge

A nurse needs to prepare a 10% Dextrose solution. How many mL of a 50% Dextrose solution must be added to 400 mL of pure water (0% Dextrose) to obtain a 10% Dextrose mixture?

A
B
C
D
Test Your Knowledge

Over a 24-hour shift, a surgical patient's total fluid output was 150 mL less than twice their total fluid intake. If the patient's total intake and output combined equaled 3,750 mL, what was the patient's total fluid intake?

A
B
C
D