BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon113 Learners

Last updated on October 16, 2025

System of Equations

Professor Greenline Explaining Math Concepts

A system of equations is a set of equations with shared variables that is solved using methods like substitution or elimination to find the values that satisfy all the equations.

System of Equations for US Students
Professor Greenline from BrightChamps

What is a System of Equations?

A system of equations is a group of two or more equations with common variables that are solved together to find values that satisfy all equations. The nature of the equation determines whether the equation has one solution, no solution, or infinite solutions. The solution set is found using substitution, elimination, or graphing, among other approaches. Solving 2x + y = 5 and x − y = 1 produces one single solution where the two lines intersect.

Professor Greenline from BrightChamps

What are the Solutions of the System of Equations?

A system of equations has solutions—that is, values of the variables satisfying all equations concurrently. Three results are possible depending on the structure of the system:

 

Unique Solution

No Solution

Infinitely Many Solutions

 

Unique Solutions

When there is precisely one set of variable values that satisfies all equations together—often where their graphical representations cross at a single point—a system of equations has a unique solution. Consider the system 3π‘₯ + 𝑦 = 7 and π‘₯ − 𝑦 = 1. Add the equations to get 4π‘₯ = 8 by elimination; thus, π‘₯ = 2. 
Substituting x = 2 in second equation(x - y = 1): 2 − y = 1, 
y = 1. The point where the lines cross is (2, 1).

Professor Greenline from BrightChamps

How to Solve a System of Equations?

To solve a system of equations, we need to find the value of the variables that are true for all the equations. Based on whether the equation is linear or nonlinear, there are different methods to solve the system of equations. 

Professor Greenline from BrightChamps

Substitution Method

To find the other variable, the substitution technique isolates one variable in one equation and substitutes the resultant expression into another equation. 

 

Solving the system of equations: 

π‘₯ = y + 1 (1)

2x − y = 5  (2)

 

Substituting equation (1) in equation (2):

Then the equation (2) becomes: 2(y + 1) - 𝑦 = 5

2y + 2 - y = 5

y = 3

 

Substituting the value of y in equation (1) to find x:

x = y + 1

x = 3 + 1 = 4

 

Here, x = 4 and y = 3, so the point of intersection is (4, 3). When one equation for a variable is readily solvable, this approach is perfect.

Professor Greenline from BrightChamps

Method of Elimination

The elimination method is used to solve the system of equations. We eliminate one variable by multiplying or dividing the equation. For example, solve the system: 

2x + y = 5 (1)

x - y = 1    (2)

 

We add the equations to eliminate the value of y:

2x + y + x - y = 5 + 1

3π‘₯ = 6

x = 2

 

Substituting the value of x in equation 1:

2(2) + y = 5

y = 5 - 4

y = 1

 

When coefficients are easily aligned for cancellation, this method performs effectively.

Professor Greenline from BrightChamps

Method of Graphical Illustration

The graphing technique calls for rewriting equations in a form suitable for graphing, then graphing them to identify their intersection, which represents the answer. 

 

For example, 3x + y = 6 and 2x − y = 3 

Rewrite the equation: y = -3x + 6

y = 2x - 3

 

Here, the point of intersection is (3, 3), so the solution of the system is x = 3 and y = 3

 

Although straightforward, this approach is difficult for higher-dimensional systems and less exact for non-integer answers.
 

Professor Greenline from BrightChamps

Matrix Method (Cramer’s Rule)

In the matrix method, to solve the system of equations, we need to arrange the equations in standard form and then express them in matrix form. 

 

Values for every variable are obtained as ratios of determinants by computing the determinant of the coefficient matrix and modified matrices (replacing columns with constants). This method provides a methodical substitute for algebraic techniques, especially for small linear systems with non-zero determinants. For example 2x+y=5 x-y=1, make 

 

The coefficient matrix   and the constant matrix will be.  

The coefficient matrix is determined by (2) (-1)-(1) (1)=-3. 

Professor Greenline from BrightChamps

Nonlinear Systems

Nonlinear systems, including equations like quadratics, are solved using substitution or graphing. For these systems elimination methods are not commonly used. 

 

