Subtraction Property of Equality - Definition & Examples

#Algebra
TL;DR
The subtraction property of equality states that if $a = b$, then $a - c = b - c$ - subtracting the same number from both sides of an equation keeps it balanced. It is the rule that lets you isolate a variable by stripping away an added term. This article gives the formula, works six examples including fractions and a two-column proof step, and shows how this property and the addition property are two halves of the same balance principle.
BT
Bhanzu TeamLast updated on June 29, 20269 min read

What Is The Subtraction Property of Equality?

The subtraction property of equality states that when the same quantity is subtracted from both sides of an equation, the two sides remain equal. Formally: if $a = b$, then $a - c = b - c$, for any numbers $a$, $b$, and $c$.

The key word is both. The property does not say you may subtract from one side; it says that whatever you subtract from one side, you must subtract from the other to preserve the equality. It is one of the properties of equality - the small set of balance rules that let you transform an equation without breaking it.

What Is The Formula For The Subtraction Property of Equality?

The formula is short:

$$\text{If } a = b, \text{ then } a - c = b - c$$

Variable glossary:

Symbol

Meaning

$a$

the quantity on the left side of the equation

$b$

the quantity on the right side (equal to $a$)

$c$

the number subtracted from both sides

That is the whole rule. Its power comes from choosing $c$ cleverly: pick the number that cancels an unwanted term, and the variable you want is left standing alone.

How Does The Subtraction Property Solve Equations?

The property is how you undo addition. If a variable has something added to it, subtract that something from both sides and it disappears from the variable's side.

Take $x + 8 = 15$. The $x$ has $8$ added to it. Subtract $8$ from both sides:

$$x + 8 - 8 = 15 - 8$$

$$x = 7$$

The $+8$ and $-8$ cancel on the left, isolating $x$; the right side does the arithmetic. This is the single most common first move in solving an equation, and it works because subtracting equally from both sides never disturbs the balance.

Examples of the Subtraction Property of Equality

Example 1

Solve $x + 5 = 12$.

Subtract $5$ from both sides:

$$x + 5 - 5 = 12 - 5$$

$$x = 7$$

Final answer: $x = 7$. Check: $7 + 5 = 12$. Correct.

Example 2

Solve $x + 9 = 4$.

The instinct, seeing a smaller number on the right, is to subtract the $4$ instead of the $9$ - or to "just know" the answer is a small positive number. Try the wrong path: subtracting $4$ gives $x + 5 = 0$, which has not isolated $x$ at all and leaves more work. And the expectation of a positive answer is itself a trap. To isolate $x$, you must remove what is added to it, which is $9$:

$$x + 9 - 9 = 4 - 9$$

$$x = -5$$

Final answer: $x = -5$. Two lessons here: subtract the term attached to the variable (the $9$), not whatever number looks convenient, and do not assume the answer is positive. Check: $-5 + 9 = 4$. Correct.

Example 3

A two-column proof step. In a proof you have reached the line $AB + BC = AC$ and separately know $BC = 4$. Show that $AB = AC - 4$.

Subtract $BC$ from both sides of the first equation:

$$AB + BC - BC = AC - BC$$

$$AB = AC - BC$$

Then, since $BC = 4$, the result is $AB = AC - 4$. The justification cited at the subtraction step is the subtraction property of equality; the final replacement uses the substitution property.

Final answer: $AB = AC - 4$. This segment-subtraction move is exactly how the property earns its place in geometry proofs.

Example 4

Solve with a fraction: $x + \frac{3}{4} = \frac{5}{4}$.

Subtract $\frac{3}{4}$ from both sides:

$$x + \frac{3}{4} - \frac{3}{4} = \frac{5}{4} - \frac{3}{4}$$

$$x = \frac{2}{4}$$

$$x = \frac{1}{2}$$

Final answer: $x = \dfrac{1}{2}$. Fractions change nothing about the property - the same number, $\frac{3}{4}$, comes off both sides.

Example 5

Solve $\frac{2}{3} - x = \frac{3}{4}$... carefully. Here the variable is being subtracted, which needs a touch more care.

First subtract $\frac{2}{3}$ from both sides to start isolating the $x$ term:

$$\frac{2}{3} - x - \frac{2}{3} = \frac{3}{4} - \frac{2}{3}$$

$$-x = \frac{3}{4} - \frac{2}{3}$$

Find a common denominator of $12$ on the right:

$$-x = \frac{9}{12} - \frac{8}{12} = \frac{1}{12}$$

Then multiply both sides by $-1$:

$$x = -\frac{1}{12}$$

Final answer: $x = -\dfrac{1}{12}$. Check: $\frac{2}{3} - \left(-\frac{1}{12}\right) = \frac{8}{12} + \frac{1}{12} = \frac{9}{12} = \frac{3}{4}$. Correct.

Example 6

A word problem. A bag had some marbles. After $7$ marbles were added, it held $20$. How many were there to start?

Let $m$ be the starting count. Adding $7$ gave $20$:

$$m + 7 = 20$$

Subtract $7$ from both sides:

$$m + 7 - 7 = 20 - 7$$

$$m = 13$$

Final answer: $13$ marbles. Translating "after adding $7$" into $m + 7$ and then subtracting to undo it is the property solving a real question.

Why Subtraction And Addition Are One Principle In Two Directions

