Skip to main content
Math & Science

How to Use the Percentage Calculator for Everyday Problems

Master all three percentage problem types — finding a percentage, finding what percentage one number is of another, and finding a number given a percentage — with real-world examples.

4 min readUpdated June 11, 2026Math & Science

Related Calculator

Use the Percentage Calculator to apply what you learn in this guide.

Open

What Is a Percentage?

A percentage expresses a number as a fraction of 100. The word comes from the Latin per centum, meaning "by the hundred." Percentages are everywhere: discounts at a store, interest rates on a loan, a student's test score, a recipe scaled up, or the battery remaining on your phone. Being comfortable with percentages is one of the most practical math skills in everyday life.

There are three fundamental percentage problems, each with its own formula. Once you recognise which type you are dealing with, the calculation becomes straightforward.


The Three Problem Types & Formulas

Type 1 — What is X% of Y?

Use this when you know a percentage and a total, and want the actual amount.

$$ \text{Result} = \frac{X}{100} \times Y $$

Example: What is 20% of $85 (a restaurant tip)?

$$ \frac{20}{100} \times 85 = 0.20 \times 85 = $17.00 $$


Type 2 — X is what % of Y?

Use this when you know both numbers and want to express one as a percentage of the other.

$$ \text{Percentage} = \frac{X}{Y} \times 100 $$

Example: You scored 47 out of 60 on a test. What percentage did you get?

$$ \frac{47}{60} \times 100 = 78.33% $$


Type 3 — X is P% of what number?

Use this when you know an amount and the percentage it represents, and need the original total.

$$ \text{Original} = \frac{X}{P \div 100} = \frac{X \times 100}{P} $$

Example: $36 is 15% sales tax on a product. What was the pre-tax price?

$$ \frac{36 \times 100}{15} = \frac{3600}{15} = $240 $$


Percentage Increase and Decrease

Two more formulas that arise constantly in finance, shopping, and analytics:

Percentage Increase:

$$ % \text{ Increase} = \frac{\text{New Value} - \text{Old Value}}{\text{Old Value}} \times 100 $$

Percentage Decrease:

$$ % \text{ Decrease} = \frac{\text{Old Value} - \text{New Value}}{\text{Old Value}} \times 100 $$

Example: A jacket originally costs $120 and is on sale for $84. What is the discount percentage?

$$ \frac{120 - 84}{120} \times 100 = \frac{36}{120} \times 100 = 30% $$


Step-by-Step Guide: Using the Calculator

Step 1 — Identify Which Problem Type You Have

Ask yourself: "What do I know, and what am I trying to find?"

  • Know percentage + total → Type 1
  • Know both values, want the % relationship → Type 2
  • Know part + percentage, want the whole → Type 3

Step 2 — Select the Correct Mode

In the Nexus Percentage Calculator, click the tab that matches your problem type. The input fields will update automatically.

Step 3 — Enter Your Values

Fill in the fields with your numbers. Do not include the % symbol in the percentage input field — the calculator expects a plain number (e.g., enter 20, not 20%).

Step 4 — Read the Result

The answer appears instantly. For multi-step calculations (like applying tax after a discount), run the calculator twice sequentially.


Real-World Scenarios Reference Table

Scenario Problem Type Formula Used Example Result
20% tip on $65 dinner Type 1 (20/100) × 65 $13.00
37/50 on a quiz Type 2 (37/50) × 100 74%
VAT: £18 is 20% of what? Type 3 (18 × 100)/20 £90
Price drop $200 → $150 % Decrease (50/200) × 100 25% off
Salary rise $40k → $46k % Increase (6000/40000) × 100 15% raise

Common Mistakes to Avoid

  • Confusing the base: "15% off $200" and "15% of $200 off" mean the same thing, but ensure you always divide by the original value, not the new one, when calculating percentage change.
  • Stacking discounts incorrectly: A 20% discount followed by a further 10% discount is not a 30% total discount. It is: 100% → 80% → 72%, a net 28% reduction.
  • Rounding too early: In multi-step calculations, carry full decimal precision until the final step to avoid compounding rounding errors.
  • Percentages above 100%: These are valid! If sales grew from $500 to $1,500, the percentage increase is 200% — the value tripled.

Frequently Asked Questions

Q: What is the difference between percentage and percentage points? A: If an interest rate rises from 4% to 6%, it increased by 2 percentage points but by 50% (because 2 is 50% of 4). These are distinct concepts, and confusing them is a common error in financial reporting.

Q: How do I calculate percentage of a percentage? A: Multiply the two percentages together and divide by 100. For example, 30% of 20% = (30 × 20)/100 = 6%.

Q: How do I reverse a percentage increase to find the original value? A: Divide the new value by (1 + percentage/100). For example, if a price after a 25% increase is $125, the original was 125 ÷ 1.25 = $100.

Q: Why does the calculator show more decimal places than I expected? A: The calculator maintains full floating-point precision. You can round the displayed result to suit your needs (e.g., 2 decimal places for currency).