GED MATHEMATICAL REASONING • ALGEBRAIC PROBLEM SOLVING

Solve systems of equations.

Find where two equations meet to solve real-world problems with multiple unknowns.

Historical Context & Motivation

People have been solving problems with more than one unknown for thousands of years. Ancient merchants needed to figure out the prices of different goods when they only knew the totals of mixed purchases. Farmers had to divide land among workers based on multiple constraints. The mathematical tools we now call systems of equations grew out of these everyday needs — situations where a single equation simply was not enough to pin down the answer.

~200 BCE
Ancient China — The Nine Chapters
Chinese mathematicians solved systems of linear equations using a method similar to what we now call elimination, recording techniques in The Nine Chapters on the Mathematical Art.
~250 CE
Diophantus of Alexandria
The Greek mathematician Diophantus wrote Arithmetica, which explored problems requiring multiple unknowns and laid groundwork for algebraic notation.
1637
Descartes Introduces Coordinate Graphing
René Descartes published his coordinate plane, making it possible to visualize equations as lines and see their intersection points — a powerful geometric way to solve systems.
1800s
Modern Algebra Formalizes Methods
Mathematicians such as Carl Friedrich Gauss developed systematic methods like Gaussian elimination that are still taught and used in science, engineering, and everyday problem-solving today.

Here is the core question these methods address: when you have two unknowns and two pieces of information, how do you find the exact values that satisfy both conditions at the same time? On the GED exam, systems of equations appear in real-world contexts — budgeting, pricing, mixing, and comparing — so learning this skill connects directly to practical life and a higher test score.

Core Principles & Definitions

A system of equations is a set of two (or more) equations that share the same variables. A solution to the system is a pair of values (x, y) that makes both equations true at the same time. On the GED, systems almost always involve two linear equations with two unknowns. Before diving into methods, it helps to understand the foundational ideas.

1

Shared Variables

Both equations use the same variables (usually x and y). The solution must work in both equations simultaneously.
2

One Solution (Most Common)

Two lines that cross at exactly one point give one unique solution — this is the scenario you will see most often on the GED.
3

No Solution (Parallel Lines)

If two lines have the same slope but different y-intercepts, they never cross. The system is called inconsistent — no solution exists.
4

Infinitely Many Solutions

If both equations describe the exact same line, every point on that line is a solution. The system is called dependent.
KEY TAKEAWAY
Think of a system of equations like two friends describing the same mystery point on a map using different clues. Each clue alone narrows the location to a whole line of possibilities, but combining both clues pinpoints the exact spot where the lines cross. That crossing point is your solution.

Visual Explanation — Graphing a System

The most intuitive way to understand a system of equations is to graph both lines on the same coordinate plane and look for where they intersect. The diagram below shows the system y = 2x − 1 and y = −x + 5. Each equation forms a straight line, and the point where those two lines cross is the solution to the system.

The cyan line represents y = 2x − 1 and the pink line represents y = −x + 5. They intersect at the point (2, 3), which is the unique solution to this system. Plugging x = 2 into both equations confirms y = 3 in each case.

The graphing method is a great way to understand what a system of equations really means. However, reading exact coordinates off a graph can be tricky — a point that looks like (2, 3) might actually be (2.1, 2.9). That is why the GED also tests algebraic methods (substitution and elimination) that give you exact answers. We will cover those next.

Mathematical Framework — Two Key Methods

On the GED, you will primarily use two algebraic techniques: substitution and elimination. Both produce exact answers. The method you choose depends on how the equations are set up.

Method 1: Substitution

Use substitution when one equation already has a variable isolated — for example, y = something. You "substitute" that expression into the other equation so you only have one variable to solve.

SUBSTITUTION SETUP
If y = 2x − 1, replace y in the second equation with (2x − 1)
This turns a two-variable problem into a one-variable problem. Solve for x, then plug x back in to find y.

Method 2: Elimination (Also Called Addition)

Use elimination when both equations are in standard form (Ax + By = C). The idea is to add or subtract the equations so that one variable cancels out. Sometimes you need to multiply one or both equations by a number first so the coefficients line up.

ELIMINATION EXAMPLE SETUP
2x + 3y = 12 and 2x − y = 4 → subtract: 4y = 8 → y = 2
Because both equations have 2x, subtracting the second from the first eliminates x. Then solve the simpler equation for y, and back-substitute to find x.
GENERAL SYSTEM FORM
a₁x + b₁y = c₁ and a₂x + b₂y = c₂
Where a, b, and c are known constants and x, y are the unknowns to be found. This is called standard form.
💡 GED TIP
On the GED, you do not need to memorize formula sheet entries for systems — the provided formula sheet does not include systems methods. Instead, you need to understand the steps for substitution and elimination. Practice until they feel automatic.

Choosing the Right Method

A key skill on the GED is recognizing which method will be fastest for a given problem. The flowchart below walks you through the decision process. After the diagram, a comparison table breaks down when each method shines.

Start at the top and follow the arrows. If a variable is already isolated, substitution is fastest. Otherwise, look for matching coefficients to eliminate directly, or multiply first. In all cases, the final step is to back-substitute to find the second variable.
Quick comparison of the two main algebraic methods for solving systems
FeatureSubstitutionElimination
Best when…One variable is already solved for (y = … or x = …)Both equations are in standard form (Ax + By = C)
Key actionReplace a variable with an expressionAdd or subtract entire equations
Common pitfallForgetting to distribute (e.g., 2(3x + 1) ≠ 6x + 1)Sign errors when subtracting negative terms
Number of stepsUsually 4–5 stepsUsually 3–4 steps

