Solutions Of A Linear Equation: Rules & Examples

#Algebra
TL;DR
The solutions of a linear equation are the values that make the equation true when you put them back in. A one-variable equation like $ax + b = 0$ has exactly one solution; a two-variable equation like $ax + by + c = 0$ has infinitely many, and each one is an ordered pair $(x, y)$ that sits on the equation's graph.
BT
Bhanzu TeamLast updated on September 9, 202611 min read

What Are The Solutions Of A Linear Equation?

A solution of a linear equation is any value, or set of values, that makes the equation a true statement when substituted for the variables. Put the value in, work out both sides, and if the left side equals the right side, that value is a solution.

A linear equation is an equation in which every variable appears only to the first power, with no squares, no roots, and no products of two variables. The number of solutions depends entirely on how many variables the equation carries.

  • One variable (form $ax + b = 0$, with $a \neq 0$): exactly one solution.

  • Two variables (form $ax + by + c = 0$): infinitely many solutions, each an ordered pair $(x, y)$.

Everything below unpacks those two cases, how to find the values, and how to check that a value really is a solution. For the parent topic, see linear equations.

How Many Solutions Does A One-Variable Linear Equation Have?

A linear equation in one variable has exactly one solution. There is a single number that balances the equation, and no other number will.

Take $3x + 5 = 20$. Isolate the variable step by step:

$$3x + 5 = 20$$ $$3x = 20 - 5 = 15$$ $$x = \frac{15}{3} = 5$$

The only value that works is $x = 5$. Substitute it back to confirm: $3(5) + 5 = 15 + 5 = 20$, which matches the right side.

Why only one? A one-variable linear equation pins the variable down completely. There is no freedom left, so the answer is a single point on the number line.

The general rule falls straight out of the form: for $ax + b = 0$ with $a \neq 0$, the solution is always $x = -\frac{b}{a}$. For the full step-by-step method, see solving linear equations.

What Is A Solution Of A Linear Equation In Two Variables?

A solution of a two-variable linear equation is an ordered pair $(x, y)$ that makes the equation true. Both values matter, and they travel together.

Take $2x + y = 6$. Pick a value for $x$, then solve for $y$:

  • If $x = 0$, then $y = 6$, giving the pair $(0, 6)$.

  • If $x = 1$, then $y = 4$, giving $(1, 4)$.

  • If $x = 3$, then $y = 0$, giving $(3, 0)$.

Each pair is a genuine solution. Check $(1, 4)$: $2(1) + 4 = 2 + 4 = 6$. True.

The answer is never a single number here; it is always a pair, because the equation ties $x$ and $y$ to each other. Change $x$ and $y$ has to move to keep the balance. For a deeper treatment, see linear equations in two variables.

Why Does A Two-Variable Linear Equation Have Infinitely Many Solutions?

A two-variable linear equation has infinitely many solutions because you are free to choose any value you like for one variable, and the equation then fixes the other. One free choice, endless pairs.

Think of $2x + y = 6$ again. You can set $x$ to $0$, $1$, $3$, $-5$, $2.7$, or any real number at all. For each choice, exactly one $y$ makes the equation balance. Since there are infinitely many numbers to choose from, there are infinitely many valid pairs.

This is the single biggest jump from one-variable equations. Removing one constraint (going from two conditions to one) hands the equation a degree of freedom, and that freedom is what stretches a single answer into an infinite family. Here is the whole story in one table.

Table: How the number of variables sets the number of solutions.

Equation type

Form

Number of solutions

A solution looks like

One variable

$ax + b = 0$

Exactly one

A single number, e.g. $x = 5$

Two variables

$ax + by + c = 0$

Infinitely many

An ordered pair, e.g. $(1, 4)$

How Do You Find And Verify A Solution?

Finding a solution and checking a solution are two different jobs. Finding means computing a value; verifying means proving it works. Skipping the second step is where marks quietly disappear.

To find a solution of a two-variable equation, choose a value for one variable and solve for the other. For $x + 2y = 8$, let $x = 2$:

$$x + 2y = 8$$ $$2 + 2y = 8$$ $$2y = 6 \implies y = 3$$

So $(2, 3)$ is a solution.

