IBEW: ELECTRICAL TRAINING ALLIANCE APTITUDE TEST • ALGEBRA & FUNCTIONS

Solve Linear Systems — Solve systems of two linear equations.

Master the techniques for finding where two linear equations intersect, a skill essential for electrical circuit analysis and trade calculations.

Historical Context & Motivation

The need to solve two unknowns simultaneously is as old as commerce itself. Ancient civilizations faced practical problems—dividing resources, balancing trade ledgers, distributing labor—that required finding values satisfying more than one condition at once. A system of linear equations is simply a set of two or more equations that share common variables, and a solution is any pair of values that makes every equation in the system true at the same time. In the trades, this concept appears constantly: calculating how two different wire gauges share a load, determining the correct mix of materials for a concrete pour, or balancing voltage drops across parallel branches of a circuit.

~200 BCE
Chinese Nine Chapters
The Jiuzhang Suanshu presented systematic methods for solving systems of equations using a technique remarkably similar to modern elimination, applied to problems of grain distribution and land surveying.
1750
Cramer's Rule
Swiss mathematician Gabriel Cramer published a determinant-based formula for solving systems, providing a compact algebraic shortcut that works reliably for small systems of equations.
1810
Gaussian Elimination
Carl Friedrich Gauss formalized the elimination method into a systematic algorithm, which remains the backbone of how engineers and scientists solve large-scale systems today.
1893
Electrical Trade Applications
Gustav Kirchhoff's circuit laws, which express current and voltage relationships as systems of linear equations, became standard tools for electrical engineers and apprentice electricians analyzing DC and AC networks.

The central question these developments addressed is deceptively simple: given two relationships between the same unknowns, what specific values satisfy both conditions simultaneously? On the IBEW Aptitude Test, you will encounter this question in its purest algebraic form—two equations, two unknowns, one answer pair—and the techniques you learn here will serve you well beyond the exam, into every circuit analysis and load calculation of your career.

Core Principles & Definitions

Before diving into solution techniques, it is essential to establish the foundational concepts that govern how linear systems work. A linear equation in two variables is any equation that can be written in the form ax + by = c, where a, b, and c are constants. The word "linear" means the graph of every such equation is a straight line. When we pair two linear equations together, the geometric question becomes: where do these two lines cross?

1

System of Equations

Two or more equations containing the same variables. A solution is an ordered pair (x, y) that satisfies every equation in the system simultaneously.
2

Consistent vs. Inconsistent

A consistent system has at least one solution (the lines intersect or overlap). An inconsistent system has no solution (the lines are parallel and never meet).
3

Independent vs. Dependent

An independent system has exactly one solution—two distinct lines crossing at a single point. A dependent system has infinitely many solutions because both equations describe the same line.
4

Three Solution Methods

The three primary algebraic methods are graphing, substitution, and elimination. Each has strategic advantages depending on the structure of the equations.
KEY TAKEAWAY
Think of a system of equations like two conduit runs that must cross at a junction box. Each conduit follows its own straight path (equation), and the junction box is the single point (x, y) where both paths meet. If the conduits run perfectly parallel, there is no junction—that is an inconsistent system. If both conduits lie in the exact same channel, every point along that channel is a junction—that is a dependent system. On the IBEW test, almost every system you encounter will be independent and consistent, meaning one unique solution exists.

Visual Explanation — Graphing a System

The most intuitive way to understand a system of two linear equations is to graph both lines on the same coordinate plane. The point where they intersect is the solution. The diagram below shows the system x + y = 6 and 2x − y = 3. Notice how each line is plotted by finding two convenient points, and the intersection at (3, 3) is the only ordered pair that lies on both lines.

The cyan line represents x + y = 6 and the pink line represents 2x − y = 3. Their intersection at the amber dot (3, 3) is the unique solution to the system.

While graphing provides excellent visual intuition, it is not always practical on a timed exam—reading coordinates off a sketch can be imprecise, especially when solutions involve fractions. That is why algebraic methods (substitution and elimination) are the primary tools you will use on the IBEW Aptitude Test. The graph, however, remains a powerful check: if your algebraic answer does not seem to lie near the intersection you would expect from a rough sketch, revisit your arithmetic.

Mathematical Framework — Substitution & Elimination

Method 1: Substitution

The substitution method works by isolating one variable in one equation and then plugging that expression into the other equation. This reduces the system from two equations in two unknowns down to a single equation in one unknown, which you can solve directly. Substitution is especially efficient when one of the equations already has a variable isolated, or when one coefficient is 1 or −1, making isolation straightforward.

