6.4 Systems of Linear Equations & Word-to-Algebra Translation

Key Takeaways

  • A system of linear equations can be solved algebraically using either substitution (isolating one variable and plugging it into the other equation) or elimination (adding/subtracting equations to eliminate a variable).
  • Systems of equations have three potential solution outcomes: exactly one solution (intersecting lines), no solution (parallel lines), or infinitely many solutions (coincident lines).
  • Translating English word problems to algebraic equations requires converting keywords into mathematical operations: 'is/was' becomes =, 'sum/more than' becomes +, 'difference/less than' becomes -, and 'times/product' becomes *.
  • When translating 'less than' expressions (e.g., '5 less than twice a number'), the order of terms must be reversed (2n - 5, not 5 - 2n).
Last updated: July 2026

6.4 Systems of Linear Equations & Word-to-Algebra Translation

Translating word problems into formal mathematical equations and solving systems of linear equations simultaneous equations are essential high-level skills tested on the AFQT Mathematics Knowledge subtest. Converting verbal descriptions into precise algebraic notation allows you to resolve complex relationships efficiently.


Systems of Linear Equations in Two Variables

A system of linear equations consists of two or more linear equations containing the same set of variables: {a1x+b1y=c1a2x+b2y=c2\begin{cases} a_1 x + b_1 y = c_1 \\ a_2 x + b_2 y = c_2 \end{cases}

Solving a $2 \times 2$ system means finding the ordered pair $(x, y)$ that satisfies both equations simultaneously.

The Three Possible Solution Types

System TypeGraphical BehaviorNumber of SolutionsAlgebraic Result during Elimination/Substitution
Consistent & IndependentLines intersect at exactly 1 pointUnique Solution $(x, y)$Variables solve to unique numbers (e.g., $x=3, y=2$)
InconsistentLines are parallel (same slope, different y-intercepts)No SolutionVariables cancel, leaving a false statement (e.g., $0 = 12$)
Consistent & DependentLines coincide (exact same line)Infinitely Many SolutionsVariables cancel, leaving a true identity (e.g., $0 = 0$)

Algebraic Solution Methods

Method 1: The Substitution Method

Best used when one variable already has a coefficient of $+1$ or $-1$.

  1. Isolate one variable in whichever equation is simplest.
  2. Substitute the resulting expression into the other equation.
  3. Solve the resulting single-variable equation.
  4. Back-substitute the numerical value into the isolated expression to find the second variable.

Substitution Walkthrough

Solve the system: {2x+3y=12— (Eq. 1)xy=1— (Eq. 2)\begin{cases} 2x + 3y = 12 \quad \text{--- (Eq. 1)} \\ x - y = 1 \qquad \quad \text{--- (Eq. 2)} \end{cases}

  1. Isolate $x$ in Eq. 2: $x = y + 1$
  2. Substitute $(y + 1)$ for $x$ in Eq. 1: 2(y+1)+3y=122(y + 1) + 3y = 12
  3. Solve for $y$: 2y+2+3y=12    5y+2=12    5y=10    y=22y + 2 + 3y = 12 \implies 5y + 2 = 12 \implies 5y = 10 \implies y = 2
  4. Back-substitute $y = 2$ into $x = y + 1$: x=2+1=3x = 2 + 1 = 3 Solution = $(3, 2)$

Method 2: The Elimination Method (Addition Method)

Best used when equations are both written in standard form ($ax + by = c$).

  1. Write both equations in standard form $ax + by = c$.
  2. Multiply one or both equations by non-zero constants so that coefficients of one variable become exact additive opposites (e.g., $+6y$ and $-6y$).
  3. Add the two equations vertically to eliminate that variable.
  4. Solve the remaining single-variable equation.
  5. Back-substitute to find the other variable.

Elimination Walkthrough

Solve the system: {3x+4y=18— (Eq. 1)2x3y=5— (Eq. 2)\begin{cases} 3x + 4y = 18 \quad \text{--- (Eq. 1)} \\ 2x - 3y = -5 \quad \text{--- (Eq. 2)} \end{cases}

  1. To eliminate $y$, multiply Eq. 1 by 3 and Eq. 2 by 4: 3(3x+4y=18)    9x+12y=543(3x + 4y = 18) \implies 9x + 12y = 54 4(2x3y=5)    8x12y=204(2x - 3y = -5) \implies 8x - 12y = -20
  2. Add the equations vertically: (9x+8x)+(12y12y)=54+(20)(9x + 8x) + (12y - 12y) = 54 + (-20) 17x=34    x=217x = 34 \implies x = 2
  3. Back-substitute $x = 2$ into Eq. 1: 3(2)+4y=18    6+4y=18    4y=12    y=33(2) + 4y = 18 \implies 6 + 4y = 18 \implies 4y = 12 \implies y = 3 Solution = $(2, 3)$

Word-to-Algebra Translation Dictionary

Translating English sentences into algebraic expressions requires recognizing key operational signal phrases.

Mathematical OperationEnglish Key PhrasesAlgebraic Translation
Addition (+)"sum of", "plus", "increased by", "more than", "combined total", "exceeds by""5 more than a number $n$" $\rightarrow n + 5$
Subtraction (-)"difference of", "minus", "decreased by", "less than", "subtracted from", "diminished by""8 less than a number $x$" $\rightarrow x - 8$
Multiplication ($\times$)"product of", "times", "multiplied by", "twice" ($2x$), "triple" ($3x$), "percent of""35% of a value $v$" $\rightarrow 0.35v$
Division ($\div$)"quotient of", "ratio of", "divided by", "per""ratio of $a$ to $b$" $\rightarrow \frac{a}{b}$
Equals (=)"is", "was", "will be", "yields", "is equal to", "amounts to""twice $x$ is 14" $\rightarrow 2x = 14$

⚠️ THE REVERSAL TRAP IN SUBTRACTION: Pay extreme attention to phrases like "less than" or "subtracted from".

  • "5 less than $x$" means $x - 5$ (NOT $5 - x$).
  • "7 subtracted from $y$" means $y - 7$ (NOT $7 - y$).

AFQT Word Problem Solving Framework

Follow these four steps to convert AFQT narrative word problems into solvable linear models:

  1. Define Variables: Assign clear letter variables to unknown quantities (e.g., $n = \text{number}$, $c = \text{cost}$).
  2. Set Up Equation(s): Translate the narrative relationships into one or two linear equations.
  3. Solve Algebraically: Use inverse operations, substitution, or elimination.
  4. Verify Context: Ensure the numerical answer makes physical sense (e.g., counts of objects cannot be negative).

Worked Real-World AFQT Problem: Mixture / Supply Order

A military supply depot orders 6 tactical vests and 4 helmets for a total cost of $640. A second order containing 3 tactical vests and 5 helmets costs $530. What is the individual cost of one helmet?

  1. Define Variables: Let $v = \text{cost of one tactical vest}$
    Let $h = \text{cost of one helmet}$

  2. Build System of Equations: {6v+4h=640— (Order 1)3v+5h=530— (Order 2)\begin{cases} 6v + 4h = 640 \quad \text{--- (Order 1)} \\ 3v + 5h = 530 \quad \text{--- (Order 2)} \end{cases}

  3. Solve by Elimination: To find $h$, eliminate $v$ by multiplying Order 2 by $-2$: 2(3v+5h=530)    6v10h=1060-2(3v + 5h = 530) \implies -6v - 10h = -1060 Add this modified equation to Order 1: (6v6v)+(4h10h)=6401060(6v - 6v) + (4h - 10h) = 640 - 1060 6h=420-6h = -420 h=4206=70h = \frac{-420}{-6} = 70

  4. Conclusion: The cost of one helmet is $70.

Test Your Knowledge

Solve the system of linear equations for x and y: 2x + 3y = 12 and x - y = 1.

A
B
C
D
Test Your Knowledge

A military supply depot buys 6 tactical vests and 4 helmets for $640. A second order of 3 tactical vests and 5 helmets costs $530. What is the cost of one helmet?

A
B
C
D
Test Your Knowledge

Translate and solve: 'Seven less than three times a number is equal to five more than twice the number. What is the number?'

A
B
C
D