MathematicsAlgebraMedium

System of Equations

Also known as:Simultaneous equationsSystem of simultaneous equations

A system of equations is a set of two or more equations containing the same variables, where the solution must satisfy all equations simultaneously. The solution can be found using substitution, elimination, or matrix methods (such as Gaussian elimination), and the system can have a unique solution, infinitely many solutions, or no solution depending on how the equations relate geometrically. Systems of equations are widely applied in engineering, economics, and science to model situations with multiple constraints.

Worked Example

Problem

Solve the system: 2x + 3y = 12 and 4x − y = 5 using the elimination method.

Solution

Step 1: Multiply the second equation by 3 to match the y-coefficient. 3(4x − y) = 3(5) 12x − 3y = 15 Step 2: Add the two equations to eliminate y. (2x + 3y) + (12x − 3y) = 12 + 15 14x = 27 x = 27/14 Step 3: Substitute x = 27/14 back into 2x + 3y = 12. 2(27/14) + 3y = 12 27/7 + 3y = 12 3y = 12 − 27/7 = 84/7 − 27/7 = 57/7 y = 19/7 Step 4: Verify in 4x − y = 5. 4(27/14) − 19/7 = 108/14 − 38/14 = 70/14 = 5 ✓

Answer

x = 27/14, y = 19/7

Methods for Solving Systems of Linear Equations

MethodDescriptionBest ForLimitation
SubstitutionSolve one equation for a variable, substitute into otherSmall systems, one easy-to-isolate variableCan produce messy fractions
Elimination (addition)Multiply equations to cancel one variableSystems where coefficients match easilyRequires careful multiplier choice
GraphingFind intersection point of linesVisualising solutionsImprecise for non-integer solutions
Matrix (Gaussian)Row-reduce augmented matrixLarge systems with many variablesRequires knowledge of matrices
Cramer's RuleUse determinantsSystems with unique solutionsInefficient for large systems

Interactive Tools

Wolfram Alpha – System Solver

Solve systems of two or more equations with full step-by-step solutions.

Open Tool

Desmos Graphing Calculator

Graph multiple equations simultaneously and identify intersection points.

Open Tool

Khan Academy – Systems of Equations

Comprehensive coverage of all methods for solving linear systems.

Open Tool
Two intersecting lines on a coordinate plane showing the solution to a system of equations

Wikimedia Commons, CC BY-SA

Related Terms

From Greek "systema" meaning "a whole compounded of several parts", derived from "synistanai" (to bring together). The word "equation" comes from Latin "aequatio" (a making equal). The systematic study of simultaneous equations dates to ancient China (the "Nine Chapters on the Mathematical Art", circa 200 BCE) and was developed further by European mathematicians in the 17th–19th centuries.

algebrasystem-of-equationssimultaneouslineareliminationsubstitution