For x2+y=5 and x+y=3, address the second for y:y=3-x. Change this into first, x2+(3-x)=5, providing x2-x-2=0. Solve for x=1 ±√9/2, therefore, x=2 or x=-1. And, y=3-2=1 or y=3-(-1)=4. Solutions are −1, 4, and 2, 1. 

 

The solutions are (2, 1) and (-1, 4). This method works well for the system of nonlinear terms.

Professor Greenline from BrightChamps

How to Solve a System of Equations Through Matrices?

Using matrices, one can solve a system of equations by means of Cramer's Rule, matrix inversion, or Gaussian elimination. These methods apply linear algebra by representing the systems in a matrix form and solving for the variables. 

Professor Greenline from BrightChamps

Cramer’s Rule

Cramer’s rule is used to solve small systems where the coefficients have a non-zero determinant. It solves linear systems by expressing each variable as a ratio of determinants. The system is stated as 𝐴𝑋 = 𝐡, and the determinant of matrix 𝐴 computed. Replacing the matching column of each variable with the constant matrix 𝐡 creates a modified matrix whose determinant is calculated. The value of the variable is the ratio among these determinants.

 

Let’s consider 3x + y = 10 and x + 2y = 7 as an example. So, the coefficient matrix will be, with det (A) = (3) (2) - (1) (1) = 6 - 1 = 5.

 

Replace the first column for x: det(Ax)= =(10) (2)-(1) (7)=20-7=13, so x=13/5. Then for y, substitute the second column: det(Ay)= 

=(3) (7)-(10) (1)=21-10=11, so y=11/5. Verified by substituting into both equations, the solution is π‘₯ = 13/5,𝑦 = 11/5. For small systems, this approach is effective; for bigger systems, it is less practical.

Professor Greenline from BrightChamps

Matrix Inversion Method

It requires 𝐴 to be invertible since the matrix inversion approach solves a system 𝐴𝑋 = 𝐡 by multiplying both sides by the inverse of the coefficient matrix 𝐴, therefore producing X = 𝐴 −1𝐡. The inverse of a 2 × 2 matrix
is calculated as 1ad - bc . Now, for 2x+y=5 and x-y=1, , with 
det(A)=-3. The inverse will be . Multiply by = .
Checking both equations confirms that the answers are x = 2 and y = 1. For small systems, this approach is effective; for bigger systems it is complicated.

Professor Greenline from BrightChamps

Real-Life Applications of System of Equations

By modeling relationships and identifying ideal solutions, systems of equations handle practical problems in finance, traffic, chemistry, engineering, economics, navigation, and nutrition. 

 

Financial Planning and Budgeting

The system of equations is used in financial planning and budgeting to divide the income among expenses and savings within a budget. For example, a person earning $12,000 per month can use a system of equations to allocate money to rent, food, and savings. 

 

Analysis of Chemical Mixtures

Systems of equations are used to calculate the exact amount needed to create a mixture with desired concentrations or volumes by use of particular property analysis. 

 

Engineering Structural Analysis and Design

Systems of equations are used by engineers to balance forces and ensure the structure's safety and performance standards. 

 

Navigation and GPS Systems

In navigation and GPS systems, we use a system of equations to determine the exact location based on the distance from multiple satellites.

Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in System of Equations

Especially when applying substitutes, elimination, graphing, or matrices, solving systems of equations can be easy to make mistakes. Ten typical errors both professionals and learners make when solving systems of equations are listed below, together with techniques to prevent them.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrectly isolating a variable in substitution

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students make mistakes like incorrectly isolating a variable in the substitution method.

 

For example, x-y =1, therefore x=y+1. Students should find out the variable and isolate it by substituting the value. Here, most of the time, students make mistakes like incorrect signs for substitution or variables that are unable to calculate. So the best is to isolate the variable properly for easy calculation.

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misaligning Equations in Elimination

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

In the elimination approach, students often misalign equations or miscalculate while adding or subtracting, leading to mistakes.

 

