Solving Linear Equations - Know How to Solve Linear Equations With Examples (2024)

Solving linear equations means to find the solution of a linear equation. Here, the methods of solving linear equations are explained for its three main types which include linear equations in one variable, linear equations in two variables and linear equations in three variables.

What Does Solving Linear Equations Mean?

Solving a linear equation refers to finding the solution of linear equations in one, two, three or variables. In simple words, a solution of a linear equation means the value or values of the variables involved in the equation.

How to Solve Linear Equations?

There are six main methods to solve linear equations. These methods for finding the solution of linear equations are:

  • Graphical Method
  • Elimination Method
  • Substitution Method
  • Cross Multiplication Method
  • Matrix Method
  • Determinants Method

Graphical Method of Solving Linear Equations

To solve linear equations graphically, first graph both equations in the same coordinate system and check for the intersection point in the graph. For example, take two equations as 2x + 3y = 9 and x – y = 3.

Now, to plot the graph, consider x = {0. 1, 2, 3, 4} and solve for y. Once (x, y) is obtained, plot the points on the graph. It should be noted that by having more values of x and y will make the graph more accurate.

Check: Graphical Method of Solving Linear Programming

The graph of 2x + 3y = 9 and x – y = 3 will be as follows:

Solving Linear Equations - Know How to Solve Linear Equations With Examples (1)

In the graph, check for the intersection point of both the lines. Here, it is mentioned as (x, y). Check the value of that point and that will be the solution of both the given equations. Here, the value of (x, y) = (3.6, 0.6).

Elimination Method of Solving Linear Equations

In the elimination method, any of the coefficients is first equated and eliminated. After elimination, the equations are solved to obtain the other equation. Below is an example of solving linear equations using the elimination method for better understanding.

Consider the same equations as

2x + 3y = 9 ———–(i)

And,

x – y = 3 ———–(ii)

Here, if equation (ii) is multiplied by 2, the coefficient of “x” will become the same and can be subtracted.

So, multiply equation (ii) × 2 and then subtract equation (i)

2x + 3y = 9

(-)

2x – 2y = 6

_____________

-5y = -3

Or, y = ⅗ = 0.6

Now, put the value of y = 0.6 in equation (ii).

So, x – 0.6 = 3

Thus, x = 3.6

In this way, the value of x, y is found to be 3.6 and 0.6.

Substitution Method of Solving Linear Equations

To solve a linear equation using the substitution method, first, isolate the value of one variable from any of the equations. Then, substitute the value of the isolated variable in the second equation and solve it. Take the same equations again for example.

Consider,

2x + 3y = 9 ———–(i)

And,

x – y = 3 ———–(ii)

Now, consider equation (ii) and isolate the variable “x”.

So, equation (ii) becomes,

x = 3 + y.

Now, substitute the value of x in equation (i). So, equation (i) will be-

2x + 3y = 9

⇒ 2(3 + y) + 3y = 9

⇒ 6 + 2y + 3y = 9

Or, y = ⅗ = 0.6

Now, substitute “y” value in equation (ii).

x – y =3

⇒ x = 3 + 0.6

Or, x = 3.6

Thus, (x, y) = (3.6, 0.6).

Cross Multiplication Method of Solving Linear Equations

Linear equations can be easily solved using the cross multiplication method. In this method, the cross-multiplication technique is used to simplify the solution. For the cross-multiplication method for solving 2 variable equation, the formula used is:

x /(b1 c2 − b2 c1) = y / (c1 a2 − c2 a1) = 1 /(b2 a1 − b1 a2)

For example, consider the equations

2x + 3y = 9 ———–(i)

And,

x – y = 3 ———–(ii)

Here,

a1 = 2, b1 = 3, c1 = -9

a2 = 1, b2 = -1, c2 = -3

Now, solve using the aforementioned formula.

x = (b1 c2 − b2 c1) / (b2 a1 − b1 a2)

Putting the respective value we get,

x = 18/5 = 3.6

Similarly, solve for y.

y = (c1 a2 − c2 a1) / (b2 a1 − b1 a2)

So, y = ⅗ = 0.6

Matrix Method of Solving Linear Equations

Linear equations can also be solved using matrix method. This method is extremely helpful for solving linear equations in two or three variables. Consider three equations as:

a1x + a2y + a3z = d1

b1x + b2y + b3z = d2

c1x + c2y + c3z = d3

These equations can be written as:

Solving Linear Equations - Know How to Solve Linear Equations With Examples (2)

⇒ AX = B ————-(i)

Here, the A matrix, B matrix and X matrix are:

Solving Linear Equations - Know How to Solve Linear Equations With Examples (3)

Now, multiply (i) by A-1 to get:

A−1AX = A−1B ⇒ I.X = A−1B

⇒ X = A−1B

  • Learn more on how to solve linear equations with matrix method here.

Determinant Method of Solving Linear Equations (Cramer’s Rule)

Determinants method can be used to solve linear equations in two or three variables easily. For two variables and three variables of linear equations, the procedure is as follows.

For Linear Equations in Two Variables:

x = Δ1/Δ,

y = Δ2

Or, x = (b1 c2 − b2 c1) / (b2 a1 − b1 a2) and y = (c1 a2 − c2 a1) / (b2 a1 − b1 a2)

Here,

Solving Linear Equations - Know How to Solve Linear Equations With Examples (4)

For Linear Equations in Three Variables:

Solving Linear Equations - Know How to Solve Linear Equations With Examples (5)

  • Learn more on how to solve linear equations with determinants method here.

Related Video: Solving an Equation