SUBSTITUTION STRATEGY
If Eq₁: y = mx + b, then substitute (mx + b) for y in Eq₂
Solve the resulting single-variable equation for x, then back-substitute into Eq₁ to find y.

Method 2: Elimination (Addition/Subtraction)

The elimination method (also called the addition method) works by adding or subtracting the two equations so that one variable cancels out entirely. If the coefficients of a variable are not already opposites, you multiply one or both equations by suitable constants to make them opposites before adding. This method is particularly powerful when both equations are in standard form ax + by = c and no variable has a coefficient of 1.

ELIMINATION STRATEGY
Multiply equations so that one variable has equal and opposite coefficients, then add the equations.
Example: If Eq₁ has 3x and Eq₂ has 2x, multiply Eq₁ by 2 and Eq₂ by −3 to obtain 6x and −6x. Adding eliminates x.
GENERAL 2×2 SYSTEM
a₁x + b₁y = c₁ and a₂x + b₂y = c₂
Solution (when a₁b₂ − a₂b₁ ≠ 0): x = (c₁b₂ − c₂b₁) / (a₁b₂ − a₂b₁), y = (a₁c₂ − a₂c₁) / (a₁b₂ − a₂b₁). The denominator a₁b₂ − a₂b₁ is the determinant of the coefficient matrix. When it equals zero, the system is either inconsistent or dependent.
EXAM TIP
On the IBEW Aptitude Test, always verify your answer by substituting the solution pair (x, y) back into both original equations. This takes only a few seconds and catches arithmetic errors before you commit to an answer.

Choosing the Right Method

On a timed exam, selecting the most efficient method can save critical minutes. The decision tree below provides a quick guide: look at the structure of the two equations and let that structure point you toward substitution or elimination. Neither method is inherently superior—they always produce the same answer—but one will often require fewer steps than the other depending on the coefficients involved.

Use this decision tree on the exam: check if a variable is already isolated (substitution is faster) or if both equations are in standard form with no coefficient of 1 (elimination is faster). When in doubt, either method works.
Method selection guide by equation structure
ScenarioBest MethodWhy
y = 3x − 5 and 2x + y = 10Substitutiony is already isolated in Eq₁; plug 3x − 5 directly into Eq₂.
3x + 2y = 12 and 3x − 4y = −6EliminationSubtract the equations to eliminate 3x immediately.
x + 4y = 9 and 5x − 3y = 7SubstitutionCoefficient of x in Eq₁ is 1; easily isolate x = 9 − 4y.
4x + 5y = 20 and 3x − 7y = −1EliminationNo coefficient is 1; multiplying for opposites is cleaner than isolating with fractions.

Worked Example — Both Methods Side by Side

Consider the following system, which could model a trade scenario where two different labor rates produce the same total cost under different conditions. Solve the system: 3x + 2y = 16 and x − y = 2.

Solution by Substitution

Substitution Method
1
Step 1 — Isolate a variableThe second equation, x − y = 2, has x with a coefficient of 1. Isolate x by adding y to both sides:
x = y + 2
2
Step 2 — Substitute into the other equationReplace x in the first equation with the expression (y + 2): 3(y + 2) + 2y = 16.
3
Step 3 — Solve for yDistribute: 3y + 6 + 2y = 16. Combine like terms: 5y + 6 = 16. Subtract 6: 5y = 10. Divide by 5:
y = 2
4
Step 4 — Back-substitute to find xSubstitute y = 2 back into x = y + 2: x = 2 + 2 = 4.
x = 4
5
Step 5 — Verify in both original equationsCheck Eq₁: 3(4) + 2(2) = 12 + 4 = 16 ✓. Check Eq₂: 4 − 2 = 2 ✓. Both equations are satisfied.
Solution: (x, y) = (4, 2)

Solution by Elimination

Elimination Method
1
Step 1 — Align equations in standard formBoth equations are already in the form ax + by = c: Eq₁: 3x + 2y = 16 and Eq₂: x − y = 2.
2
Step 2 — Choose a variable to eliminateTo eliminate y, we need the y-coefficients to be opposites. Eq₁ has +2y and Eq₂ has −y. Multiply Eq₂ by 2 to get −2y: 2(x − y) = 2(2), which gives 2x − 2y = 4.
Modified Eq₂: 2x − 2y = 4
3
Step 3 — Add the equationsAdd Eq₁ and modified Eq₂: (3x + 2y) + (2x − 2y) = 16 + 4. The y-terms cancel: 5x = 20.
x = 4
4
Step 4 — Substitute back to find yPlug x = 4 into either original equation. Using Eq₂: 4 − y = 2, so y = 2.
y = 2
5
Step 5 — VerifySame check as before: 3(4) + 2(2) = 16 ✓ and 4 − 2 = 2 ✓.
Solution: (x, y) = (4, 2)