For example, adding 2x + y = 5 and x - y = 1 incorrectly as 3x = 7 instead of 3x = 6. To avoid this, always align the like terms and always double-check calculations.

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Graphical Errors 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

When plotting the system of equations, students make errors by plotting the wrong points. To avoid it, write down each substitution step by step, then label the points before plotting the graph,h and always verify the points and calculations.  

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Managing nonlinear systems

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

 When solving the resulting quadratic in nonlinear systems like π‘₯² + 𝑦 = 5, students may mistakenly apply linear methods or miss solutions, which means ignoring π‘₯ = −1, 𝑦 = 4. To avoid this, students should understand the substitution method and then solve the equation for one variable, and then substitute the other variable to avoid. For quadratics, they have to utilize the quadratic formula to identify all roots and verify all solutions in both equations to ensure that no solutions are overlooked, thereby verifying completeness.

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Overlooking No Solution or Infinitely Many Solutions

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Assuming a unique answer can cause students to overlook examples of no solution or infinitely many solutions, as in π‘₯ + 𝑦 = 1 or inconsistent π‘₯ + 𝑦 = 2. So, they have to look for inconsistencies in elimination (e.g., 0 = 𝑐, 𝑐 ≠ 0) or free variables suggesting endless solutions to help avoid this. They even have to check whether in Cramer’s Rule det 𝐴 = 0. Graphically, find parallel or coincidental lines to appropriately categorize the type of answer the system generates.

arrow-right
Max from BrightChamps Saying "Hey"
Hey!

Solved examples in System of Equations

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Solve the linear system using the substitution method. 2x + y = 5, x - y =1

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

(x, y) = (2, 1)

Explanation

Step 1: Fix one equation for one variable. Referring to the second equation: x-y=1

x = y + 1

 

Step 2: Substitute x = y +1 in the first equation 2x + y = 5.

2(y+1)+y=5

2y+2+y=5

3y+2=5

 

Step 3: Now, solve for y.

3y+2=5

3y=5-2

3y=3y=1

 

Step 4: Substitute the value of y in x=y+1

x=1+1=2

 

Therefore, the answer will be (x, y) = (2, 1).

Max from BrightChamps Praising Clear Math Explanations
Well explained πŸ‘
Max, the Girl Character from BrightChamps

Problem 2

Solve using the elimination method: 3x+2y=8, 2x-2y=2

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

(x, y) (2, 1).

Explanation

Step 1: Get one variable out of there. Combine the equations to eliminate 𝑦.

(3x + 2y) + 2x - 2y = 8 + 2

 3x + 2x =10

 5x = 10

 

Step 2: Solve for x:

5x = 10

x = 10/5 = 2

 

Step 3: Substitute the value of x in any of the two equations. Let’s take equation 2:

2x-2y=2

2(2) - 2y = 2

4-2y = 2

-2y = 2 - 4-2y =-2

y =1

Thus, the solution is (2, 1).

Max from BrightChamps Praising Clear Math Explanations
Well explained πŸ‘
Max, the Girl Character from BrightChamps

Problem 3

Solve the equation. 2x+3y=6, 4x+6y=15

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

The equation has no solution.

Explanation

Given equations:

2x + 3y = 6   (1)

4x + 6y = 15

 

Simplifying the first equation by multiplying it by 2:

2(2x + 3y) = 6 × 2

2x + 6y = 12

 

Here, the left-hand side of the equation is the same, and the right-hand side is different

 

So, the system is inconsistent. 

Max from BrightChamps Praising Clear Math Explanations
Well explained πŸ‘
Max, the Girl Character from BrightChamps

Problem 4

Solve the linear quadratic system x^2+y=4, x + y =2

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

(-1, 3) and (2, 0)

Explanation

Step 1: To solve a linear equation in one variable, start with the second equation: x+y=2
y=2-x

Step 2: Now change equation 1 to a quadratic equation by substituting the value of y.
                             
                                            x2+y=4 
                                           x2+(2-x)=4
                                           x2-x+2=4
                                           x2-x=4-22
                                           x2-x-2=0