To verify a solution, substitute both numbers back into the original equation and confirm the two sides are equal:

$$x + 2y = 8 ;\Rightarrow; (2) + 2(3) = 2 + 6 = 8 ;\checkmark$$

The left side equals the right side, so $(2, 3)$ is confirmed. Always substitute into the original equation, not a line you rewrote along the way, so a mistake made earlier cannot slip through the check. When you want to isolate a single variable cleanly before substituting, solve for x first.

How Is The Graph The Set Of All Solutions?

The graph of a two-variable linear equation is the complete picture of its solutions. Every point on the line is a solution, and every solution is a point on the line. The line and the solution set are the same object drawn two ways.

Plot the pairs found earlier for $2x + y = 6$, namely $(0, 6)$, $(1, 4)$, and $(3, 0)$, and they fall on one straight line. Any other point on that same line, such as $(2, 2)$, is also a solution: $2(2) + 2 = 6$. A point off the line, such as $(2, 3)$, gives $2(2) + 3 = 7 \neq 6$, so it fails.

That equality between a line and its solution set is why the topic sits at the heart of algebra. Once you can read a line as a solution set, graphing linear equations becomes a way of showing all answers at once, and finding where two lines cross becomes a way of solving a system of equations.

Why Do The Solutions Of A Linear Equation Matter?

Solutions are not the end of an exercise; they are the answer to a real question hiding inside the symbols. The equation is the model, and the solution is the number the model was built to produce.

  • They turn a situation into an answer. A budget, a distance-speed-time setup, or a mixing problem becomes a linear equation, and its solution is the amount, the time, or the quantity you actually needed.

  • They reveal structure, not just numbers. Knowing that a two-variable equation has a whole line of solutions tells you a relationship is flexible, while a one-variable equation locking to a single value tells you the situation is fully determined.

  • They connect algebra to geometry. Because the solution set of a two-variable equation is a line, questions about numbers become questions about pictures, and vice versa. That bridge underpins coordinate geometry, calculus, and data science.

The deeper point is that "solving" is really "finding what fits." Every field that models the world with equations cares less about the equation than about its solutions, because the solution is where the mathematics touches the real question.

Who Invented Linear Equations And Their Solutions?

People were solving linear equations for real needs, splitting land, sharing grain, balancing trade, long before anyone drew a graph. The leap from "find the number" to "the graph is the set of all solutions" took two very different mathematicians, centuries apart.

Two figures shaped how we find and picture these solutions:

  • Muhammad ibn Musa al-Khwarizmi (c. 780–850, Baghdad) wrote Al-Jabr, the work that gives algebra its name, and set out systematic, repeatable steps for solving linear and quadratic equations rather than guessing.

  • René Descartes (1596–1650, France) built the coordinate plane, turning the solution set of a two-variable equation into a line and founding the coordinate geometry every student uses today.

Where Are The Solutions Of A Linear Equation Used In The Real World?

Finding the value that fits an equation runs quietly under a wide range of everyday and professional work.

  • Personal budgeting: setting spending equal to income gives a linear equation whose solution is how much you can save or must cut.

  • Cooking and scaling recipes: doubling or tripling ingredients is solving a linear equation for the new quantity that keeps the ratio true.

  • Business break-even: setting total cost equal to total revenue produces a linear equation whose solution is the number of units a company must sell to stop losing money.

  • Engineering and unit conversion: converting temperature, currency, or measurement units uses a linear relationship, and each conversion is a solution of that equation.

  • Navigation and travel: distance equals speed times time is linear, so working out an arrival time or a required speed is solving for the unknown.

One skill, finding the value that makes an equation true, sits under kitchens, spreadsheets, factories, and flight plans. Mathematics is the shared language beneath jobs that look nothing alike. You can see many of these worked out in applications of linear equations.

What Are The Most Common Solutions Of A Linear Equation Mistakes?

These three errors account for most lost marks on this topic, confirmed against Lumen Learning's verification lesson, an O-Level error guide, and an SAT-traps review.

Thinking a two-variable equation has only one solution.

Where it slips in:

A student solves $2x + y = 6$, finds $(1, 4)$, and stops, treating it like a one-variable equation with a single answer.

