5.3 Systems of Linear Equations

Key Takeaways

  • A 2×2 system of linear equations consists of two first-degree equations with two shared variables, whose simultaneous solution is the unique ordered pair (x, y) satisfying both equations.
  • The Substitution Method is optimal when at least one variable has a coefficient of ±1, allowing straightforward algebraic isolation and direct substitution into the second equation.
  • The Elimination (Addition) Method uses constant multipliers to create opposite coefficients for a target variable, causing that variable to cancel out when the equations are added together.
  • Linear systems classify geometrically into three distinct types: Consistent and Independent (1 unique solution, intersecting lines), Inconsistent (no solution, parallel lines with equal slopes and distinct y-intercepts), and Consistent and Dependent (infinitely many solutions, identical coinciding lines).
  • Applied multi-variable modeling translates complex word problems—such as chemical mixture concentrations, ticket/coin values, and economic break-even points—into solvable 2×2 linear systems.
Last updated: August 2026

Foundations of 2×22 \times 2 Linear Systems

A system of linear equations in two variables consists of two or more linear equations containing the same set of variables. On the ACCUPLACER Quantitative Reasoning, Algebra, and Statistics (QAS) test, you will primarily solve 2×22 \times 2 systems written in standard form:

{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}

A solution to a linear system is an ordered pair (x,y)(x, y) that satisfies both equations simultaneously. Geometrically, this solution corresponds to the point of intersection of the two straight lines on a Cartesian coordinate plane.


Algebraic Solving Methods

While graphing provides geometric intuition, exact solutions on the ACCUPLACER are computed using two algebraic techniques: the Substitution Method and the Elimination (Addition) Method.

1. The Substitution Method

The substitution method is ideal when at least one variable in either equation has a coefficient of +1+1 or 1-1.

Substitution Algorithm:
Step 1: Isolate one variable with a coefficient of ±1 in one of the equations.
Step 2: Substitute that resulting algebraic expression into the OTHER equation.
Step 3: Solve the resulting single-variable linear equation.
Step 4: Back-substitute the numerical value into the isolated expression from Step 1 to find the second variable.
Step 5: Check the ordered pair (x, y) in both original equations.