Step 3: Now solve the equation.
                                            x2-x-2=0
                                          (x-2) (x+1)=0
Therefore, x=2 and x=-1.

Step 4: Locate the corresponding y for x=2. 
So, y=2-2=0 and for  x=-1, y=2-(-1)=3

Therefore, the value of x and y will be (2, 0) and (-1, 3).

Max from BrightChamps Praising Clear Math Explanations
Well explained πŸ‘
Max, the Girl Character from BrightChamps

Problem 5

Solve the three-variable system and find the values of x, y, and z. x + y + z = 6, 2x - y + z = 1, x + 2y - z = 5

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Explanation

Step 1: Remove the z variable and add equations 1 and 3.

                       (x+y+z)+(x+2y-z)=6+5
                                 2x+3y=11   (Equation 4)

Step 2: Adding equations 2 and 3 to eliminate 𝑧. 
                                  (2x-y+z)+(x+2y-z)=1+5
                                      3x+y=6      (Equation 5)

Step 3: Solve equations 4 and 5.

                                           2x+3y=11
                                             3x+y=6
Multiply equation 5 by 3, we get
   
                                              (3x+y)3=63
                                                 9x+3y=18

Now, subtract equation 4 from 9x+3y=18
                                         (9x+3y)-(2x+3y)=18-11
                                             7x=7x=1

Lastly, substitute the value x=1 in equation 5 and solve.

                                             3x+y=6
                                            31+y=6
                                            3+y=6
                                            y=6-33.

Step 4: By using equation 1 solve the variable z, putting the values of x and y.

                                             x+y+z=6
                                              1+3+z=6
                                             4+z=6
                                             z=6-42

Therefore, the values of x, y, and z are (1, 3, and 2).

Max from BrightChamps Praising Clear Math Explanations
Well explained πŸ‘
Ray Thinking Deeply About Math Problems

FAQs in System of Equations

1.What is a system of equations?

A system of equations is a set of two or more equations having the same variables, aimed at concurrently satisfying all the equations. Equations like π‘₯ + 𝑦 = 3 and 2π‘₯ − 𝑦 = 0 produce a system whereby the solution is a set of values for π‘₯ and 𝑦 that make both true. Usually reflecting the intersection of their graphical representations, solving such systems finds the common answer.

Math FAQ Answers Dropdown Arrow

2.When one solves a system of equations, what are the several results?

Three results are possible when solving a system of equations: either a single unique solution, none at all, or endlessly numerous solutions. When the equations cross at one point—that is, as separate lines crossing—a special solution results. If the equations are inconsistent, that is, the lines are parallel and do not intersect, there the system of equations has no solution. When the equations describe the same line or plane and share all points along it, infinitely many solutions result.

Math FAQ Answers Dropdown Arrow

3.When should I use the substitution method?

When one equation lets one variable be easily isolated—that instance when π‘₯=3𝑦+2—then substituting into another equation is simple. It offers a simple method to simplify a linear or nonlinear system to a single equation. But if isolating a variable calls for careful algebraic manipulation and includes complicated formulas, it can get laborious.

Math FAQ Answers Dropdown Arrow

4.How does the elimination method work?

The elimination method allows the remaining variable to be solved by use of equation manipulation to cancel out one variable by addition or subtraction. When a variable's coefficients are opposites or can be made so by multiplication, it works most effectively. This is a great approach for linear systems with aligned coefficients as, after one variable is solved, replace it back to identify the others.

Math FAQ Answers Dropdown Arrow

5.Is graphing a reliable method to solve systems of equations?

Plotting equations and determining their crossing points gives graphing a visual approach to solving systems; nevertheless, its dependability relies on accuracy. For linear systems with two variables, where lines cross precisely, it is efficient, but it is less accurate for non-integer solutions or complicated graphs. Especially when graphical approximations are unclear, verifying answers using algebraic techniques such as substitution or elimination guarantees accuracy.

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyα»…n Thα»‹ ThαΊ­p, Khu Δ‘Γ΄ thα»‹ Him Lam, QuαΊ­n 7, ThΓ nh phα»‘ Hα»“ ChΓ­ Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom