Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

Watch Free Classes
    • Free courses
    • JEE Main 2024
    • JEE Main 2024 Live Paper Discussion
    • JEE Main Rank Predictor 2024
    • JEE Main College Predictor 2024
    • Stream Predictor
    • JEE Main 2024 Free Mock Test
    • Study Materials
    • Notifications
    • JEE Advanced Syllabus
    • JEE Books
    • JEE Main Question Paper
    • JEE Coaching
    • Downloads
    • JEE Notes & Lectures
    • JEE Daily Videos
    • Difference Between
    • Full Forms
    • Important Formulas
    • Exam Tips
JEE Main 2026 Preparation: Question Papers, Solutions, Mock Tests & Strategy Unacademy » JEE Study Material » Mathematics » Solved examples of the System of Equations

Solved examples of the System of Equations

Solving a system of equations using matrix method, substitution method, elimination method, and analysing the nature of the solution and its existence.

Table of Content
  •  

System of equations: 

A system of equations is a collection of equations that are connected in such a way that they have a common solution. They are particularly useful in analysing situations where the solution depends on multiple factors.

For example consider the system of linear equations, 2x + 3y = 13 and 3x + 2y = 12

Here from the trial and error method we can say that the solution of this system of equations will have the solution, x = 2 and y = 3. But we need some standard procedures for finding such solutions, we will take a glimpse at some of those methods ahead.

 

Note: When we say a system of equations, it could mean a system of linear equations, non-linear equations, bilinear equations, polynomial equations, differential equations, etc.

Here we will study the system of linear equations. 

The solution that we get in analysing a system of linear equations will depend on the nature of the system of linear equations. It could be consistent with at least one solution or inconsistent with no solution.

For further study on a system of equations, we will check different methods to find the solution of the following system of equations.

3x + 4y + 3z = 37

5x + 2y +   z = 23

  x +   y + 4z = 26

Substitution method.

If we take a look at the equations above, we can see that there are 3 equations and 3 variables. In the substitution method, we reduce the number of variables from 3 to 1 by substituting for each variable and thereby bringing down the number of equations to 1 to find the solution. Now let’s solve this system of equations using the method of substitution.

3x + 4y + 3z = 37 ( equation 1 )

5x + 2y +   z = 23 ( equation 2 )

  x +   y + 4z = 26 ( equation 3 )

Here lets take a look at equation 2,in this equation we can represent z as,

z = 23 – ( 5x + 2y )

Now lets substitute this expression of z for z in equations 1 and 3,

For equation 1, 3x + 4y + 3( 23 – ( 5x + 2y ) ) = 37

⇒ 3x + 4y + 69 – 15x – 6y = 37

⇒ -12x – 2y = -32

⇒   6x +   y =  16 ( equation 4 )

For equation 3, x +   y + 4( 23 – ( 5x + 2y ) ) = 26

⇒ x +   y + 92 – 20x – 8y = 26

⇒ 19x + 7y = 66 ( equation 5 )

Now we have two equations with two variables, we now have a system of equations with two variables. We will use the same method to substitute for y now.

From equation 4,   y = 16 – 6x

We will now substitute the value of y in equation 5,

⇒ 19x + 7( 16 – 6x ) = 66

⇒ 19x – 42x = 66 – 112

⇒ -23x = -46

⇒ x = 2

Now substituting the value of x in equation 4 we get,

⇒   6×2 +   y =  16 

⇒   y = 16 – 6×2

⇒   y = 4

Now substituting the value of x and y in equation 2 we get,

⇒   5×2 + 2×4 +   z = 23

⇒   z = 5

So we now have the solution of the system of equations as x=2 , y = 4 , z = 5.

Elimination method.

In the elimination method, we eliminate one variable at a time from the system of equations by multiplying the equation by a constant and subtracting one equation from another. To understand this, let us solve a system of equations using the elimination method. Let us consider the same system of equation as above,

3x + 4y + 3z = 37 ( equation 1 )

5x + 2y +   z = 23 ( equation 2 )

  x +   y + 4z = 26 ( equation 3 )

We will now try to eliminate z from the system of equations, so we will now multiply equation 1 with 4, equation 2 with 12 and equation 3 with 3 so that the coefficient of z becomes equal in all the equations. This gives us the following system of equations,

12x + 16y + 12z = 148 ( equation 4 )

60x + 24y + 12z = 276 ( equation 5 )

  3x +   3y + 12z = 78 ( equation 6 )

We will now try to eliminate z from the equation by subtracting equation 5 from equation 4 and equation 6. Thus we get,

Equation 4 – equation 5 ⇒ -48x – 8y = -128

⇒   6x + y = 16 ( equation 7 )

Equation 6 – equation 5    ⇒ -57x – 21y = -198

  ⇒ 57x + 21y = 198 ( equation 8 )

Now we will use the same method of elimination to eliminate y from equation 7 and 8.

So we multiply equation 7 with 21 and equation equation 8 with 1 and subtract them, this gives us an equation of the form,

⇒ 21( 6x + y) – 1(57x + 21y) = 21×16 – 198

⇒ 69x = 138

⇒ x = 2

Now we can substitute the value of x in equation 7 to get,

6×2 + y = 16 ⇒ y = 4

Now we will substitute for both x and y in equation 3 to get,

2 + 4 + 4z = 26 ⇒ z = 5

So we now have the solution to the system of equations to be x=2 , y = 4 , z = 5, which is the same as in the above case.

Matrix method.

We will try to solve the system of equations using the matrix method. Here we will represent the coefficients of the variables in a 3×3 matrix. Let’s say M and the variables in a 3×1 matrix, let’s say X, and the constants in a 3×1 matrix, let’s say C. The relation between these matrices can be represented in the following way:

MX = C  ⇒

 

3

4

3

 

x

 

37

5

2

1

 

y

=

23

1

1

4

 

z

 

26

Now, if we multiply both sides of the equation with the inverse of M, we get

M-1MX = M-1C

⇒ X = M-1C

So, on multiplying M-1 with C, we get a 3×1 matrix which will give us the solution. So we now get,

x

 

7/(-46)

-13/(-46)

-2/(-46)

 

37

y

=

-19/(-46)

9/(-46)

12/(-46)

 

23

z

 

3/(-46)

1/(-46)

-14/(-46)

 

26

 

x

 

-92/(-46)

y

=

-184/(-46)

z

 

-230/(-46)

This gives us the solution x=2 , y = 4 , z = 5.

Conclusion. 

We can use several methods to find the solution of a system of equations. For all those methods, we will get the same set of solutions. We can choose the method for finding the solution according to our convenience. We can use the method of elimination and substitution several times while solving the system of equations. We can use all three of these methods to find the solution to a system of equations for more than 3 variables.

 
faq

Frequently Asked Questions

Get answers to the most common queries related to the JEE Examination Preparation.

Can a system of equations have more than 1 solution?

Ans: Yes. In some cases, there will be infinitely many solutions.  

What will happen to the solution of a system of equations involving 3 variables and 2 equations?

Ans: There will be infinitely many solutions for the system of equations.

What will happen if there are 2 variables and 3 equations?

Ans: The system of equations will have no solution.

For the matrix method, what will happen to the solution if the determinant of the matrix of coefficients becomes zero?

Ans: There will be no solutions.

Can all the variables have the same solution?

Ans: Yes, the value of the variables depends on the nature of the equations

Ans: Yes. In some cases, there will be infinitely many solutions.  

Ans: There will be infinitely many solutions for the system of equations.

Ans: The system of equations will have no solution.

Ans: There will be no solutions.

Ans: Yes, the value of the variables depends on the nature of the equations

Crack IIT JEE with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the JEE Exam including the process of application, important calendar dates, eligibility criteria, exam centers etc.

Allotment of Examination Centre
JEE Advanced Eligibility Criteria
JEE Advanced Exam Dates
JEE Advanced Exam Pattern 2023
JEE Advanced Syllabus
JEE Application Fee
JEE Application Process
JEE Eligibility Criteria 2023
JEE Exam Language and Centres
JEE Exam Pattern – Check JEE Paper Pattern 2024
JEE Examination Scheme
JEE Main 2024 Admit Card (OUT) – Steps to Download Session 1 Hall Ticket
JEE Main Application Form
JEE Main Eligibility Criteria 2024
JEE Main Exam Dates
JEE Main Exam Pattern
JEE Main Highlights
JEE Main Paper Analysis
JEE Main Question Paper with Solutions and Answer Keys
JEE Main Result 2022 (Out)
JEE Main Revised Dates
JEE Marking Scheme
JEE Preparation Books 2024 – JEE Best Books (Mains and Advanced)
Online Applications for JEE (Main)-2022 Session 2
Reserved Seats
See all

Related articles

Learn more topics related to Mathematics
Zero Vector

A zero vector is defined as a line segment coincident with its beginning and ending points. Primary Keyword: Zero Vector

ZERO MATRIX

In this article, we will discuss about the zero matrix and it’s properties.

YARDS TO FEET

In this article we will discuss the conversion of yards into feet and feets to yard.

XVI Roman Numeral

In this article we are going to discuss XVI Roman Numerals and its origin.

See all
Access more than

10,505+ courses for IIT JEE

Get subscription

Trending Topics

  • JEE Main 2024
  • JEE Main Rank Predictor 2024
  • JEE Main Mock Test 2024
  • JEE Main 2024 Admit Card
  • JEE Advanced Syllabus
  • JEE Preparation Books
  • JEE Notes
  • JEE Advanced Toppers
  • JEE Advanced 2022 Question Paper
  • JEE Advanced 2022 Answer Key
  • JEE Main Question Paper
  • JEE Main Answer key 2022
  • JEE Main Paper Analysis 2022
  • JEE Main Result
  • JEE Exam Pattern
  • JEE Main Eligibility
  • JEE College predictor
combat_iitjee

Related links

  • JEE Study Materials
  • CNG Full Form
  • Dimensional Formula of Pressure
  • Reimer Tiemann Reaction
  • Vector Triple Product
  • Swarts Reaction
  • Focal length of Convex Lens
  • Root mean square velocities
  • Fehling’s solution
testseries_iitjee
Predict your JEE Rank
.
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2026 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY