Math

Percentage of a Number Calculator

Calculator Free · Private
Reviewed by: (política editorial ) · Last reviewed:
Was this calculator helpful?

The Percentage of a Number Calculator solves the most common percentage question instantly: what is x% of N? It also handles the reverse — A is what percent of B? The core formula is Result = (x ÷ 100) × N. Percentages are dimensionless ratios that express a part per hundred, and they appear in everyday finance (tax rates, discounts, interest), statistics (survey results, error margins), nutrition labels (% Daily Value), and science (concentration, efficiency). Use this calculator any time you need a fast, accurate percentage figure without rearranging the algebra yourself.

Last reviewed: June 3, 2026 Verified by Source: FDA — How to Understand and Use the Nutrition Facts Label, BLS — How the Government Measures Unemployment, USDA FoodData Central — Nutritional Composition Reference, Wikipedia — Percentage (Mathematics), Khan Academy — Percentages 100% private

To find x% of a number N: multiply N by x and divide by 100. Example: 25% of 80 = (80 × 25) ÷ 100 = 20. To find what percent A is of B: divide A by B and multiply by 100. Example: 30 is what percent of 150? (30 ÷ 150) × 100 = 20%.

When to use this calculator

  • Calculating the sales-tax amount on a $240 purchase at an 8.25% state rate: (8.25/100)×240 = $19.80 in tax.
  • Determining how much protein is in a 340 g chicken breast when the USDA reports 31 g of protein per 100 g (31% protein): 31% of 340 = 105.4 g.
  • Finding a student's exam score: answered 47 out of 60 questions correctly → (47/60)×100 = 78.3%.
  • Computing a 20% tip on a $67.50 restaurant bill: (20/100)×67.50 = $13.50 tip, total $81.00.
  • Working out the CDC-reported obesity prevalence: if 42.4% of 330 million U.S. adults are obese, that is ~140 million individuals.
  • Calculating a 15% discount on a $129.99 item: (15/100)×129.99 = $19.50 off, final price $110.49.

Worked Example: 25% of 80

  1. Mode: x% of N → Result = (x ÷ 100) × N
  2. Result = (25 ÷ 100) × 80 = 0.25 × 80 = 20
Result: 20

How it works

2 min read

How It's Calculated

The calculator handles two algebraic forms of the same percentage relationship:

Mode 1 – "What is x% of N?"
  Result = (x / 100) × N

Mode 2 – "A is what % of B?"
  Percent = (A / B) × 100

Both modes are rearrangements of the identity Part = (Percent / 100) × Whole.

---

Reference Table: Common Percentages

Use this table to look up x% of common base numbers without calculating:

x%of 100of 200of 500of 1,000of 10,000
1%1.002.005.0010.00100.00
5%5.0010.0025.0050.00500.00
10%10.0020.0050.00100.001,000.00
15%15.0030.0075.00150.001,500.00
20%20.0040.00100.00200.002,000.00
25%25.0050.00125.00250.002,500.00
30%30.0060.00150.00300.003,000.00
33%33.0066.00165.00330.003,300.00
40%40.0080.00200.00400.004,000.00
50%50.00100.00250.00500.005,000.00
60%60.00120.00300.00600.006,000.00
75%75.00150.00375.00750.007,500.00

> Quick mental-math trick: To find 10%, move the decimal one place left (1,000 → 100). For 5%, halve the 10% result (100 → 50). For 15%, add the 10% and 5% results (100 + 50 = 150).

---

Worked Examples

Example 1 — Sales Tax


A laptop costs $849.99. Your state charges 7.5% sales tax.
Tax = (7.5 / 100) × 849.99 = 0.075 × 849.99 ≈ $63.75
Total = $849.99 + $63.75 = $913.74

Example 2 — Nutrition Label (USDA Data)


A can of black beans contains 15 g of fiber. The FDA % Daily Value (DV) for fiber is 28 g (for a 2,000-calorie diet).
% DV = (15 / 28) × 100 ≈ 53.6%

So one can covers more than half your daily fiber target.

Example 3 — Exam Score


