Comprehensive reference of percentage calculation formulas with examples and explanations. Learn how to calculate any percentage problem manually.
Complete collection of percentage calculation methods in one place
Practical examples showing manual calculation process
Direct access to relevant percentage calculators
ℹ️ Why Learn Manual Calculation?
Understanding the underlying formulas helps you verify calculator results, solve problems without tools, and build strong mathematical foundations for financial and business decisions.
Calculation Type | Formula | Example |
---|---|---|
Percentage of a Number |
result = (number × percentage) / 100
|
What is 15% of 200? result = (200 × 15) / 100 = 30 |
Percentage as Proportion |
percentage = (part / whole) × 100
|
What percent is 45 of 300? percentage = (45 / 300) × 100 = 15% |
Percentage Increase |
increase = ((new - original) / original) × 100
|
From 80 to 100: increase = ((100 - 80) / 80) × 100 = 25% |
Percentage Decrease |
decrease = ((original - new) / original) × 100
|
From 150 to 120: decrease = ((150 - 120) / 150) × 100 = 20% |
Reverse Percentage |
original = (part × 100) / percentage
|
75 is 25% of what number? original = (75 × 100) / 25 = 300 |
Compound Interest |
A = P(1 + r/n)^(nt)
|
$1,000 at 5% annual interest, compounded yearly for 3 years: A = 1000(1 + 0.05/1)^(1×3) = $1,157.63 |
VAT/NDС Calculation |
VAT = amount × (rate / 100)
|
VAT at 20% on $500: VAT = 500 × (20 / 100) = $100 |
Problem: A $120 item has a 25% discount. What is the final price?
Calculate discount amount:
discount = (120 × 25) / 100 = 30
Subtract from original price:
final price = 120 - 30 = 90
Alternative method:
final price = 120 × (100 - 25)/100 = 120 × 0.75 = 90
Problem: After a 15% increase, the price is $115. What was the original price?
Understand the relationship:
new price = original + 15% of original = 115% of original
Set up the equation:
115 = original × 1.15
Solve for original:
original = 115 / 1.15 = 100
💡 Pro Tip: When calculating percentages in spreadsheets, use decimal format (e.g., 0.15 for 15%) for more accurate calculations. Most spreadsheet programs automatically convert between percentages and decimals.