Solving Linear Equations - Know How to Solve Linear Equations With Examples (6)

Methods of Solving Linear Equations in One Variable

Solving a linear equation with one variable is extremely easy and quick. To solve any two equations having only 1 variable, bring all the variable terms on one side and the constants on the other. The graphical method can also be used in which the point of intersection of the line with the x-axis or y-axis will give the solution of the equation.

For example, consider the equation 2x + 4 + 7 = 4x – 3 + x

Here, combine the “x” terms and bring them on one side.

So,

5x – 2x = 14

Or, x = 14/3

Methods of Solving Linear Equations in Two Variables

To solve a linear equation in two variables, any of the above-mentioned methods can be used i.e. graphical method, elimination method, substitution method, cross multiplication method, matrix method, determinants method.

Methods of Solving Linear Equations in Three or More Variables

For solving any equation having three or more variables, the graphical, elimination and the substitution method is not feasible. For solving a three-variable equation, the cross-multiplication method is the most preferred method. Even matrix Cramer’s rule is extremely useful for solving equations having 3 or more variables.

Check: Solve Linear Equation in Two Or Three Variables

Topics Related to Solution of Linear Equations:

Applications of Linear EquationsLinear Equations in Two Variables Class 9 Notes
NCERT Solutions for Class 8 Maths Chapter 2- Linear Equations in One VariableImportant Questions Class 10 Maths Chapter 3 Linear Equations In Two Variables

Frequently Asked Questions

Q1

What is a Linear Equation?

A linear equation is an equation where each variable has a degree of one. An example of a linear equation is 4x + 3y = 10.

Q2

What are the Methods of Solving Linear Equations?

The 6 most common methods of solving a linear equation are:

  • Graphical Method
  • Elimination Method
  • Substitution Method
  • Cross Multiplication Method
  • Matrix Method
  • Determinants Method

Q3

How to Solve Linear Equations with Fractions?

To solve a linear equation with fraction, follow these steps:

  • Step 1: Make any complex fraction into a simple fraction
  • Step 2: Find the LCM of all denominators
  • Step 3: Multiply the equation with the LCM of the denominator
  • Step 4: Cancel out the fractions as all the denominators can be divided by the LCM value
  • Step 5: Solve the final linear equation using any of the methods explained here

Learn more about fraction here.

Solving Linear Equations - Know How to Solve Linear Equations With Examples (2024)

References

Top Articles
VHS Video The Boogey Man Alpträume werden Realität
Best Blooket Tower Defense Setup: Strategies for Unbeatable Gameplay
San Angelo, Texas: eine Oase für Kunstliebhaber
Joi Databas
4-Hour Private ATV Riding Experience in Adirondacks 2024 on Cool Destinations
Rabbits Foot Osrs
Hk Jockey Club Result
15 Types of Pancake Recipes from Across the Globe | EUROSPAR NI
Here's how eating according to your blood type could help you keep healthy
LA Times Studios Partners With ABC News on Randall Emmett Doc Amid #Scandoval Controversy
Tripadvisor Near Me
Wordscape 5832
Craigslist Alabama Montgomery
Craigslist Pikeville Tn
Gma Deals And Steals Today 2022
Non Sequitur
Busted Barren County Ky
Directions To 401 East Chestnut Street Louisville Kentucky
Aucklanders brace for gales, hail, cold temperatures, possible blackouts; snow falls in Chch
My Homework Lesson 11 Volume Of Composite Figures Answer Key
Roane County Arrests Today
Inbanithi Age
Parkeren Emmen | Reserveren vanaf €9,25 per dag | Q-Park
Wsbtv Fish And Game Report
Star Wars Armada Wikia
Combies Overlijden no. 02, Stempels: 2 teksten + 1 tag/label & Stansen: 3 tags/labels.
Bend Missed Connections
Viduthalai Movie Download
Japanese Emoticons Stars
lol Did he score on me ?
Hannah Jewell
Amazing Lash Bay Colony
Grove City Craigslist Pets
Royal Caribbean Luggage Tags Pending
Covalen hiring Ai Annotator - Dutch , Finnish, Japanese , Polish , Swedish in Dublin, County Dublin, Ireland | LinkedIn
Rogers Centre is getting a $300M reno. Here's what the Blue Jays ballpark will look like | CBC News
Babylon 2022 Showtimes Near Cinemark Downey And Xd
Frank 26 Forum
Blasphemous Painting Puzzle
Merkantilismus – Staatslexikon
Lovein Funeral Obits
How Does The Common App Work? A Guide To The Common App
Wilson Tattoo Shops
Gfs Ordering Online
Discover Things To Do In Lubbock
Citibank Branch Locations In North Carolina
R: Getting Help with R
Login
Craigslist Pet Phoenix
Craigslist Free Cats Near Me
Lira Galore Age, Wikipedia, Height, Husband, Boyfriend, Family, Biography, Net Worth
Sam's Club Fountain Valley Gas Prices
Latest Posts
Article information

Author: Nathanial Hackett

Last Updated:

Views: 6246

Rating: 4.1 / 5 (52 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Nathanial Hackett

Birthday: 1997-10-09

Address: Apt. 935 264 Abshire Canyon, South Nerissachester, NM 01800

Phone: +9752624861224

Job: Forward Technology Assistant

Hobby: Listening to music, Shopping, Vacation, Baton twirling, Flower arranging, Blacksmithing, Do it yourself

Introduction: My name is Nathanial Hackett, I am a lovely, curious, smiling, lively, thoughtful, courageous, lively person who loves writing and wants to share my knowledge and understanding with you.