"Whatever leaves one side must leave the other, or the balance breaks."

The subtraction property of equality has a mirror twin: the addition property of equality, which says if $a = b$ then $a + c = b + c$. They are not two unrelated rules to memorise. They are the same balance principle pointed in opposite directions - one adds equally to both sides, the other removes equally from both sides. Together they let you move any added or subtracted term across the $=$ sign, which is most of what solving a linear equation requires.

Seeing them as one idea is what stops the memorizer from freezing. A student who learns "subtract to cancel addition, add to cancel subtraction" as two separate facts has twice as much to forget. A student who holds the balance image needs only to ask: what is on this side that I want gone, and how do I remove it equally from both? The convention that you "move a term to the other side and flip its sign" is just these two properties applied quickly - and a teacher who cannot explain why the sign flips is teaching a trick instead of the reason.

The balance idea is old and deep. The very word algebra comes from the Arabic al-jabr, meaning "restoration" or "the reunion of broken parts", from the title of a 9th-century work by al-Khwarizmi describing exactly this kind of balancing of two sides of an equation. The subtraction property is one of the oldest moves in the subject, named or not.

Tripping Points To Avoid

Mistake 1: Subtracting from only one side

Where it slips in: The hurried first step of solving an equation.

Don't do this: Turn $x + 5 = 12$ into $x = 12$ by deleting the $+5$ and leaving the right side untouched.

The correct way: Subtract from both sides. The whole property is the word "both"; removing from one side alone is the most common way students break an equation while thinking they are solving it. Picture the scale tilting the instant you take weight off only one pan.

Mistake 2: Subtracting the wrong term

Where it slips in: Equations where more than one number is present, like $x + 9 = 4$.

Don't do this: Subtract whichever number is smaller or more convenient instead of the term actually attached to the variable.

The correct way: Subtract the number that is being added to the variable - that is the one that cancels. In $x + 9 = 4$, the $9$ is attached to $x$, so $9$ is what comes off both sides. The rusher who grabs the nearest number is exactly the student who ends up further from the answer, not closer.

Mistake 3: Sign errors when the result is negative

Where it slips in: Cases like $x + 9 = 4$ where the answer is negative.

Don't do this: Compute $4 - 9$ as $5$ because "you can't subtract a bigger number", or quietly flip the answer to positive.

The correct way: $4 - 9 = -5$. Equations do not promise positive solutions. Subtract carefully and let the sign fall where it does; the check at the end will confirm it. The second-guesser who distrusts a negative answer often "corrects" a right answer into a wrong one.

Practice Questions on the Subtraction Property of Equality

Subtract the term attached to the variable from both sides. Answers follow.

  1. Solve $x + 6 = 10$.

  2. Solve $x + 12 = 5$.

  3. Solve $x + \frac{1}{2} = \frac{7}{6}$.

  4. In a proof you have $PQ + QR = PR$ and know $QR = 3$. Show $PQ = PR - 3$, naming the property at each step.

  5. A jar gained $9$ coins and then held $22$. How many coins were there to start?

Answers:

  1. Subtract $6$: $x = 4$. Check: $4 + 6 = 10$.

  2. Subtract $12$: $x = -7$. Check: $-7 + 12 = 5$.

  3. Subtract $\frac{1}{2}$: $x = \frac{7}{6} - \frac{3}{6} = \frac{4}{6} = \frac{2}{3}$.

  4. Subtract $QR$ from both sides (subtraction property): $PQ = PR - QR$; then $QR = 3$ gives $PQ = PR - 3$ (substitution property).

  5. $m + 9 = 22$; subtract $9$: $m = 13$ coins.

Key Takeaways

  • The subtraction property of equality says if $a = b$, then $a - c = b - c$.

  • It keeps an equation balanced, which is why you may subtract a term from both sides to isolate a variable.

  • It is the mirror of the addition property; together they move terms across the $=$ sign.

  • Always subtract from both sides, choose the term attached to the variable, and let negative answers stand.

  • The property works identically with fractions, negatives, and segment lengths in proofs.

A Practical Next Step

Now solve $x + 11 = 6$ on your own, subtracting from both sides and checking that you are comfortable landing on a negative answer. If the balance idea still feels like a trick, draw the scale for one equation and physically picture the weights coming off both pans. The mirror-image addition property of equality, the substitution property, and the reflexive property complete the toolkit of equality rules you will use in every proof and every equation you solve.

At Bhanzu, our trainers teach equation-solving from the balance-scale picture first, so students understand why a term comes off both sides instead of memorising "move it across and flip the sign." Want a live trainer to work through more equation-solving problems? Book a free demo class.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the subtraction property of equality?
It states that if $a = b$, then $a - c = b - c$ - subtracting the same number from both sides of an equation keeps the two sides equal.
How is the subtraction property different from the addition property?
The subtraction property removes the same number from both sides; the addition property adds the same number to both sides. They are mirror images and together let you cancel any added or subtracted term.
Does the subtraction property work with fractions and negatives?
Yes. The property holds for any numbers, including fractions and negatives. You subtract the same value from both sides regardless of its form, and the equality is preserved.
Is the subtraction property of equality used in geometry?
Yes. In proofs it justifies subtracting equal segments or angles from both sides of a statement - for instance, removing a shared segment length from two equal sums.
✍️ 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 →