A student answers 47 out of 60 questions correctly:
Score = (47 / 60) × 100 = 78.3%

Example 4 — Reverse: Finding the Whole


A store says the $36 you saved represents 30% off. What was the original price?
Whole = (Part × 100) / Percent
Whole = (36 × 100) / 30 = $120

Original price was $120; you paid $84.

---

Common Errors to Avoid

1. Dividing by 100 twice. Writing (x / 100) / 100 × N instead of (x / 100) × N gives a result 100× too small.

2. Confusing "percent of" with "percent more than." "20% more than 80" is NOT 16; it is 80 + (20/100)×80 = 96. The base value is added back.

3. Swapping Part and Whole. To find what percent 30 is of 150, divide the part by the whole: (30/150)×100 = 20%. Reversing gives 500% — completely wrong.

4. Rounding too early. Rounding 33.33% to 33% before multiplying by $9,000 gives $2,970 instead of the correct $3,000. Always use full precision until the final step.

5. Using the wrong base for percentage change. Percent change = ((New − Old) / Old) × 100. Using the new value as the denominator understates increases and overstates decreases.

Frequently asked questions

What is x% of a number — the basic formula?

The formula is Result = (x ÷ 100) × N. Divide the percentage by 100 to convert it to a decimal, then multiply by the base number. For example, 15% of 200 = (15 ÷ 100) × 200 = 0.15 × 200 = 30.

How do I calculate 20% of a number?

To find 20% of any number N, multiply N by 0.20 (i.e., 20 ÷ 100). Example: 20% of 350 = 0.20 × 350 = 70. A quick mental shortcut: double the number and move the decimal one place left (350 × 2 = 700 → 70.0).

How do I find what percentage one number is of another?

Use Percent = (Part ÷ Whole) × 100. If 45 students out of 180 passed an exam: (45 ÷ 180) × 100 = 25%. Put the specific quantity in the numerator and the total in the denominator.

How do I work backwards — finding the whole when I know a part and the percentage?

Rearrange the formula: Whole = (Part × 100) ÷ Percent. If $54 represents 18% of a budget: (54 × 100) ÷ 18 = $300 total budget. Useful for reverse-engineering original prices after a discount.

What is the difference between percentage points and percent change?

A percentage point is an absolute difference between two percentages. If an interest rate rises from 3% to 5%, it increased by 2 percentage points but by (2/3)×100 = 66.7% in relative terms. Confusing these two is one of the most common errors in financial reporting.

How do I calculate a tip as a percentage?

Multiply the bill total by the tip percentage divided by 100. For a 20% tip on $67.50: (20 ÷ 100) × 67.50 = $13.50 tip, making the total $81.00. For a 15% tip on $67.50: (15 ÷ 100) × 67.50 = $10.13.

How do I calculate a discount percentage?

If an item is $129.99 and has a 15% discount: Discount = (15 ÷ 100) × 129.99 = $19.50 off, so the final price is $110.49. To find what percent was discounted: (discount amount ÷ original price) × 100.

Can percentages exceed 100%, and what does that mean?

Yes. A percentage greater than 100% means the part is larger than the reference value. If sales grew from $80,000 to $200,000, the new value is (200,000 ÷ 80,000) × 100 = 250% of the original, or a 150% increase. Common in growth metrics and investment returns.

How are percentages used on USDA/FDA nutrition labels?

FDA Nutrition Facts labels express nutrients as % Daily Value (% DV) based on a 2,000-calorie reference diet. Formula: %DV = (amount per serving ÷ reference daily intake) × 100. If a food has 260 mg of sodium and the DV is 2,300 mg: (260 ÷ 2,300) × 100 ≈ 11% DV. Values ≥20% DV are considered 'high'; ≤5% DV is 'low.'

What is a percentage in mathematical terms?

A percentage is a dimensionless ratio expressed as a fraction of 100, denoted by the symbol %. Mathematically, x% = x ÷ 100 = x × 10⁻². Percentages allow comparing proportions on a common scale regardless of the size of the total, per Wikipedia (Mathematics).

Sources and references