正在加载,请稍候…

Percentage Calculations: Formulas, Examples, and a Free Calculator

Learn all types of percentage calculations: X% of Y, percentage change between two values, and what percent X is of Y — with formulas and examples.

Understanding Percentage Calculations

Percentages are one of the most practical mathematical tools in everyday life. From calculating discounts to understanding statistics, tips, tax rates, and financial returns, percentages appear constantly. This guide explains the core percentage calculations and their real-world applications.

What Is a Percentage?

A percentage (from Latin "per centum" meaning "per hundred") expresses a number as a fraction of 100. The symbol % means "out of 100":

50% = 50/100 = 0.5
25% = 25/100 = 0.25
150% = 150/100 = 1.5  (more than the whole)

Core Percentage Formulas

Formula 1: What is X% of Y?

Result = (X / 100) * Y

Example: What is 15% of 200?
Result = (15 / 100) * 200 = 30

Formula 2: X is what percent of Y?

Percent = (X / Y) * 100

Example: 45 is what percent of 180?
Percent = (45 / 180) * 100 = 25%

Formula 3: X is Y% of what number?

Total = X / (Y / 100) = X * (100 / Y)

Example: 30 is 15% of what number?
Total = 30 / (15 / 100) = 30 * (100/15) = 200

Formula 4: Percentage Change

% Change = ((New - Old) / Old) * 100

Example: Price went from $80 to $100
% Change = ((100 - 80) / 80) * 100 = 25% increase

Example: Score went from 90 to 72
% Change = ((72 - 90) / 90) * 100 = -20% (decrease)

Common Percentage Scenarios

Discounts and Sales

Original price: $120
Discount: 30%
Sale price = $120 * (1 - 0.30) = $120 * 0.70 = $84
You save: $120 * 0.30 = $36

Tax Calculation

Pretax amount: $50
Tax rate: 8.5%
Tax amount = $50 * 0.085 = $4.25
Total = $50 + $4.25 = $54.25

Tips

Bill: $75
Tip: 18%
Tip amount = $75 * 0.18 = $13.50
Total with tip = $75 + $13.50 = $88.50

Grade/Score Percentage

Points earned: 87
Points possible: 100
Percentage = (87 / 100) * 100 = 87%

Points earned: 42
Points possible: 60
Percentage = (42 / 60) * 100 = 70%

Compound Interest

Principal: $1,000
Annual rate: 5%
After 3 years (compound):
Year 1: $1,000 * 1.05 = $1,050
Year 2: $1,050 * 1.05 = $1,102.50
Year 3: $1,102.50 * 1.05 = $1,157.63

Formula: A = P * (1 + r)^n
A = 1000 * (1.05)^3 = $1,157.63

Percentage vs Percentage Points

This distinction matters in statistics and finance:

  • Percentage point: An arithmetic difference between two percentages.
  • Percentage: A relative change.

If approval rating goes from 40% to 44%:

  • The increase is 4 percentage points (arithmetic difference).
  • The increase is 10% (relative: 4/40 * 100 = 10%).

This distinction is crucial in financial reporting and political polling.

Mental Math Shortcuts

  • 10%: Move decimal point one place left (500 * 10% = 50)
  • 5%: Half of 10% (500 * 5% = 25)
  • 1%: Move decimal point two places left (500 * 1% = 5)
  • 20%: Twice the 10% value (500 * 20% = 100)
  • 25%: Divide by 4 (500 * 25% = 125)
  • 50%: Divide by 2 (500 * 50% = 250)
  • 75%: 50% + 25% (500 * 75% = 375)

-> Try the Percentage Calculator