Deep guide · Mathematics
Percentage calculator — find, increase, decrease, and compare
15% of 250 works out to 37.50 — that's the core move this page walks through, along with the other two you'll actually need: tracking a change (from 200 to 250, here) as a percentage, and running the formula backward when you know a part but not the whole it came from. Three formulas, one underlying idea: a percentage is always a number relative to some base of 100, and almost every mistake on this page traces back to losing track of what that base actually is.
Percentages look simple until two of them get combined — a discount stacked on a discount, a loss followed by a gain, a rate described as “up 3 points” instead of “up 60%.” That's where almost all the real confusion happens, and it's where this page spends most of its time, rather than restating the same formula five different ways. There's also a short section further down on GST and markup pricing specifically, since those are where the base-value mix-up costs the most in practice.
The three calculations, with your numbers
Nearly every percentage question you'll run into is one of these three, worked here with the values above.
Percentage of a number
Result = (Percentage ÷ 100) × Number
(15 ÷ 100) × 250 = 0.15 × 250 = 37.50.
Percentage change
This isn't the same as a plain subtraction — it's measured against the starting point, not just the raw gap between the two numbers.
% Change = ((New − Old) ÷ Old) × 100
((250 − 200) ÷ 200) × 100 = (50 ÷ 200) × 100 = 25.00% increase.
Reverse percentage — finding the whole
Sometimes you have the part and the rate but not the total it came from — a 15% tip of ₹250, say, and you want to know the bill. The formula just flips around:
Whole = (Part ÷ Percentage) × 100
If 250 is 15% of an unknown total: (250 ÷ 15) × 100 = 1666.67.
Percentage, decimal, fraction — same value, different jobs
These three are interchangeable, but each one is more convenient in a different context, and switching between them is usually the fastest way to sanity-check a calculation by hand.
| Percentage | Decimal | Fraction |
|---|---|---|
| 25% | 0.25 | 1/4 |
| 50% | 0.50 | 1/2 |
| 15% | 0.15 | 15/100 |
Percentages read well in conversation because they're standardised on a base of 100 — “18% GST” means the same thing regardless of the price it's applied to. Decimals are what a spreadsheet or a calculator actually multiplies by, which is why entering 15% into a formula usually means typing 0.15 instead. Fractions matter most when a rounded decimal would lose real precision — a recipe or a measurement, for instance, where 1/3 is exact and 0.33 quietly isn't.
Increase and decrease scenarios at a glance
Applying different rates to the same base of 250 shows how fast small percentage differences pull apart:
Increases
| % increase | New value |
|---|---|
| 5% | 262.5 |
| 10% | 275 |
| 15% | 287.5 |
| 20% | 300 |
| 25% | 312.5 |
Decreases
| % decrease | New value |
|---|---|
| 5% | 237.5 |
| 10% | 225 |
| 15% | 212.5 |
| 20% | 200 |
| 25% | 187.5 |
Read the two tables side by side and the asymmetry is already visible: a 15% increase and the matching 15% decrease don't land the same distance from 250 in either direction, because each one is a percentage of the same starting number, not of each other's result.
The idea that trips everyone up
If an interest rate moves from 5% to 8%, that's a rise of 3 percentage points, but a 60% relative increase (3 ÷ 5). Both are correct descriptions of the same move — they just answer different questions, and headlines swap between them freely, which is exactly why the same change can be made to sound big or small depending on which framing gets used. A rate rising from 5% to 8% and a rate rising from 40% to 43% are both “3 points,” but the second is a much smaller relative jump — 7.5% versus 60% — which is the kind of detail that gets lost the moment a headline picks one framing and drops the other.
The same base problem shows up when percentages are applied one after another instead of just once. Increase 100 by 10% and you get 110. Decrease that 110 by 10% and you land on 99 — not back at 100 — because the second percentage is calculated on the new, already-changed number, not the original one. Stacked retail discounts work exactly the same way. Take an item priced at ₹250 with 15% off, then an extra 10% off the already-discounted price (a common “extra 10% off sale items” promotion):
- Original price: ₹250.
- After 15% off: 250 × (1 − 15/100) = ₹212.50.
- After an additional 10% off that reduced price: 212.50 × 0.90 = ₹191.25.
- The combined discount is 23.5%, not 25% — the second discount was never applied to the original ₹250.
The same asymmetry means recovering from a loss always needs a bigger percentage gain than the loss itself: a 10% loss needs an 11.1% gain to break even, a 25% loss needs 33.3%, and a 50% loss needs a full 100%, because the recovery is calculated on the smaller, already-reduced amount. It's worth remembering the next time a “down 20%, then up 20%” chart looks like it should be back to flat.
Percentages in Indian pricing, tax, and business
GST rates (5%, 12%, 18%, 28% are the common slabs) get quoted both ways in practice: tax already folded into the sticker price, or added on top at checkout. Tax-inclusive pricing pulls the GST component out using price × rate ÷ (100 + rate); tax-exclusive pricing just adds price × rate ÷ 100 on top of the base price. The two produce different final rupee figures even when the headline rate looks identical, so it's worth checking which one a quote actually means before comparing two prices side by side. The GST calculator handles this conversion directly if you need the exact figure rather than the shape of it.
Retail pricing runs into a related mix-up between markup and margin. An item that costs ₹100 to make and sells for ₹150 has ₹50 of profit — a 50% markup (profit ÷ cost) but only about 33.3% margin (profit ÷ selling price). It's the same ₹50, reported two different ways depending on which number sits on the bottom of the fraction, and it's a common source of disagreement when a shop owner and a supplier are quoting percentages to each other without saying which base they mean.
Bank and NBFC quotes add a third layer: a fixed deposit or savings account rate is always an annual percentage, but whether it compounds annually, quarterly, or monthly changes the real return even when the quoted rate is identical. Two FDs advertised at the same headline percentage can pay out different amounts over the same term for exactly this reason — the section below shows why.
What happens when a percentage repeats
A single percentage change is easy to picture. Applied repeatedly — compound interest, a recurring price hike, population growth — it behaves differently, because each round is calculated on the previous round's already-grown number, not the original one. That's the same multiplicative logic as the stacked discount above, just running upward instead of down, and over longer stretches of time.
| Years of 15% annual growth | Value from a base of 250 |
|---|---|
| 1 | 287.50 |
| 3 | 380.22 |
| 5 | 502.84 |
Watch the gap between years widen rather than stay constant — that's compounding, not a rounding error, and it's the reason two loans or two deposits at the same headline rate can pay out noticeably different amounts once the compounding frequency differs. If 15% is meant to represent an ongoing annual rate rather than a one-off change, the compound interest calculator carries this further and accounts for the compounding frequency directly.
Reading a percentage in a headline or a sale sign
Two questions matter more than the number itself. First: is it a percentage change or a percentage-point change? “Rates rose 3%” means something very different depending on which one the writer meant, and the two get swapped constantly in casual reporting. Second: what's the base? 60% of a sample of 20 people is a far shakier claim than 60% of 20,000, even though the percentage figure printed on the page is identical either way — and the digit alone never tells you which situation you're looking at. The same instinct is worth carrying into a “flat 50% off” sale sign: 50% off what price, and is that the price before or after the last markdown? A tag reading “MRP ₹250, now 213” is answering that question directly; a tag that just says “15% off” with no starting price isn't, and it's worth a second look before assuming the deal is as good as the number alone suggests.
Mistakes worth avoiding
- Adding instead of multiplying. A 20% discount plus a 20% discount is not a 40% discount — it's roughly 36%, because the second one applies to an already-reduced price. Apply successive percentages one after another, never by summing them first.
- Using the wrong base. A percentage-change calculation always divides by the old, starting value — not the new one — even when the new value happens to be the one you know first.
- Mixing up points and change. A percentage-point difference and a percentage change describe the same move in two different, non-interchangeable ways, and only one of them tells you the relative size of the shift.
- Assuming symmetry. A loss and an equal-sized percentage gain don't cancel out — recovering from a loss always takes the larger of the two percentages, and the gap widens as the loss grows.
- Reversing the operation. Finding the whole from a part uses division, not multiplication — the formula genuinely runs backward, and multiplying by mistake gives an answer that's too small, not just slightly off.
- Leaving out the base. A percentage quoted without saying what it's a percentage of can't actually be judged for size — “up 30%” means very different things depending on whether the starting number was 10 or 10,000.
Quick mental math shortcuts
- 10% of any number: move the decimal point one place left — 10% of 250 is 25.0.
- 5% is half of 10%, and 15% is 10% plus 5% — handy for tips and quick discounts.
- 1%: move the decimal two places left, then scale up or down from there.
- Converting to a decimal is one division (15% = 0.15); as a fraction it's 15/100, worth simplifying when it lines up neatly (50% = 1/2, 25% = 1/4).
- Round the numbers first when estimating in your head, then correct the estimate afterward.
Key takeaways
- 15% of 250 is 37.50.
- 200 to 250 is a 25.00% increase.
- Percentage points and percentage change are not the same measurement.
- Successive percentage changes multiply — they don't add.
- Reversing a percentage to find the whole uses division, not multiplication.
Frequently asked questions
- What is 15% of 250?
- (15 ÷ 100) × 250 = 37.50.
- What is the percentage change from 200 to 250?
- ((250 − 200) ÷ 200) × 100 = 25.00%, a increase on the 200 starting point.
- What is the difference between a percentage point and a percentage change?
- A percentage point is the plain arithmetic gap between two percentages — 20% to 25% is a 5-point rise. Percentage change measures that same gap against the starting value, so the same move from 20% to 25% is a 25% relative increase (5 ÷ 20). Interest-rate stories and survey headlines swap between the two constantly, and it changes how big the number sounds.
- How do you reverse a percentage to find the original whole?
- Divide the part by the percentage, then multiply by 100. If 250 is 15% of some total, the total is (250 ÷ 15) × 100 = 1666.67.
- Why don't two 20% discounts add up to 40% off?
- The second discount is applied to the already-reduced price, not the original one. Starting from 100: the first 20% off leaves 80, and 20% off 80 is 16, not 20 — so the final price is 64, a combined discount of 36%, not 40%.
- Why does recovering from a 50% loss need a 100% gain, not a 50% gain?
- Because the recovery percentage is calculated on the smaller, already-reduced amount. Lose half of ₹100 and you have ₹50 left; getting back to ₹100 from ₹50 requires doubling it — a 100% gain. Smaller losses show the same pattern on a smaller scale: a 10% loss needs an 11.1% gain, a 25% loss needs 33.3%.
- How do you calculate percentage marks in an exam?
- Divide marks obtained by total possible marks, then multiply by 100. Scoring 68 out of 80 gives (68 ÷ 80) × 100 = 85%.
- What is the difference between markup and margin?
- Markup divides profit by cost price; margin divides the same profit by selling price. An item costing ₹100 and selling for ₹150 has ₹50 profit — a 50% markup but only a 33.3% margin. The rupee amount is identical; the percentage isn't, because the denominator changed.
- Is GST already included in a quoted price, or added on top?
- Depends on how the price is described. Tax-inclusive pricing extracts the GST already baked in using price × rate ÷ (100 + rate); tax-exclusive pricing adds price × rate ÷ 100 on top of the base price. The two give different final rupee amounts even at an identical headline rate, so it is worth checking which one a quote actually means.
- Can a percentage be greater than 100%?
- Yes. Anything that more than doubles produces a percentage above 100% — sales growth of 150% means the new figure is 2.5 times the original, and a stock that rises 200% has tripled.
- Why do two loans at the same interest rate cost different amounts?
- Because the quoted rate is only half the story — how often it compounds (annually, quarterly, monthly) changes the real amount owed even when the headline percentage is identical. More frequent compounding means the interest itself starts earning interest sooner.
- How do you convert a percentage to a decimal for a spreadsheet formula?
- Divide by 100. A formula that multiplies by a percentage needs the decimal form, not the percent sign — 18% becomes 0.18 before it goes into the calculation.
- How do you find a percentage of a percentage?
- Convert both to decimals and multiply, then convert the result back if you need it as a percentage. 20% of 50% is 0.20 × 0.50 = 0.10, or 10% — this comes up in layered discounts, commission-on-commission, and probability questions stacked on top of each other.
Where this leaves you
Nearly everything above comes down to the same three moves — find a piece of a number, compare two numbers, or work backward to the whole — plus one habit that prevents most of the actual mistakes: check which number is the base before you divide by it. Get that right and discounts, GST, exam marks, and interest rates all fall out of the same small toolkit. Get it wrong, and even a correctly-performed calculation ends up answering a question nobody actually asked.
Methodology
Figures above are computed live from the numbers you entered, or the illustrative defaults shown, using standard percentage arithmetic with full precision carried through each step; rounding is applied only at the final display stage of each result, not partway through a multi-step calculation. This is educational content, not financial, tax, or business advice for a specific decision.
Related calculators
More tools on EasyCal for loans, savings, and planning.
Educational content for general learning purposes — verify figures independently for financial, tax, or academic decisions, and consult a qualified professional for anything with real financial consequences.
