AlgebraIntermediate· 9 min read

First-Degree Equations: How to Isolate the Unknown Without Memorising Rules

Understand the equilibrium principle behind every equation and solve any first-degree expression with confidence — no formulas to memorise.

RF

Renato Freitas

Updated on May 3, 2026

What is a first-degree equation?

A first-degree equation is a mathematical statement declaring that two expressions have the same value. The term 'first-degree' means that the unknown — the value we are looking for, typically represented by x — appears raised only to the power of 1: no squared terms, no cube roots over x. Typical examples are 2x + 3 = 11 or 5x − 7 = 18.

The word 'unknown' represents exactly what it sounds like: a quantity we do not yet know. Every first-degree equation has the general form ax + b = c, where a, b, and c are known numbers and x is what we want to find. The goal is to transform the equation step by step until x stands alone on one side of the equals sign.

First-degree equations appear constantly outside the classroom: figuring out how many items you can buy with a fixed budget, calculating the number of working hours needed to meet a production target, or determining the distance covered at a given speed — all of these situations can be modelled as first-degree equations.

🧮 Try it yourself — CalcSim

Want more features? Download CalcSim IA app

The balance principle: why both sides must stay equal

The most powerful image for understanding equations is a balance scale in equilibrium. If you add 1 kg to one pan, it tips. To restore balance, you must add exactly 1 kg to the other pan as well. That is precisely the principle governing every algebraic transformation in an equation.

Whenever you add, subtract, multiply, or divide a value in an equation, you must perform the same operation on both sides of the equals sign. If you operate on only one side, the equality no longer holds and you are solving a different problem. This symmetry is not an arbitrary rule — it is the direct consequence of what equality means.

Consider the example: 'I have $50 and need $120 to buy a product. How much am I short?' Naturally you write 50 + x = 120 and conclude that x = 70. When you subtract 50 from both sides, you preserved the equality and isolated the unknown. That informal reasoning is exactly what the algebraic method formalises.

Step by step: how to solve any first-degree equation

The solving process follows a logical sequence that, once understood, applies to every case. Let us use the example 4x + 7 = 31 to illustrate each step concretely.

Step 1: identify where the unknown is and which operations are applied to it. In our example, x is multiplied by 4 and then 7 is added. Step 2: undo these operations in reverse order — first the addition, then the multiplication. To undo adding 7, subtract 7 from both sides: 4x = 24. Step 3: to undo multiplying by 4, divide both sides by 4: x = 6. Step 4: verify by substituting back into the original equation: 4(6) + 7 = 31. Correct.

Verification is a valuable habit that many students skip. It not only confirms the result — it also trains you to read equations and catches arithmetic mistakes before they compound in larger exercises.

  • Identify terms containing x and the constant terms separately.
  • Move all x-terms to one side and constants to the other, always operating on both sides.
  • Simplify each side: combine like terms before dividing.
  • Divide or multiply both sides by the coefficient of x to isolate it.
  • Substitute the value found back into the original equation to verify.

Real-life practical examples

Example 1 — grocery shopping: You have $80 and want to buy juice boxes at $6 each. After setting aside $20 for transport, how many boxes can you take? The equation is 6x + 20 = 80. Subtracting 20: 6x = 60. Dividing by 6: x = 10. You can buy 10 boxes.

Example 2 — savings planning: A person wants to save $1,500 in 5 months and already has $300 set aside. How much must she save per month? The equation is 300 + 5x = 1500. Subtracting 300: 5x = 1200. Dividing by 5: x = 240. She needs to save $240 per month.

Example 3 — splitting costs: Three friends split the cost of a party equally. After dividing, each one also pays a $15 service fee. If each person's total came to $75, how much did the party cost? The equation is x/3 + 15 = 75. Subtracting 15: x/3 = 60. Multiplying by 3: x = 180. The party cost $180.

Special cases: no solution and infinite solutions

Not every first-degree equation has exactly one solution. An impossible equation (contradiction) occurs when simplifying leads to a clearly false statement such as 0 = 5. This means no value of x satisfies the equation. Example: 2x + 4 = 2x + 9. Subtracting 2x: 4 = 9, which is false. This equation has no solution.

An identity equation occurs when simplifying leads to an always-true statement such as 0 = 0. This means every value of x is a solution. Example: 3x + 6 = 3(x + 2). Expanding: 3x + 6 = 3x + 6. Subtracting 3x: 6 = 6. True for any x. This equation has infinitely many solutions.

Most common mistakes and how to avoid them

The most frequent mistake is 'moving a term to the other side and changing its sign' without understanding why. When we move a term across the equals sign, we are actually subtracting (or adding) the same value from both sides. The sign change is a consequence of that, not magic.

Another common mistake is dividing only one term when there is a sum on the same side. In 3x + 6 = 24, dividing only 3x by 3 while ignoring the 6 is wrong. The correct approach: divide the entire side by 3 (x + 2 = 8) or subtract 6 first and then divide.

  • Never move a term without performing the same operation on both sides.
  • When dividing, apply the division to the entire side, not just one term.
  • Be careful distributing a negative number inside parentheses — every internal term changes sign.
  • For equations with fractions, multiply all terms by the LCM of the denominators to clear fractions first.
  • Always verify by substituting the value of x into the original equation.

Frequently asked questions

What defines an equation as first-degree?

The unknown appears only with exponent 1. There is no x², x³, or square root of x. Any of those would make it a higher-degree equation.

Can I solve first-degree equations by trial and error?

You can in simple cases, but the algebraic method is far more reliable. Trial and error fails when the answer is a decimal or fraction.

When does a first-degree equation have no solution?

When solving leads the unknown to disappear and leaves a false statement, like 0 = 5. No real number satisfies the equation.

What does it mean for an equation to have infinitely many solutions?

It means any value of x makes the equation true. This happens when both expressions are equivalent, such as 2(x + 1) = 2x + 2.

How do I solve equations with x in the denominator?

Multiply all terms by the denominator to eliminate it. Remember to check that the value found for x does not make any denominator equal to zero.

Are first-degree equations useful in real situations?

Very much so. Budgeting, splitting costs, travel time, savings goals, and production calculations are all modelled with first-degree equations every day.

Was this article helpful?

Rate with stars to help us improve the content.

Sign in to rate this article.

Still have questions?

The AI Professor explains step by step

Ask a question in natural language and get a personalised explanation about Algebra — or any other topic.

Prefer to solve it on your phone?

Download the free app →

Keep learning