Here is a tiny formula that, once you remember it, gives you the answer to an entire family of JEE arithmetic questions in your head. Whenever a quantity rises by X\% and then falls by X\% — or falls by X\% and then rises by X\% — the result is always below the starting value, by an amount that is exactly:
Not X\%. Not zero. A quadratic-sized gap.
For X = 10\%, you lose 1\% of the original. For X = 20\%, you lose 4\%. For X = 50\%, you lose a full 25\%. The loss grows as the square of the percentage, not linearly with it — and it always points downward, regardless of whether the rise or the fall comes first.
The one-line derivation
A rise of X\% is a multiplication by 1 + \tfrac{X}{100}. A fall of X\% is a multiplication by 1 - \tfrac{X}{100}. Whichever order you do them in, the net multiplier is the product:
This is just the difference of squares identity (1 + a)(1 - a) = 1 - a^{2}, with a = X/100.
Why the cross-terms cancel: when you multiply (1 + a)(1 - a) you get 1 - a + a - a^2, and the two middle terms (-a and +a) exactly kill each other. This cancellation is the algebraic source of the "almost zero" net change — but "-a^2" survives, and because a^2 > 0 for any nonzero a, the survivor is always negative. That is why you always lose.
The net multiplier is 1 - (X/100)^{2}, which is always less than 1 (for X \ne 0). So the price is always below its starting value after the two changes, by exactly the square of X/100 as a fraction of the original.
Numbers make it concrete
Start with ₹1000 and walk through three cases.
- X = 10\%. Rise: 1000 \to 1100. Fall: 1100 \to 1100 \times 0.9 = 990. Loss: ₹10, which is 1\% of ₹1000. And (10/100)^{2} = 0.01 = 1\%. ✓
- X = 20\%. Rise: 1000 \to 1200. Fall: 1200 \to 1200 \times 0.8 = 960. Loss: ₹40, which is 4\%. (20/100)^{2} = 0.04 = 4\%. ✓
- X = 50\%. Rise: 1000 \to 1500. Fall: 1500 \to 1500 \times 0.5 = 750. Loss: ₹250, which is 25\%. (50/100)^{2} = 0.25 = 25\%. ✓
The loss grows fast. Double X from 10\% to 20\% and the loss quadruples from 1\% to 4\%. Triple X from 10\% to 30\% and the loss climbs by a factor of nine, from 1\% to 9\%. That is the quadratic shape.
Why the order doesn't matter
Whether the rise or the fall goes first, the two multipliers are the same two numbers — (1 + X/100) and (1 - X/100) — and multiplication is commutative. So:
Both orderings give 1 - (X/100)^2, exactly the same loss. A stock that drops 20\% and then recovers 20\% ends at 96\% of its starting value — the same place it would end at if it had first gone up 20\% and then down 20\%.
Why the asymmetry exists at all
If you ever wonder "shouldn't +X\% and -X\% cancel?", the answer is: they would cancel, if both acted on the same base. But they don't. The +X\% acts on the original price; the -X\% acts on the inflated price (which is larger). The -X\% therefore subtracts more rupees than the +X\% added. The asymmetry of bases is the geometric source of the -(X/100)^2 residue.
You can see this viscerally: +20\% on ₹1000 adds ₹200; but -20\% on the resulting ₹1200 removes ₹240. Same percentage, different base, net loss ₹40.
The three cases you should memorise
Three values of X come up often enough in JEE and real life that knowing the loss by heart is a time-saver:
- X = 10\% → loss of 1\%
- X = 20\% → loss of 4\%
- X = 25\% → loss of 6.25\%
For other values, just square X/100 on the spot. X = 15\%? (0.15)^2 = 0.0225 = 2.25\%. X = 30\%? (0.30)^2 = 0.09 = 9\%.
The generalisation — rise by X and fall by Y
If the two percentage changes are different, the formula stretches. A rise of X\% followed by a fall of Y\% gives a net multiplier
The linear term X - Y is the naive "add percentages" guess; the quadratic term -XY/10{,}000 is the correction that multiplicative composition forces you to subtract. When X = Y, the linear term is zero and only the quadratic correction survives — which is how you get the pure -(X/100)^2 result above.
So the quadratic loss of the symmetric case is not a strange accident. It is the universal "correction term" that shows up whenever you stack two percentage changes, stripped of its linear companion by the symmetry.
Reflex checklist
When a problem chains a +X\% with a -X\%:
- Do not write zero. The answer is never zero.
- Compute (X/100)^2 in your head. That is the fractional loss.
- Subtract from the original to get the final value.
- If the percentages are not equal — say +X\% then -Y\% — use the full product (1 + X/100)(1 - Y/100) instead.
One formula — \text{loss} = (X/100)^{2} \times \text{original} — closes off an entire class of trap questions. Remember the parabola, and remember it always points downward.
Related: Percentages and Ratios · Price Up 20% Then Down 20% — Why You End Up Below Where You Started · See Successive Percentage Changes → Multiply Factors, Never Add Them · Plus 20% Then Minus 20%: Why You End Up Below Where You Started