Table of Contents
Last modified on February 12th, 2025
We can solve linear equations in a number of ways depending on the number of variables and the equations involved.
A linear equation with a single variable of the form Ax + B = 0 can be easily solved by basic mathematical operations.
This method is useful when we are required to use simple addition or subtraction operations to solve for an unknown variable.
Let us solve the equation x + 4 = 2 for x
Step 1: Moving the Constant to the Other Side of the Equation
First, we will move all constants to the right side of the equation. Here, we will do so by subtracting 4 from both sides.
x + 4 – 4 = 2 – 4
Step 2: Simplifying to Get the Value of the Variable
⇒ x = 2 – 4
Thus, the solution is x = -4
Sometimes, we need to multiply or divide the variable by a number to isolate the variable.
Let us solve the equation 4x = 16
Step 1: Making the Coefficient of the Variable 1
Here, we will divide both sides of the equation by 4 to isolate the variable.
On dividing both sides by 4, we get
⇒ ${\dfrac{4x}{4}=\dfrac{16}{4}}$
Step 2: Solving for the Variable
⇒ x = 4
Thus, the solution is x = 4
Note: There are many methods for solving linear equations involving 2 or more variables.
This method is ideal for solving systems of two linear equations when one equation is already solved for a variable.
Let us solve the system
2x + y = 10 …..(i)
x – y = 2 …..(ii)
Step 1: Expressing One Variable in Terms of the Other
From the equation (ii),
x – y = 2
⇒ x = y + 2
Step 2: Substituting Into the First Equation
2x + y = 10
⇒ 2(y + 2) + y = 10
⇒ 2y + 4 + y = 10
⇒ 2y + y = 10 – 4
Step 3: Solving for y
⇒ 3y = 6
⇒ y = 2
Step 4: Finding x
Now, substituting y = 2 back into the equation x = y + 2,
x = 2 + 2 = 4
Thus, the solution is: x = 4 and y = 2
In this method, we first add or subtract equations to eliminate one variable to get the value of the other variable.
Let us solve the equations:
3x + 2y = 12 …..(i)
2x – 2y = 4 …..(ii)
Step 1: Identifying the Variable For Eliminating It
Here, the y-terms in both equations have the opposite coefficients:
+2y in equation (i) and -2y in equation (ii)
Here is no need to multiply any constant value by the given equations.
Step 2: Adding the equations
(3x + 2y) + (2x – 2y) = 12 + 4
⇒ 3x + 2y + 2x – 2y = 16
⇒ 3x + 2x = 16
⇒ 5x = 16
Step 3: Solving for x
⇒ x = ${\dfrac{16}{5}}$
Step 4: Substituting x Into One of the Original Equations
3x + 2y = 12
⇒ ${3\left( \dfrac{16}{5}\right) +2y=12}$
⇒ ${\dfrac{48}{5}+2y=12}$
⇒ ${2y=12-\dfrac{48}{5}}$
⇒ ${2y=\dfrac{60-48}{5}}$
⇒ ${2y=\dfrac{12}{5}}$
⇒ ${y=\dfrac{6}{5}}$
Thus, the solution is: x = y=\dfrac{12}{5}}$ and y = ${\dfrac{6}{5}}$
This method is useful when we want to visualize the solution.
Here, we plot each equation on a coordinate plane and find their intersection point, which is the solution.
Let us consider the system:
y = x + 3 …..(i)
y = -x + 5 …..(ii)
Step 1: Plotting Both Equations on a Graph
In the equation (i),
Slope = 1
Y-intercept = 3
In the equation (ii),
Slope = -1
Y-intercept = 5
When plotting equations (i) and (ii), we get
Step 2: Finding the Intersection Point
In the graph, the intersection point of both lines will be the solution of the given equations. Here, the intersection point is (x, y) = (1, 4)
Thus, the solution of the given system is x = 1 and y = 4
We particularly use this method when the equations are present in fractional form.
Here, first, we multiply both sides by the denominator to eliminate fractions and then solve for the variable.
Let us solve the equation ${\dfrac{2x+3}{5}=\dfrac{4}{7}}$ for the given variable:
Step 1: Identifying the Equation in Proportion Form
The given equation is already in the form of a proportion: ${\dfrac{a}{b}=\dfrac{c}{d}}$
Step 2: Multiplying both sides by the Denominator
Here, ${\dfrac{2x+3}{5}=\dfrac{4}{7}}$
⇒ 7(2x + 3) = 5(4)
⇒ 14x + 21 = 20
Step 3: Solving for the Variable
⇒ 14x + 21 – 21 = 20 – 21
⇒ 14x = -1
⇒ ${\dfrac{14x}{14}=\dfrac{-1}{14}}$
⇒ x = ${\dfrac{-1}{14}}$
Thus, the solution is x = ${\dfrac{-1}{14}}$
For solving a system involving 2 variables by cross-multiplication method, the general formula is:
${\dfrac{x}{b_{1}c_{2}-b_{2}c_{1}}=\dfrac{y}{c_{1}a_{2}-c_{2}a_{1}}=\dfrac{1}{b_{2}a_{1}-b_{1}a_{2}}}$
Let us consider the following system of linear equations:
x + 3y = -3 …..(i)
2x – y = 9 …..(ii)
Step 1: Identifying Coefficients
Comparing with the standard form a1x + b1y = c1 and a2x + b2y = c2, we have:
a1 = 1, b1 = 3, c1 = -3
a2 = 2, b2 = -1, c2 = 9
Step 2: Applying the Cross-Multiplication Formula
Now, by using the formula, we get
${\dfrac{x}{\left( 3\right) \left( 9\right) -\left( -1\right) \left( -3\right) }=\dfrac{y}{\left( -3\right) \left( 2\right) -\left( 9\right) \left( 1\right) }=\dfrac{1}{\left( -1\right) \left( 1\right) -\left( 3\right) \left( 2\right) }}$
⇒ ${\dfrac{x}{27-3}=\dfrac{y}{-6-9}=\dfrac{1}{-1-6}}$
⇒ ${\dfrac{x}{24}=\dfrac{y}{-15}=\dfrac{1}{-7}}$
Thus, the solutions are: x = ${-\dfrac{24}{7}}$ and y = ${\dfrac{15}{7}}$
Note: Apart from these methods, linear equations with three or more variables can also be solved using the matrix method (by inverse matrix method and Gaussian elimination) and the determinants method (by Cramer’s rule).
Solve the equation 0.2x + 1.5 = 3.1
Given 0.2x + 1.5 = 3.1
Step 1: Moving the Constant to the Other Side of the Equation
⇒ 0.2x + 1.5 – 1.5 = 3.1 – 1.5
⇒ 0.2x = 1.6
Step 2: Making the Coefficient of the Variable 1
⇒ ${\dfrac{0.2x}{0.2}=\dfrac{1.6}{0.2}}$
Step 3: Solving for the Variable
⇒ x = ${\dfrac{1.6}{0.2}}$
⇒ x = ${\dfrac{16}{2}}$
⇒ x = 8
Thus, the solution is x = 8
Solve 5x – 3 = 2x + 6
Given, 5x – 3 = 2x + 6
Step 1: Moving the Constant to the Other Side of the Equation
⇒ 5x – 3 + 3 = 2x + 6 + 3
⇒ 5x – 2x = 2x – 2x + 9
⇒ 3x = 9
Step 2: Making the Coefficient of the Variable 1
⇒ ${\dfrac{3x}{3}=\dfrac{9}{3}}$
Step 3: Solving for the Variable
⇒ x = 3
Thus, the solution is x = 3
Solve: ${\dfrac{x}{3}+2=5}$
Given, ${\dfrac{x}{3}+2=5}$
Step 1: Moving the Constant to the Other Side of the Equation
⇒ ${\dfrac{x}{3}+2-2=5-2}
⇒ ${\dfrac{x}{3}=3}
Step 2: Making the Coefficient of the Variable 1
⇒ x = 3 × 3
Step 3: Solving for the Variable
⇒ x = 9
Thus, the solution is x = 9
Solve the given system of equations by elimination:
x + y = 18
2x + 3y = 44
Given,
x + y = 18 …..(i)
2x + 3y = 44 …..(ii)
Step 1: Multiplying to Align Coefficients
Multiplying the equation (i) by 2 to align the coefficients of x,
2(x + y) = 2(18)
⇒ 2x + 2y = 36
Now, the system becomes:
2x + 2y = 36
2x + 3y = 44
Step 2: Subtracting the Equations
(2x + 2y) – (2x + 3y) = 36 – 44
⇒ 2x + 2y – 2x – 3y = -8
⇒ 2y – 3y = -8
Step 3: Solving for y
⇒ -y = -8
⇒ y = 8
Step 4: Substituting y = 8 Into the One of the Original Equations
From equation (i),
x + y = 18
⇒ x + 8 = 18
⇒ x = 18 – 8
⇒ x = 10
Thus, the solutions are: x = 10 and y = 8
Solve the given system of equations by substitution:
x + y + z = 6
2x – y + 3z = 14
4x + y – z = 2
Given,
x + y + z = 6 …..(i)
2x – y + 3z = 14 …..(ii)
4x + y – z = 2 …..(iii)
Step 1: Expressing One Variable in Terms of the Others
From equation (i),
x + y + z = 6
⇒ x = 6 – y – z
Step 2: Substituting x Into the Other Equations
Using x = 6 – y – z in the equations (ii) and (iii), we get
2x – y + 3z = 14
⇒ 2(6 – y – z) – y + 3z = 14
⇒ 12 – 2y – 2z – y + 3z = 14
⇒ 12 – 2y – y – 2z + 3z = 14
⇒ -3y + z = 14 – 12
⇒ -3y + z = 2 …..(iv)
4x + y – z = 2
⇒ 4(6 – y – z) + y – z = 2
⇒ 24 – 4y – 4z + y – z = 2
⇒ 24 – 4y + y – 4z – z = 2
⇒ -3y – 5z = 2 – 24
⇒ -3y – 5z = -22
⇒ 3y + 5z = 22 …..(v)
Step 3: Solving for y
From equation (iv),
-3y + z = 2
⇒ z = 2 + 3y
Now, substituting z into equation (v), we get
3y + 5z = 22
⇒ 3y + 5(2 + 3y) = 22
⇒ 3y + 10 + 15y = 22
⇒ 3y + 15y = 22 – 10
⇒ 18y = 12
⇒ y = ${\dfrac{12}{18}}$
⇒ y = ${\dfrac{2}{3}}$
Step 4: Solving for z
Using y = ${\dfrac{2}{3}}$ into equation (iv), we get
-3y + z = 2
⇒ z = 2 + 3y
⇒ z = ${2+3\left( \dfrac{2}{3}\right)}$
⇒ z = 2 + 2
⇒ z = 4
Step 5: Solving for x
Now, using the values of y and z in equation (i), we get
x + y + z = 6
⇒ x = 6 – y – z
⇒ x = ${6-\left( \dfrac{2}{3}\right) -\left( 4\right)}$
⇒ x = ${\dfrac{18-2-12}{3}}$
⇒ x = ${\dfrac{4}{3}}$
Thus, the solutions are: x = ${\dfrac{4}{3}}$, y = ${\dfrac{2}{3}}$, and z = 4
Last modified on February 12th, 2025