What Is A Linear Equation In One Variable?
A linear equation in one variable is an equation with a single unknown that appears only to the first power, with no squares, no square roots, and no variable in a denominator. The word linear means each side, drawn as a graph, would be a straight line. A simple example is $2x + 3 = 11$, where $x$ is the only variable.
Three features define this type of equation:
One variable only. A single letter, usually $x$, stands for the unknown number.
First power only. The variable is never raised to a power such as $x^{2}$, and never sits under a root or inside a denominator.
An equals sign. Two expressions are set equal, which is what makes it an equation rather than just an expression.
Compare $2x + 3 = 11$ (linear, one variable) with $x^{2} = 9$ (not linear, the variable is squared) and $2x + 3y = 11$ (two variables, a different topic covered under linear equations in two variables). Only the first is a linear equation in one variable, and it is the workhorse of early algebra.
What Is The Standard Form Of A Linear Equation In One Variable?
The standard form of a linear equation in one variable is $ax + b = 0$, where $a$ and $b$ are real numbers and $a \neq 0$. The condition $a \neq 0$ matters: if $a$ were $0$, the $x$ term would vanish and the equation would no longer involve the variable.
$$ax + b = 0, \qquad a \neq 0$$
Rearranging the standard form gives the solution directly:
$$ax + b = 0 ;\Rightarrow; ax = -b ;\Rightarrow; x = -\frac{b}{a}$$
Any linear equation, however it starts, can be pushed into this shape. Take $3x + 4 = x + 12$. Move every term to the left and it becomes $2x - 8 = 0$, so $a = 2$ and $b = -8$, giving $x = \frac{8}{2} = 4$. For a deeper reference on this shape, see standard form of linear equations.
What Are The Types Of Linear Equations In One Variable?
Not every linear equation behaves the same way once you solve it. There are three outcomes.
Table: The three types of linear equation in one variable, by how many solutions they have.
Type | What happens when you solve | Number of solutions |
|---|---|---|
Conditional | Reduces to $x = $ a single value | Exactly one |
Identity | Reduces to a true statement like $3 = 3$ | Infinitely many (every $x$ works) |
Inconsistent | Reduces to a false statement like $0 = 5$ | No solution |
A conditional equation such as $2x + 3 = 11$ is the usual case and has one solution. An identity such as $2(x + 1) = 2x + 2$ is true for every value of $x$, because both sides are the same expression in disguise. An inconsistent equation such as $x + 1 = x + 2$ collapses to $1 = 2$, which is never true, so nothing solves it. Recognising which type you have prevents the panic of "I lost my $x$."
How Do You Solve A Linear Equation In One Variable?
To solve a linear equation in one variable, get every variable term on one side and every constant on the other, then divide by the coefficient of the variable (the number multiplying it). The guiding rule is balance: whatever you do to one side of the equals sign, you must do to the other. That balance is the whole of the properties of equality.
The general steps are:
Clear brackets by multiplying them out.
Clear fractions by multiplying every term by the lowest common denominator.
Collect the variable terms on one side and the constants on the other.
Divide both sides by the coefficient of the variable.
Check the answer in the original equation.
Example 1: Variable on both sides.
Solve $3x + 4 = x + 12$.
$$3x + 4 = x + 12$$ $$3x - x + 4 = 12 \quad (\text{subtract } x \text{ from both sides})$$ $$2x + 4 = 12$$ $$2x = 8 \quad (\text{subtract } 4 \text{ from both sides})$$ $$x = 4 \quad (\text{divide both sides by } 2)$$
Check: $3(4) + 4 = 16$ and $4 + 12 = 16$. Both sides agree.
Final answer: $x = 4$.
Example 2: With brackets.
Solve $2(x - 3) = 4x + 2$.
$$2(x - 3) = 4x + 2$$ $$2x - 6 = 4x + 2 \quad (\text{multiply out the bracket})$$ $$-6 - 2 = 4x - 2x \quad (\text{collect terms})$$ $$-8 = 2x$$ $$x = -4 \quad (\text{divide both sides by } 2)$$
Check: $2(-4 - 3) = -14$ and $4(-4) + 2 = -14$. Both sides agree.
Example 3: With fractions.
Solve $\dfrac{x}{2} + \dfrac{1}{3} = \dfrac{5}{6}$.
The lowest common denominator of $2$, $3$, and $6$ is $6$. Multiply every term by $6$:
$$6 \cdot \frac{x}{2} + 6 \cdot \frac{1}{3} = 6 \cdot \frac{5}{6}$$ $$3x + 2 = 5$$ $$3x = 3 \quad (\text{subtract } 2)$$ $$x = 1 \quad (\text{divide by } 3)$$
Check: $\frac{1}{2} + \frac{1}{3} = \frac{5}{6}$. Both sides agree. For more short one-step and two-step cases, see two step equations and the general method for how to solve for x.
How Do You Solve Linear Equation Word Problems?
Word problems are linear equations hidden inside a sentence. The skill is translation: turn each English phrase into algebra, then solve as usual. Reading the phrase correctly is where most of the marks live.
Table: Common English phrases and their algebraic translations.
English phrase | Algebraic translation |
|---|---|
"is" / "equals" | $=$ |
"the sum of" / "more than" / "increased by" | $+$ |
"less than" / "decreased by" | $-$ (mind the order) |
"the product of" / "twice a number" | $\times$ (e.g. $2x$) |
"per" / "for each" | a rate, multiply |
Example 4: A taxi fare.
A taxi charges a fixed 50 rupees plus 12 rupees for each kilometre. One ride cost 146 rupees. How far was the ride?
Let $x$ be the distance in kilometres. The fixed charge is $50$, and the running charge is $12x$, so:
$$50 + 12x = 146$$ $$12x = 96 \quad (\text{subtract } 50)$$ $$x = 8 \quad (\text{divide by } 12)$$
The ride was $8$ kilometres. Defining the variable in plain language first, "let $x$ be the distance," is what keeps the translation honest.
Why Does A Linear Equation In One Variable Have Exactly One Solution?
A linear equation in one variable has exactly one solution because of what the graph looks like. Rewrite $ax + b = 0$ as two separate straight lines, $y = ax + b$ and $y = 0$ (the x-axis). A slanted straight line crosses the x-axis at precisely one point, and the x-value of that crossing is the solution.
The algebra says the same thing. Starting from $ax + b = 0$ with $a \neq 0$, there is only one way to isolate $x$:
$$x = -\frac{b}{a}$$
Because $a$ is a fixed non-zero number and $b$ is fixed, the right side is a single definite value. There is no room for a second answer.
The exceptions map onto the three types from earlier:
If the line is slanted ($a \neq 0$), it meets the axis once: one solution (conditional).
If the equation reduces to $0 = 0$, the two graphs are the same line: infinitely many solutions (identity).
If it reduces to $0 = c$ for some non-zero $c$, the graphs are parallel and never meet: no solution (inconsistent).
That single crossing point is the deep reason the topic is the foundation of algebra. Once a child trusts that one straight line meets another at one point, every later idea, from inequalities to systems of equations, is built on it.
Who Invented Linear Equations In One Variable?
Solving for an unknown is one of the oldest ideas in mathematics. Egyptian and Babylonian scribes were solving linear problems nearly four thousand years ago, long before symbols like $x$ existed, writing everything out in words. The method we teach today, though, has a clearer origin.
Two figures shaped how we write and solve these equations:
Diophantus of Alexandria (c. 201–285, Greek Egypt) introduced symbols and abbreviations for the unknown and its powers, an early step away from writing equations out in full sentences.
Muhammad ibn Musa al-Khwarizmi (c. 780–850, Persia) set out the first systematic, step-by-step procedures for solving linear and quadratic equations, giving algebra both its name and its method.
Where Are Linear Equations In One Variable Used In The Real World?
A single unknown solved from one condition shows up far more often than the abstract form suggests.
Budgeting and bills: working out how many months of savings reach a target, or how many units of electricity fit a fixed bill, is solving $ax + b = \text{total}$.
Rates and travel: the taxi-fare and distance-speed-time problems reduce to one linear equation in the unknown quantity.
Cooking and mixtures: scaling a recipe, or finding how much water to add to reach a target concentration, is a one-variable balance.
Unit conversion: converting a temperature or a currency where a fixed offset and a rate both apply, such as Celsius to Fahrenheit, is a linear relationship in one unknown.
Business: finding the break-even point where cost equals revenue is a single linear equation set to balance. A fuller set of these appears in applications of linear equations.
One small tool, an equation with a single unknown, quietly runs household budgets, kitchens, and business plans alike. Mathematics is the shared language underneath tasks that look nothing like each other.
What Are The Most Common Linear Equations In One Variable Mistakes?
These four errors account for most lost marks on this topic, confirmed against the solving-mistakes guides that rank for the search and against the errors senior Bhanzu trainers see most often in Class 8 work.
Not changing the sign when moving a term across the equals sign.
Where it slips in:
A student moves a term from one side to the other but keeps its original sign, turning $2x + 3 = 11$ into $2x = 11 + 3$ instead of $2x = 11 - 3$.
Don't do this:
Do not carry a term across the equals sign unchanged. Transposing a positive term makes it negative, and a negative term positive.
The correct way:
Undo the operation on both sides. From $2x + 3 = 11$, subtract $3$ from both sides to get $2x = 8$, then $x = 4$.
Dividing by the coefficient the wrong way.
Where it slips in:
Reaching $2x = 8$, a student writes $x = 8 \times 2 = 16$, or subtracts the coefficient instead of dividing.
Don't do this:
Do not multiply by the coefficient or subtract it. The coefficient multiplies the variable, so the inverse is division.
The correct way:
Divide both sides by the coefficient: $2x = 8$ gives $x = \frac{8}{2} = 4$. Always divide by the number attached to $x$.
Combining unlike terms.
Where it slips in:
A student simplifies $2x + 3 + 2x$ to $7x$, adding the constant into the variable terms as though $3$ were $3x$.
Don't do this:
Do not add a plain number to a variable term. Only like terms combine.
The correct way:
Keep variables and constants separate: $2x + 3 + 2x = 4x + 3$. The $3$ stays on its own until a constant is moved to meet it.
Treating it like a two-variable equation.
Where it slips in:
A student meets $5x - 3 = 12$ and starts hunting for a second variable or writes the answer as an ordered pair, carrying over habits from graphing lines.
Don't do this:
Do not expect a pair of values. One variable solved from one equation gives one number, not a coordinate.
The correct way:
Solve for the single unknown and stop: $5x - 3 = 12$ gives $5x = 15$, so $x = 3$. The answer is one number.
Practice Problems On Linear Equations In One Variable
Solve each equation, then check your answer by substituting back. Answers follow each line.
Solve $5x - 3 = 12$.
(Answer: $x = 3$.)Solve $4(x + 2) = 20$.
(Answer: $x = 3$.)Solve $\dfrac{x}{3} + 2 = 5$.
(Answer: $x = 9$.)Solve $7x - 4 = 3x + 8$.
(Answer: $x = 3$.)Classify $3(x - 1) = 3x - 3$ as conditional, identity, or inconsistent.
(Answer: identity, true for every $x$.)A number is tripled and then increased by $5$, giving $26$. Find the number.
(Answer: $3x + 5 = 26$, so $x = 7$.)
Where Should You Go Next After Linear Equations In One Variable?
Solving for one unknown opens several natural next doors in algebra.
Solving linear equations. More worked practice across brackets, fractions, and variables on both sides, with the full method laid out step by step.
Linear equations in two variables. Add a second unknown and a second condition, and the single point becomes a whole line of solutions.
Inequalities. Replace the equals sign with a greater-than or less-than sign, and one solution becomes a range of solutions on the number line.
If your child is building these foundations, a live Bhanzu trainer teaches linear equations starting from the balance idea and the story behind al-jabr, in the Bhanzu algebra program.
Was this article helpful?
Your feedback helps us write better content