Worked Example (Substitution): {x2y=5(Eq. 1)3x+4y=5(Eq. 2)\begin{cases} x - 2y = 5 \quad \text{(Eq. 1)} \\ 3x + 4y = 5 \quad \text{(Eq. 2)} \end{cases}

  1. Isolate xx in Eq. 1: x=2y+5x = 2y + 5.
  2. Substitute (2y+5)(2y + 5) for xx in Eq. 2: 3(2y+5)+4y=53(2y + 5) + 4y = 5
  3. Solve for yy: 6y+15+4y=5    10y+15=5    10y=10    y=16y + 15 + 4y = 5 \implies 10y + 15 = 5 \implies 10y = -10 \implies y = -1
  4. Back-substitute y=1y = -1 into the expression for xx: x=2(1)+5=2+5=3x = 2(-1) + 5 = -2 + 5 = 3
  5. Ordered pair solution: (3,1)(3, -1). (Check: Eq. 1: 32(1)=53 - 2(-1) = 5 (true); Eq. 2: 3(3)+4(1)=94=53(3) + 4(-1) = 9 - 4 = 5 (true)).

2. The Elimination (Addition) Method

The elimination method is optimal when equations are given in standard form Ax+By=CAx + By = C and coefficients are integers without an isolated variable.

Elimination Algorithm:
Step 1: Write both equations in standard form Ax + By = C with aligned terms.
Step 2: Multiply one or both equations by non-zero constants so that the coefficients of ONE variable are exact opposites (e.g., +6 and -6).
Step 3: Add the two equations vertically to eliminate that target variable.
Step 4: Solve the resulting single-variable linear equation.
Step 5: Back-substitute the known value into either original equation to find the second variable.
Step 6: Check the ordered pair in both original equations.

Worked Example (Elimination): {3x+4y=7(Eq. 1)5x2y=29(Eq. 2)\begin{cases} 3x + 4y = 7 \quad \text{(Eq. 1)} \\ 5x - 2y = 29 \quad \text{(Eq. 2)} \end{cases}

  1. Target variable yy: Eq. 1 has +4y+4y and Eq. 2 has 2y-2y. Multiply Eq. 2 by 22 to create 4y-4y: 2(5x2y)=2(29)    10x4y=582 \cdot (5x - 2y) = 2 \cdot (29) \implies 10x - 4y = 58
  2. Add the modified Eq. 2 to Eq. 1: 3x+4y=7+10x4y=5813x+0y=65\begin{array}{rl} 3x + 4y &= 7 \\ +\quad 10x - 4y &= 58 \\ \hline 13x + 0y &= 65 \end{array}
  3. Solve for xx: 13x=65    x=513x = 65 \implies x = 5
  4. Back-substitute x=5x = 5 into Eq. 1 to solve for yy: 3(5)+4y=7    15+4y=7    4y=8    y=23(5) + 4y = 7 \implies 15 + 4y = 7 \implies 4y = -8 \implies y = -2
  5. Ordered pair solution: (5,2)(5, -2).

Method Selection Guide

ScenarioPreferred MethodRationale
One variable has coefficient 11 or 1-1 (e.g., x+3y=7x + 3y = 7)SubstitutionDirect isolation avoids fractions during initial steps
One equation is already solved for a variable (e.g., y=2x3y = 2x - 3)SubstitutionReady for immediate drop-in replacement
All coefficients are integers >1> 1 (e.g., 3x+5y=113x + 5y = 11, 4x3y=54x - 3y = 5)EliminationMultiplying by constants avoids messy intermediate fractions
Coefficients are decimals or fractionsEliminationClear denominators/decimals first across all terms, then eliminate

Geometric & Algebraic Classification of Linear Systems

When attempting to solve a linear system, the variable terms may completely cancel out. The algebraic outcome directly reveals the geometric relationship between the lines:

System TypeSlope & Intercept ConditionsNumber of SolutionsGeometric VisualAlgebraic Outcome
Consistent & IndependentDifferent slopes (m1m2m_1 \neq m_2)Exactly one unique solution (x,y)(x, y)Two lines intersecting at a single pointUnique values: x=ax = a, y=by = b
InconsistentSame slope, different yy-intercepts (m1=m2m_1 = m_2, b1b2b_1 \neq b_2)No solution (Empty set \emptyset)Two parallel lines that never intersectContradiction / False statement (e.g., 0=120 = 12)
Consistent & DependentSame slope, same yy-intercept (m1=m2m_1 = m_2, b1=b2b_1 = b_2)Infinitely many solutionsTwo coinciding, identical linesIdentity / True statement (e.g., 0=00 = 0)

Analytical Examples of Inconsistent & Dependent Systems

  • Inconsistent System (Parallel Lines / No Solution): {2x4y=6x2y=8\begin{cases} 2x - 4y = 6 \\ x - 2y = 8 \end{cases} Multiply second equation by 2-2: 2x+4y=16-2x + 4y = -16. Adding yields 0=100 = -10 (False)     No Solution ()\implies \text{No Solution } (\emptyset).
  • Dependent System (Identical Lines / Infinite Solutions): {3x6y=12x+2y=4\begin{cases} 3x - 6y = 12 \\ -x + 2y = -4 \end{cases} Multiply second equation by 33: 3x+6y=12-3x + 6y = -12. Adding yields 0=00 = 0 (True)     Infinitely Many Solutions\implies \text{Infinitely Many Solutions}.

Applied Systems Word Problems

1. Mixture Problems

Mixture problems combine two items with different concentrations (or prices) to produce a mixture with a target concentration.

The Mixture System Template:

{Quantity Eq: x+y=Total QuantityValue/Amount Eq: c1x+c2y=cfinal(Total Quantity)\begin{cases} \text{Quantity Eq: } & x + y = \text{Total Quantity} \\ \text{Value/Amount Eq: } & c_1 x + c_2 y = c_{\text{final}}(\text{Total Quantity}) \end{cases}

Worked Example (Mixture): A laboratory technician needs to prepare 50 liters50\text{ liters} of a 36%36\% saline solution. In stock, the technician has a 20%20\% saline solution and a 60%60\% saline solution. How many liters of each should be mixed?

  1. Define variables: Let x=liters of 20%x = \text{liters of } 20\% solution, y=liters of 60%y = \text{liters of } 60\% solution.
  2. Set up the system: {x+y=50(Total Volume)0.20x+0.60y=0.36(50)=18(Pure Saline)\begin{cases} x + y = 50 \quad \text{(Total Volume)} \\ 0.20x + 0.60y = 0.36(50) = 18 \quad \text{(Pure Saline)} \end{cases}
  3. From Eq. 1, x=50yx = 50 - y. Substitute into Eq. 2: 0.20(50y)+0.60y=180.20(50 - y) + 0.60y = 18 100.20y+0.60y=1810 - 0.20y + 0.60y = 18 10+0.40y=18    0.40y=8    y=80.40=20 liters10 + 0.40y = 18 \implies 0.40y = 8 \implies y = \frac{8}{0.40} = 20\text{ liters}
  4. Compute xx: x=5020=30 litersx = 50 - 20 = 30\text{ liters}. The technician needs 30 L30\text{ L} of 20%20\% solution and 20 L20\text{ L} of 60%60\% solution.

2. Total Value / Ticket / Coin Problems

Worked Example (Ticket Sales): A community theater sold 400 total tickets400\text{ total tickets} for a weekend musical, collecting a total of $3,800\$3,800. Adult tickets cost $12\$12 each and student tickets cost $7\$7 each. How many adult tickets and student tickets were sold?

  1. Define variables: Let A=adult ticketsA = \text{adult tickets}, S=student ticketsS = \text{student tickets}.
  2. Set up the system: {A+S=400(Total Tickets)12A+7S=3800(Total Revenue)\begin{cases} A + S = 400 \quad \text{(Total Tickets)} \\ 12A + 7S = 3800 \quad \text{(Total Revenue)} \end{cases}
  3. Multiply Eq. 1 by 7-7 to eliminate SS: 7A7S=2800-7A - 7S = -2800
  4. Add to Eq. 2: (12A7A)+(7S7S)=38002800(12A - 7A) + (7S - 7S) = 3800 - 2800 5A=1000    A=2005A = 1000 \implies A = 200
  5. Find SS: 200+S=400    S=200200 + S = 400 \implies S = 200. The theater sold 200 adult tickets200\text{ adult tickets} and 200 student tickets200\text{ student tickets}.

3. Economic Break-Even Analysis

Break-even occurs when Total Revenue equals Total Cost: R(x)=C(x)R(x) = C(x), or when Profit P(x)=R(x)C(x)=0P(x) = R(x) - C(x) = 0.

Worked Example: A small artisanal candle maker incurs fixed monthly overhead costs of $1,200\$1,200 and a variable production cost of $4\$4 per candle. The candles sell for $16\$16 each.

  1. Formulate Cost and Revenue functions: C(x)=1200+4xC(x) = 1200 + 4x R(x)=16xR(x) = 16x
  2. Set R(x)=C(x)R(x) = C(x): 16x=1200+4x16x = 1200 + 4x 12x=1200    x=100 candles12x = 1200 \implies x = 100\text{ candles}
  3. Break-even revenue: R(100)=16(100)=$1,600R(100) = 16(100) = \$1,600. The business breaks even when producing and selling 100 candles100\text{ candles}.

Common Pitfalls & ACCUPLACER Exam Traps

  1. Solving for the Wrong Variable: ACCUPLACER questions often ask for the value of yy, the sum x+yx + y, or the product xyxy, rather than xx. Always re-read the prompt after finding xx.
  2. Sign Distribution Errors in Elimination: When subtracting one equation from another, distribute the negative sign to every term on both sides: (5x2y=11)    5x+2y=11-(5x - 2y = 11) \implies -5x + 2y = -11.
  3. Failure to Check in BOTH Equations: A calculated pair may satisfy one equation while violating the second due to an arithmetic slip. Always check both.
  4. Confusing Inconsistent and Dependent Terminology: Remember: "Inconsistent" means incompatible lines that never touch (0 solutions); "Dependent" means overlapping identical lines (infinitely many solutions).
  5. Unit Alignment in Mixture Problems: When writing concentration equations, ensure percentages are converted to decimals (e.g., 25%=0.2525\% = 0.25) and applied to the total mixture weight or volume.
Loading diagram...
Systems of Linear Equations Solving & Classification Framework
Test Your Knowledge

In the system of linear equations: 4x + 3y = 18 5x - 2y = 11 What is the value of the expression x + y?

A
B
C
D
Test Your Knowledge

For what value of the constant k will the following system of linear equations have NO solution? 6x - 9y = 15 4x - ky = 7

A
B
C
D
Test Your Knowledge

A coffee roaster prepares a custom gourmet espresso blend by combining Colombian beans costing $14 per pound with Ethiopian beans costing $20 per pound. How many pounds of Ethiopian beans should be used to create a 30-pound batch of the blend that sells for $16 per pound?

A
B
C
D