Worked Example — A Real-World System

Let's solve a GED-style problem from start to finish. Suppose you are buying supplies for an office: pens cost one price and notebooks cost another. You know that 3 pens and 2 notebooks cost $16, and 1 pen and 4 notebooks cost $22. What is the cost of each item?

Finding the Cost of Pens and Notebooks
1
Step 1 — Define Variables and Write EquationsLet p = cost of one pen and n = cost of one notebook. From the problem: 3p + 2n = 16 and p + 4n = 22.
2
Step 2 — Choose a Method (Elimination)Both equations are in standard form. We can multiply the second equation by −3 to make the p-coefficients opposites: −3(p + 4n) = −3(22) gives −3p − 12n = −66.
3
Step 3 — Add the EquationsAdd the original first equation and the modified second equation: (3p + 2n) + (−3p − 12n) = 16 + (−66). The p terms cancel: 3p − 3p = 0. This leaves −10n = −50.
−10n = −50
4
Step 4 — Solve for nDivide both sides by −10: n = −50 ÷ (−10) = 5.
n = 5 (each notebook costs $5)
5
Step 5 — Back-Substitute to Find pPlug n = 5 into the simpler equation: p + 4(5) = 22 → p + 20 = 22 → p = 2.
p = 2 (each pen costs $2)
6
Step 6 — Check Your AnswerVerify in both original equations. First: 3(2) + 2(5) = 6 + 10 = 16 ✓. Second: 2 + 4(5) = 2 + 20 = 22 ✓. The solution (p, n) = (2, 5) is correct.
Both equations check out ✓
ALWAYS CHECK
On the GED, plugging your answer back into both original equations is the single best way to catch errors. It takes 30 seconds and can save you from losing points on a careless mistake.

Strengths & Limitations of Each Method

No single method is always best. On the GED, your ability to quickly pick the right approach can save valuable time. The table below summarizes when each method is strongest and where it can slow you down.

Comparison of graphing, substitution, and elimination methods
MethodStrengthsLimitations
GraphingGreat for visualizing the problem; quickly reveals no-solution or infinite-solution casesHard to read exact values from a graph; time-consuming to draw accurately on the test
SubstitutionStraightforward when a variable is already isolated; works well with simple coefficientsCan create messy fractions if neither variable is easy to isolate; distribution errors are common
EliminationVery efficient with matching or easily scaled coefficients; fewer fraction headachesRequires extra multiplication step when coefficients don't align; sign errors during subtraction
KEY TAKEAWAY
Think of these methods like different tools in a toolbox. A wrench, a pair of pliers, and a socket set can all loosen a bolt — but one will be faster depending on the bolt. Similarly, scan the equations first and pick the method that fits the shape of the problem.

Connection to Advanced Topics

On the GED, you will only encounter systems of two linear equations with two unknowns. But the same ideas scale up in college math and real-world careers. Understanding how systems work now gives you a head start if you continue into higher education or technical fields.

How systems of equations grow from GED level to college and career applications
GED LevelCollege / Career Level
2 equations, 2 unknowns3+ equations, 3+ unknowns (solved with matrices)
Linear equations onlyNonlinear systems (parabolas, circles, exponentials)
Solve by hand or with TI-30XSSolved with graphing calculators, computers, and software
Word problems with two itemsEngineering optimization, economic modeling, data science

The core logic never changes: each equation is a constraint, and the solution is the point that satisfies all constraints simultaneously. Master this idea now, and you will recognize it everywhere — from balancing a household budget to understanding how GPS satellites calculate your location using multiple signal equations.

Practice Problems

1
A system of two linear equations is graphed on a coordinate plane. The two lines are parallel. Which statement best describes the solution to this system?
2
Solve the system using substitution: y = 3x − 4 2x + y = 11 What is the value of x?
3
Solve the system using elimination: 4x + 3y = 10 2x − 3y = 2 What is the solution (x, y)?
4
A movie theater sold a total of 200 tickets for a showing. Adult tickets cost $12 each and child tickets cost $7 each. The total revenue was $2,050. How many adult tickets and how many child tickets were sold? Let a = number of adult tickets and c = number of child tickets.
PROBLEM 5CRITICAL THINKING
A community center offers two membership plans. Plan A charges a one-time signup fee of $50 plus $10 per month. Plan B charges a one-time signup fee of $20 plus $15 per month. After how many months will both plans cost the same total amount? What is that total cost? Show your work or explain your reasoning.

Lesson Summary

A system of equations is a pair of equations sharing the same variables. The solution is the (x, y) pair that satisfies both equations — graphically, it is the point where the two lines intersect. If the lines are parallel, there is no solution; if they overlap completely, there are infinitely many solutions.

To solve algebraically, use substitution when one variable is already isolated, or elimination when both equations are in standard form. After finding one variable, always back-substitute to find the other, and then check your answer in both original equations. On the GED, these problems appear in real-world contexts — pricing, mixtures, comparisons — so practice translating word problems into two equations with two unknowns.

Varsity Tutors • GED Mathematical Reasoning • Solve systems of equations.