EasySathiAll Tools
4 min read

Percentage Formulas You Actually Use in Daily Life

The handful of percentage calculations that come up constantly — discounts, markups, exam marks, and percentage change — with formulas for each.

Percentages show up constantly in daily life — discounts while shopping, marks in exams, salary hikes, price changes — but most people only remember one percentage formula and try to force every situation into it. Here are the actual distinct calculations you need.

Finding a percentage of a number

The most basic case: what is X% of Y? Multiply Y by X and divide by 100. For example, 20% of ₹2,500 is (2500 × 20) / 100 = ₹500. This is the calculation behind most discount and tip scenarios.

Finding what percent one number is of another

This is the exam-marks scenario: if you scored 78 out of 90, what percentage is that? Divide the part by the whole and multiply by 100: (78 / 90) × 100 = 86.7%. People often get this backwards by dividing the wrong number into the other.

Percentage increase or decrease

This is the one that trips people up most, because it's not just 'the difference as a percentage of the original number' unless you're careful about which number is the base. The formula is: ((New Value − Old Value) / Old Value) × 100. If a product's price rose from ₹400 to ₹460, that's ((460−400)/400) × 100 = 15% increase. Note the denominator is always the original (old) value, not the new one — using the new value as the base gives a different, incorrect answer.

Reverse percentage — finding the original price from a discounted one

If an item is on sale for ₹850 after a 15% discount, what was the original price? You can't just add 15% back to ₹850 — that's the same inclusive/exclusive mistake as with GST. Instead: Original Price = Discounted Price / (1 − Discount% / 100) = 850 / 0.85 = ₹1,000.

Try the Percentage Calculator

Find a percentage of a number, or what percentage one number is of another.

Open Percentage Calculator

Frequently Asked Questions

How do I calculate a percentage increase correctly?

Subtract the old value from the new value, divide by the old value, then multiply by 100. The old (original) value is always the denominator, not the new value.

How do I find the original price before a discount was applied?

Divide the discounted price by (1 minus the discount percentage divided by 100). Simply adding the discount percentage back to the discounted price gives an incorrect result.

What's the difference between 'percentage of' and 'percentage change'?

Percentage of a number answers 'what is X% of Y', a direct multiplication. Percentage change answers 'by what percent did a value go up or down', which requires comparing new and old values relative to the original.