Don't do this:

Do not report one pair as "the solution" of a two-variable equation. A single equation in two variables has infinitely many solutions, one for every choice of $x$.

The correct way:

State that the solution is a set, and give the rule or several pairs. For $2x + y = 6$, every pair of the form $(x, 6 - 2x)$ works, which is why the graph is a whole line, not a point.

Not verifying the answer by substitution.

Where it slips in:

A student finds a value, writes it down, and moves on without ever putting it back into the equation.

Don't do this:

Do not trust a computed value on sight. A small slip earlier means the "answer" fails silently.

The correct way:

Substitute the value into the original equation and confirm both sides match. For $(2, 3)$ in $x + 2y = 8$: $2 + 2(3) = 8$. If the two sides are not equal, the value is not a solution.

Sign errors when substituting negatives.

Where it slips in:

Checking a pair like $(-2, 5)$, a student writes $3(-2)$ as $6$ instead of $-6$, or drops the minus sign entirely.

Don't do this:

Do not substitute negative values without brackets. A missing sign flips the result and hides a correct or incorrect answer.

The correct way:

Always wrap negatives in parentheses before you compute. Write $3(-2) + 5 = -6 + 5 = -1$, keeping the sign attached to the number the whole way through.

Practice Problems On Solutions Of A Linear Equation

Answers follow each problem.

  1. Is $(2, 1)$ a solution of $3x - y = 5$?
    (Answer: $3(2) - 1 = 5$, true, so yes.)

  2. Solve the one-variable equation $5x - 3 = 12$.
    (Answer: $5x = 15$, so $x = 3$.)

  3. Find three solutions of $x + y = 7$.
    (Answer: for example $(0, 7)$, $(3, 4)$, and $(7, 0)$.)

  4. If $x = 4$ in $2x + 3y = 20$, find $y$ and write the solution pair.
    (Answer: $8 + 3y = 20$, so $y = 4$, giving $(4, 4)$.)

  5. Is $(1, 2)$ a solution of $2x + y = 5$?
    (Answer: $2(1) + 2 = 4 \neq 5$, so no.)

  6. For $y = 3x - 1$, find the solutions when $x = 0$ and $x = 2$.
    (Answer: $(0, -1)$ and $(2, 5)$.)

Where Should You Go Next After Solutions Of A Linear Equation?

Once a solution set clicks as either one number or a whole line, several natural doors open from here.

  1. Graphing linear equations. Draw the solution set of a two-variable equation and read every answer straight off the line.

  2. System of equations. Find the single pair that solves two equations at once, the point where two solution lines cross.

  3. Standard form of linear equations. See how the $ax + by + c = 0$ layout makes finding and comparing solutions faster.

If your child is building these foundations, a live Bhanzu trainer teaches solutions starting from the "why" (what a solution really represents, and why a line is a set of answers) in the Bhanzu algebra program.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What does it mean to be a solution of a linear equation?
A value is a solution when substituting it makes the equation a true statement, so both sides come out equal. For a two-variable equation the solution is an ordered pair $(x, y)$; for a one-variable equation it is a single number.
How many solutions of a linear equation are there?
It depends on the number of variables. A one-variable linear equation has exactly one solution, while a two-variable linear equation has infinitely many, one for every value you pick for $x$.
How do you check the solutions of a linear equation?
Substitute the value or pair back into the original equation and confirm the left side equals the right side. Always use the original equation, and put brackets around any negative numbers to avoid sign errors.
Can a linear equation have no solution?
A single linear equation always has at least one solution, but a system of linear equations can have none. When two lines are parallel and never meet, the system is inconsistent and no pair satisfies both equations at once.
What is the difference between a solution and a root?
They mean the same thing for a one-variable equation: the root of $ax + b = 0$ is the value of $x$ that makes it zero, which is exactly its solution. "Root" is used most often when the equation is written as an expression equal to zero.
Which curricula teach the solutions of a linear equation?
The topic appears in India's NCERT (Class 9 and Class 10 algebra) and in the United States under Common Core standards 8.EE and the high-school reasoning-with-equations standards (A-REI). It then recurs across coordinate geometry and early linear algebra.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →