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).
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:
Solving a $2 \times 2$ system means finding the ordered pair $(x, y)$ that satisfies both equations simultaneously.
The Three Possible Solution Types
| System Type | Graphical Behavior | Number of Solutions | Algebraic Result during Elimination/Substitution |
|---|---|---|---|
| Consistent & Independent | Lines intersect at exactly 1 point | Unique Solution $(x, y)$ | Variables solve to unique numbers (e.g., $x=3, y=2$) |
| Inconsistent | Lines are parallel (same slope, different y-intercepts) | No Solution | Variables cancel, leaving a false statement (e.g., $0 = 12$) |
| Consistent & Dependent | Lines coincide (exact same line) | Infinitely Many Solutions | Variables 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$.
- Isolate one variable in whichever equation is simplest.
- Substitute the resulting expression into the other equation.
- Solve the resulting single-variable equation.
- Back-substitute the numerical value into the isolated expression to find the second variable.
Substitution Walkthrough
Solve the system:
- Isolate $x$ in Eq. 2: $x = y + 1$
- Substitute $(y + 1)$ for $x$ in Eq. 1:
- Solve for $y$:
- Back-substitute $y = 2$ into $x = y + 1$: Solution = $(3, 2)$
Method 2: The Elimination Method (Addition Method)
Best used when equations are both written in standard form ($ax + by = c$).
- Write both equations in standard form $ax + by = c$.
- Multiply one or both equations by non-zero constants so that coefficients of one variable become exact additive opposites (e.g., $+6y$ and $-6y$).
- Add the two equations vertically to eliminate that variable.
- Solve the remaining single-variable equation.
- Back-substitute to find the other variable.
Elimination Walkthrough
Solve the system:
- To eliminate $y$, multiply Eq. 1 by 3 and Eq. 2 by 4:
- Add the equations vertically:
- Back-substitute $x = 2$ into Eq. 1: Solution = $(2, 3)$
Word-to-Algebra Translation Dictionary
Translating English sentences into algebraic expressions requires recognizing key operational signal phrases.
| Mathematical Operation | English Key Phrases | Algebraic 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:
- Define Variables: Assign clear letter variables to unknown quantities (e.g., $n = \text{number}$, $c = \text{cost}$).
- Set Up Equation(s): Translate the narrative relationships into one or two linear equations.
- Solve Algebraically: Use inverse operations, substitution, or elimination.
- 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?
-
Define Variables: Let $v = \text{cost of one tactical vest}$
Let $h = \text{cost of one helmet}$ -
Build System of Equations:
-
Solve by Elimination: To find $h$, eliminate $v$ by multiplying Order 2 by $-2$: Add this modified equation to Order 1:
-
Conclusion: The cost of one helmet is $70.
Solve the system of linear equations for x and y: 2x + 3y = 12 and x - y = 1.
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?
Translate and solve: 'Seven less than three times a number is equal to five more than twice the number. What is the number?'