Here is a one-line habit that, once you internalise it, removes half the mistakes in percentage arithmetic. Never write the raw percentage change alone. Always convert it — on the spot, in your head — to a multiplier.

"Salary rose by 25\%" becomes "salary was multiplied by 1.25."

"Price fell by 25\%" becomes "price was multiplied by 0.75."

"Tax of 18\% added on" becomes "bill was multiplied by 1.18."

The two forms carry exactly the same information, but the second one does arithmetic for you. The first one fights you.

The recognition pattern

Whenever you meet a phrase of the form "increase by p\%" or "decrease by p\%", reach immediately for the multiplier:

+p\% \;\longrightarrow\; 1 + \tfrac{p}{100} \qquad -p\% \;\longrightarrow\; 1 - \tfrac{p}{100}

A 25\% increase is a multiplier of 1.25. A 25\% decrease is a multiplier of 0.75. A 7\% increase is a multiplier of 1.07. A 40\% decrease is a multiplier of 0.60. Convert first, compute second.

Slider converting any percentage change into its multiplierA horizontal axis running from minus one hundred percent on the left to plus one hundred percent on the right. A draggable red point starts at plus twenty-five percent. Two readouts at the top show the current percent change and the corresponding multiplier. A thin bar at the bottom shows a base price of one thousand rupees being scaled by that multiplier, shrinking to zero near minus one hundred percent and doubling near plus one hundred percent. −100% −50% 0% +50% +100% multiplier = 1 here bar = ₹1000 scaled by the multiplier (full box = ₹2000) ↔ drag to change percent
Every percentage change is a multiplier. Drag the red point along the axis and watch the multiplier readout and the ₹$1000$ price bar move in lockstep. At $0\%$ the multiplier is $1$ — no change. At $+100\%$ it is $2$ — doubling. At $-100\%$ it is $0$ — the price vanishes. The multiplier is a single number that already has the arithmetic of the percent change baked in.

Why multipliers beat raw percentages

The core reason is that percentages do not compose by addition — they compose by multiplication. A 25\% rise followed by a 25\% fall is not a zero net change. But a multiplication by 1.25 followed by a multiplication by 0.75 is a multiplication by 0.9375 — a net 6.25\% loss. The multiplier form gives the right answer automatically; the raw-percent form leads you astray.

Why the multiplier carries the right information: a percentage change describes how one number becomes another by scaling. The scaling factor is the multiplier. When you stack two changes, the two multiplications stack into one by the associative law: x \cdot 1.25 \cdot 0.75 = x \cdot 0.9375. The multiplier is the operation, not just a label for it — that is why it composes cleanly while raw percents do not.

Three everyday conversions

You should be able to do these in your head, without writing anything down.

Read a news headline: "Inflation came in at 6\% this year." Your head should convert: "the price multiplier for the year is 1.06." Now you can immediately compute: a ₹100 item a year ago costs ₹106 now; a ₹10{,}000 kirana bill has become ₹10{,}600.

Two traps the multiplier avoids

Trap 1: adding percentages that shouldn't be added. You see "marked up 30\% then discounted 20\%" and your gut writes +30 - 20 = +10\%. But the multipliers give 1.30 \times 0.80 = 1.04, a net +4\%. The difference — six percentage points — comes from the fact that the 20\% discount acts on a larger base than the 30\% markup acted on.

Trap 2: "percentage of a percentage." A problem says "a tax of 12\% on a tip of 10\% on the meal." In raw-percent form this looks fine, but a student will often add them. The multiplier form refuses to let you: 1.12 \times 1.10 = 1.232, so the net added is 23.2\% of the meal, not 22\%.

When the multiplier is less than one

A very common source of bug: for a decrease of p\%, the multiplier is 1 - \tfrac{p}{100}, not \tfrac{p}{100}. A 25\% discount turns ₹2000 into 2000 \times 0.75 = 1500. If you multiplied by 0.25 you would get ₹500 — that is the amount of the discount, not the final price.

This trip-up is so frequent that it is worth saying out loud as a rule: the multiplier is what the price becomes, not what it loses. If you want the final amount, use 1 - p/100. If you want the amount knocked off, use p/100. Two different multipliers, two different answers.

The decrease-of-more-than-100% impossibility

A nice sanity check: the multiplier for a p\% decrease is 1 - \tfrac{p}{100}, which must be \ge 0 for prices. That forces p \le 100. A "110\% discount" is nonsense — the shop would be paying you. The multiplier form makes this obvious: a multiplier of -0.10 has no physical meaning for a price.

On the other hand, a +110\% increase is perfectly fine: the multiplier is 2.10, and the price more than doubles. There is no cap on increases.

Reflex checklist

When you read a percentage change in a problem:

  1. Convert it to a multiplier immediately. Do not leave it as a raw percent in your working.
  2. +p\% becomes 1 + p/100; -p\% becomes 1 - p/100.
  3. For stacked changes, multiply the multipliers together.
  4. To read a result back as a percent, subtract 1 from the multiplier and shift the decimal two places: 1.04 \to +4\%, 0.9375 \to -6.25\%.

This is one of the cheapest habits in quantitative reasoning — four lines of training, and you have stopped adding percentages that should be multiplied for the rest of your life.

Related: Percentages and Ratios · See Successive Percentage Changes → Multiply Factors, Never Add Them · Price Up 20% Then Down 20% — Why You End Up Below Where You Started · Shop-Price Slider: Drag the Discount %, Watch the Price Bar Shrink