In short

Transposition is two parallel rules wearing one name. Additive transposition: in A + c = B, the +c crosses the equals sign and lands as -c, giving A = B - c. Multiplicative transposition: in A \cdot c = B, the \times c crosses and lands as \div c, giving A = B/c (with c \neq 0). The first rule flips the sign; the second rule inverts the operation. Both are shorthand for the same underlying truth — you are applying the inverse operation to both sides. The trick is knowing which inverse: additive (the negative) or multiplicative (the reciprocal).

You know the move. Your textbook writes x + 7 = 12 and the next line is x = 12 - 7. The +7 slid to the other side and its sign flipped. Then the very same textbook writes 3x = 15 and the next line is x = 15/3. This time the 3 slid to the other side and the operation flipped — \times 3 became \div 3. Same trick? Different trick? Your teacher probably did both moves in the same breath without flagging the difference.

They are two parallel rules with the same heart. Both are saying "apply the inverse operation to both sides." The catch is that there are two kinds of inverse — the additive inverse (the negative) and the multiplicative inverse (the reciprocal) — and which one you use depends on whether the term is glued to the rest by a + or by a \times. Once you see the pattern, you stop having to memorise either rule. You just ask: how is this thing attached?

The two rules, side by side

Here is the cheat sheet. Print it, paste it on your desk if you have to.

Rules card showing additive and multiplicative transposition side by sideA two-row table-like diagram. The top row shows additive transposition: A plus c equals B becomes A equals B minus c, with the plus c term shown crossing the equals sign and turning into minus c. The bottom row shows multiplicative transposition: A times c equals B becomes A equals B divided by c, with the times c factor crossing the equals sign and turning into divide by c. Each row labels the operation as additive or multiplicative. ADDITIVE — flip the SIGN A + c = B A = B − c + becomes − (additive inverse) because subtracting c from both sides cancels the +c on the left MULTIPLICATIVE — invert the OPERATION A × c = B A = B ÷ c × becomes ÷ (multiplicative inverse) because dividing both sides by c cancels the ×c on the left (only if c ≠ 0)
The two transposition rules at a glance. Top row: an added term flips its sign as it crosses the equals sign. Bottom row: a multiplied factor flips its operation — multiplication becomes division. The first rule uses the additive inverse ($+c$ undone by $-c$); the second uses the multiplicative inverse ($\times c$ undone by $\div c$).

The shapes of the two rules are identical. Something crosses the equals sign and arrives as its inverse on the other side. The only thing that differs is which inverse — and that is dictated by whether the thing was glued on by addition or by multiplication.

Why the rules look different but really are the same

Both rules are shorthand for the do-the-same-to-both-sides law from Operations and Properties. The reason they look different is that the two arithmetic operations have two different inverses.

For addition, the inverse of "add c" is "subtract c". So when you want to peel off a +c from the left side of A + c = B, you subtract c from both sides:

A + c - c = B - c \implies A = B - c.

Why: the additive inverse of any number c is -c. Adding c and then adding -c gives 0, so the original +c vanishes from the left. The right side keeps a record of what you did — a -c tacked onto B.

For multiplication, the inverse of "multiply by c" is "divide by c" (or, equivalently, multiply by 1/c). To peel off a \times c from the left side of A \cdot c = B, you divide both sides by c:

\frac{A \cdot c}{c} = \frac{B}{c} \implies A = \frac{B}{c}.

Why: the multiplicative inverse of any non-zero number c is its reciprocal 1/c. Multiplying by c and then by 1/c gives 1, so the original \times c vanishes from the left. The right side records the inverse — B divided by c. The condition c \neq 0 is essential, because 1/0 is undefined.

Transposition skips writing the cancellation step. Instead of subtracting (or dividing) on both sides explicitly, you just move the term across and apply the right inverse to it on its way over. That is the only difference between the textbook's three-line solution and the long-form six-line one.

Worked examples

Additive: $x + 7 = 12$

The +7 is glued to x by addition. Transpose it across the equals sign and flip its sign:

x = 12 - 7 = 5.

Check. 5 + 7 = 12. ✓

