A newspaper headline says: "Electricity tariffs to rise by 200\% in the next year." You read it fast and your brain lands on "double." That feels right — 100\% is "all of it," so 200\% must be "twice as much." The bill doubles. You mentally prepare.
The bill does not double. It triples.
The mismatch between what "200\% increase" sounds like and what it actually computes to is one of the most common percentage traps, and it shows up everywhere — in news articles, in startup growth stats, in exam questions. This article pins it down for good.
Where the trap lives
The two phrases that get confused:
-
"200\% of the original." Means 2\times the original. If the electricity bill was ₹1000, then 200\% of ₹1000 is ₹2000. This is a doubling.
-
"A 200\% increase on the original." Means the original plus 200\% of it. ₹1000 plus 200\% of ₹1000 is ₹1000 + 2000 = 3000. This is a tripling.
Same "200\%." Two different answers. The key word that flips the meaning is the word "increase": it tells you that the 200\% sits on top of the original, not in place of it.
The algebra of "percent increase"
A percent increase of p\% multiplies a quantity by \left(1 + \tfrac{p}{100}\right). Let's unpack that formula.
- Start with the original amount X.
- Add p\% of X, which is \tfrac{p}{100} X.
- The new amount is X + \tfrac{p}{100} X = X \left(1 + \tfrac{p}{100}\right).
Now plug in the numbers. For p = 200:
A 200\% increase multiplies by 3. It triples.
For p = 100, it multiplies by 2 — that is the doubling, and the source of the confusion. A 100\% increase is a doubling. So the mental association "100\% = all of it = doubling" is actually correct — it just misleads you when p grows past 100.
Why the multiplier is 1 + p/100: the "1" is the original quantity (which you keep — it didn't vanish), and the "p/100" is the increase added on top. Forgetting to count the original "1" is exactly the mistake that turns a tripling into a doubling.
The table every student should memorise
Here is the translation from percentage increase to multiplier to plain-English factor:
| Increase | Multiplier | In words |
|---|---|---|
| 0\% | \times 1 | unchanged |
| 50\% | \times 1.5 | one and a half times |
| 100\% | \times 2 | doubled |
| 200\% | \times 3 | tripled |
| 300\% | \times 4 | quadrupled |
| 1000\% | \times 11 | eleven times the original |
The general rule: an increase of p\% corresponds to a multiplier of \left(1 + \tfrac{p}{100}\right). So an increase of 500\% means six times the original, not five times. If you are ever unsure, translate the percentage to a multiplier first — it sidesteps the entire category of verbal confusion.
The opposite direction — a decrease of p\% — multiplies by \left(1 - \tfrac{p}{100}\right), and here the percentage has to be capped at 100\%. You can't have a decrease of 200\% for any quantity that can't go below zero. A share price, a temperature above absolute zero, a population — none of these can drop by more than 100\%. (You'll see financial news talk about "down 110\%" when a company has more debt than assets, but that's a misuse born of trying to force a multiplicative language onto something that's already negative.)
The opposite trap: the startup pitch
The same confusion runs in reverse for founders quoting growth metrics. A startup grows revenue from ₹1 crore to ₹5 crore in a year. What is the growth rate?
- By ratio: 5/1 = 5\times. That is correct.
- As a percent increase: \left(\tfrac{5 - 1}{1}\right) \times 100 = 400\%. Also correct.
- As "grew 5\times" or "grew 500\%" — these confuse the two conventions. The multiplier is 5, but the increase is 400\%, not 500\%.
When you see a startup deck that says "500\% growth," check whether they mean the multiplier (5\times) or the increase (+400\%). Often they mean the former, but the phrasing hides a factor of one between being 5-times-the-original and being increased-by-500\%-of-the-original. The difference matters: if you misread "500\% growth" as "a 500\% increase," you are undercounting by one full unit of the original.
Example: your salary jumps from ₹$40{,}000$ to ₹$1{,}20{,}000$. What's the raise in percentage terms?
You know the multiplier is 1{,}20{,}000 / 40{,}000 = 3. So the new salary is 3\times the old.
As a percent increase:
So you got a "200\% raise" — which is a tripling of your salary, not a doubling. The "+100\%" that most people hear in "200\%" is the original salary you already had; the 200\% on top is the raise itself.
If you said "my salary doubled," you would be under-reporting: that would be only a 100\% raise, and your new salary would be ₹80{,}000, not ₹1{,}20{,}000.
Checking your intuition
Three ways to self-audit whenever a percentage headline appears:
-
Convert to a multiplier. An increase of p\% is a multiplier of (1 + p/100). A reduction of p\% is a multiplier of (1 - p/100). Do this before believing any claim.
-
Ask what the base is. "200\% of what?" If it is 200\% "of the original," it is a 2\times. If it is "an increase of 200\%," it is a 3\times. Different bases, different answers.
-
Translate to plain words. "200\% increase" = "tripled." "300\% increase" = "quadrupled." If the plain-word version doesn't match the headline's vibe, someone is confusing the two.
Summary
- A percent increase of p\% multiplies by \left(1 + \tfrac{p}{100}\right), not \tfrac{p}{100}.
- 100\% increase = doubled. 200\% increase = tripled. 300\% increase = quadrupled.
- The "+1" in the formula is the original amount, which must be counted. Forgetting it is the source of the confusion.
- "200\% of X" and "a 200\% increase on X" are different — one is 2X, the other is 3X.
- In doubt, translate to a multiplier first. Once the increase is a multiplier, the rest is just multiplication.
Related: Percentages and Ratios · Plus 20% Then Minus 20%: Why You End Up Below Where You Started · 50% Off Then 30% Off Is Not the Same as 80% Off · Why You Can't Add Successive Discount Percentages