Both methods produce the identical answer, confirming the solution is correct. Notice that substitution required fewer multiplications in this case because one coefficient was already 1, but elimination would have been faster if no coefficient had been 1 and both equations were already aligned in standard form.

Strengths & Limitations of Each Method

Comparison of Substitution and Elimination Methods
CriterionSubstitutionElimination
Best whenA variable is already isolated or has coefficient 1Both equations in standard form; no coefficient of 1
Common pitfallForgetting to distribute when substituting an expression into the other equationMultiplying only part of an equation (every term must be multiplied)
FractionsCan produce fractions early if coefficient is not 1Often avoids fractions entirely until the final step
Speed on examFast for simple isolations; slower with complex coefficientsUniformly fast once you choose the right multiplier
Trade analogyLike swapping one part for an equivalent part in a circuitLike balancing loads on a panel to cancel out a variable
KEY TAKEAWAY
Think of these two methods like two different tools in your tool belt—a multi-bit screwdriver (substitution) and a socket wrench (elimination). Both turn fasteners, but one is better for tight spaces (when a variable is already isolated) and the other for heavy-duty bolts (when coefficients are large and neither variable is easy to isolate). The mark of a skilled tradesperson is knowing which tool to grab without hesitation. On the IBEW test, scan the equations for 30 seconds before solving: look for a coefficient of 1 (substitution) or matching coefficients (elimination), then commit.

Connection to Advanced Systems & Circuit Analysis

The 2×2 linear system you are mastering here is the foundation for more advanced techniques you will encounter as an electrical apprentice and journeyman. Kirchhoff's Voltage Law (KVL) and Kirchhoff's Current Law (KCL) generate systems of linear equations when applied to multi-loop and multi-node circuits. A circuit with three independent loops, for example, produces a 3×3 system—three equations in three unknowns—that is solved using extended versions of the same elimination technique. Matrix algebra and software tools handle even larger systems, but the underlying logic is identical to what you practice here.

From 2×2 systems to larger electrical network analysis
Feature2×2 System (This Lesson)Larger Systems (Future Study)
Number of equations23 or more (one per unknown)
Primary methodsSubstitution, eliminationGaussian elimination, matrix methods, software
Trade applicationSimple series/parallel circuits, cost comparisonsComplex multi-loop circuits, three-phase power, load balancing
Graphical interpretationTwo lines intersecting in a planeThree planes intersecting at a point (3×3), or hyperplanes in higher dimensions

For the IBEW Aptitude Test, focus exclusively on 2×2 systems. However, understanding that these skills scale directly to professional practice should motivate you to build strong algebraic habits now. Every step you take—aligning equations, choosing multipliers, checking your answer—mirrors the disciplined approach that will keep circuits safe and code-compliant on the job.

Practice Problems

PROBLEM 1CONCEPTUAL
If two linear equations in a system have the same slope but different y-intercepts, how many solutions does the system have? Explain your reasoning in terms of the graphical interpretation.
PROBLEM 2BASIC CALCULATION
Solve the system: y = 2x + 1 and x + y = 7.
PROBLEM 3INTERMEDIATE
Solve the system using elimination: 4x + 3y = 18 and 2x − 5y = −4.
PROBLEM 4APPLIED
An electrician orders two types of conduit. Type A costs $3 per foot and Type B costs $5 per foot. The total order is 80 feet and the total cost is $320. Set up and solve a system of equations to find how many feet of each type were ordered.
PROBLEM 5CRITICAL THINKING
Consider the system: 6x − 4y = 10 and −9x + 6y = k. For what value of k does this system have no solution? For what value of k does it have infinitely many solutions? Explain your reasoning using the relationship between the equations' coefficients.

Lesson Summary

A system of two linear equations asks you to find the ordered pair (x, y) that satisfies both equations simultaneously. Graphically, this corresponds to the intersection point of two lines. The two primary algebraic methods are substitution (isolate one variable, plug into the other equation) and elimination (multiply equations so that one variable cancels when you add them). Choose substitution when a variable already has a coefficient of 1; choose elimination when both equations are in standard form with larger coefficients.

A system can be consistent and independent (one unique solution—intersecting lines), inconsistent (no solution—parallel lines), or dependent (infinitely many solutions—coincident lines). Always verify your answer by substituting back into both original equations. These skills transfer directly to electrical circuit analysis using Kirchhoff's laws, making them indispensable for your career in the trades.

Varsity Tutors • IBEW: Electrical Training Alliance Aptitude Test • Solve Linear Systems