The long-form version says: subtract 7 from both sides. x + 7 - 7 = 12 - 7, which simplifies to x = 5. The transposition shortcut hides the middle step.

Additive transposition exampleTwo stages of solving x plus 7 equals 12. The first stage shows x plus a yellow box containing plus 7 equals 12. An arrow leads to the second stage which shows x equals 12 minus a green box containing minus 7, which simplifies to x equals 5. x +7 = 12 x = 12 − 7 = 5 +7 crosses the equals sign and lands as −7

Multiplicative: $3x = 15$

The 3 is glued to x by multiplication. Transpose it across the equals sign and invert its operation — \times 3 becomes \div 3:

x = \frac{15}{3} = 5.

Check. 3 \times 5 = 15. ✓

The long-form version says: divide both sides by 3. \frac{3x}{3} = \frac{15}{3}, which simplifies to x = 5. Same arithmetic, transposition just compresses the writing.

Multiplicative transposition exampleTwo stages of solving 3x equals 15. The first stage shows a blue box containing times 3 next to x equals 15. An arrow leads to the second stage where x equals 15 divided by a green box containing 3, simplifying to x equals 5. × 3 x = 15 x = 15 ÷ 3 = 5 ×3 crosses the equals sign and lands as ÷3

Combined: $3x + 7 = 22$

Now both rules in the same equation. There is a +7 added to 3x on the left, and a \times 3 multiplied with x inside that. Two layers, two transpositions.

First, transpose the +7. It is added, so flip its sign:

3x = 22 - 7 = 15.

Why: the +7 is the outermost layer wrapping 3x. Peel it off first, using additive transposition. The +7 becomes -7 on the right.

Now transpose the \times 3. It is multiplied, so invert its operation:

x = \frac{15}{3} = 5.

Why: the \times 3 is the inner layer that was wrapping x. With the +7 gone, you can now peel off the \times 3 using multiplicative transposition. The \times 3 becomes \div 3 on the right.

Check. 3(5) + 7 = 15 + 7 = 22. ✓

Two transpositions, two different rules, but the same underlying logic — peel each layer using its appropriate inverse.

Why the order matters when peeling — and why it doesn't on transposition

You may have noticed a pattern in the combined example: I peeled the additive layer (+7) first, then the multiplicative one (\times 3). That is the reverse of BODMAS / order of operations. When building the expression 3x + 7 from x, you would first multiply by 3, then add 7. When unbuilding — solving for x — you reverse the order: undo the addition first, then the multiplication. This is the standard "peel layers from the outside in" rule.

But here is a subtlety. Once you commit to transposition as the bookkeeping, the order is no longer forced — as long as each move is correct. Watch.

Take 3x + 7 = 22 again, but try peeling the \times 3 first:

3x + 7 = 22 \implies x + \frac{7}{3} = \frac{22}{3}.

This is also valid! What you did is divide both sides by 3. On the left, \frac{3x + 7}{3} = x + \frac{7}{3} (because division distributes over the sum). On the right, \frac{22}{3}. Now transpose the \frac{7}{3}:

x = \frac{22}{3} - \frac{7}{3} = \frac{15}{3} = 5.

Same answer. Why: transposition is just shorthand for inverse operations applied to both sides, and the do-the-same-to-both-sides rule is order-independent. You can divide first then subtract, or subtract first then divide. Both routes preserve the equation, so both arrive at the same solution.

So why do textbooks always do additive first? Cleaner arithmetic. If you divide first, fractions appear immediately and the next step gets messy. Subtracting first keeps the numbers integer for as long as possible. It is a habit, not a law.

Common confusions

References

  1. NCERT Class 8 Mathematics, Chapter 2: Linear Equations in One Variable — the official source of the transposition rule for Indian school students.
  2. Wikipedia, Equation solving — the inverse-operation principle behind both transposition rules.
  3. Wikipedia, Multiplicative inverse — why 1/c undoes multiplication by c.
  4. Wikipedia, Additive inverse — why -c undoes addition of c.
  5. Khan Academy, Why we do the same thing to both sides — the underlying truth that both transposition rules compress.