Percentage Calculator

Calculate percentages in three ways: what is X% of Y, X is what % of Y, and % change from X to Y.

Datos de entrada

Select the type of percentage calculation you need.

The percentage (in mode 1) or the first value (in modes 2 & 3).

The base value (in mode 1) or the second value (in modes 2 & 3).

Los resultados se actualizan mientras escribes y la barra de direcciones guarda tus cifras, de modo que el enlace que compartas reabre este mismo cálculo.

Result

30

Qué significa este resultado

Result: 30.

15% of 200 = 30.00

Cómo se calcula

% of: result = (X / 100) × Y

X is what % of Y: result = (X / Y) × 100

% change: result = ((Y − X) / |X|) × 100

Understanding Percentages

A percentage is a number expressed as a fraction of 100. The symbol % means "out of 100." For example: - 25% means 25 out of 100, or one-quarter - 50% means 50 out of 100, or one-half - 100% means the whole amount

Three ways to use percentages

1. What is X% of Y?

Example: What is 20% of $500? - 20% of $500 = 0.20 × $500 = $100

Real-world use cases: - Calculating tips (20% of restaurant bill) - Finding a discount (30% off a price) - Determining tax (7% sales tax on a purchase) - Commission calculations (5% of sales revenue)

2. X is what % of Y?

Example: $25 is what % of $200? - ($25 / $200) × 100 = 12.5%

Real-world use cases: - Test scores (you scored 85 out of 100 questions correct = 85%) - Budget tracking (you spent $150 of a $500 monthly budget = 30%) - Market share (your company earned $10M of a $50M market = 20%) - Progress tracking (you completed 8 of 10 tasks = 80%)

3. % change from X to Y

Example: A stock price rose from $50 to $60. What is the % change? - (($60 - $50) / $50) × 100 = 20% increase

Real-world use cases: - Stock performance (price went up 15%) - Inflation (prices rose 3% year-over-year) - Population growth (city population increased 5%) - Salary raises (your pay increased 8%)

Key formulas

% of: result = (X / 100) × Y X is what % of Y: result = (X / Y) × 100 % change: result = ((New − Old) / |Old|) × 100

Common mistakes to avoid

1. Confusing the base. In "20% of $500," the base is $500 (the total). Don't reverse it to "$500 of 20%." 2. Forgetting to multiply by 100. If you calculate (X / Y), you get a decimal. Multiply by 100 to convert to a percentage. 3. Wrong direction on % change. Always subtract the old value from the new value, then divide by the old value (the denominator matters). 4. Percentage points vs. percent. If unemployment rises from 4% to 5%, that is a 1 percentage point increase, or a 25% relative increase. Don't mix these up.

Examples

| Question | Calculation | Answer | |----------|-------------|---------| | What is 15% of $200? | (15 / 100) × 200 | $30 | | 30 is what % of 150? | (30 / 150) × 100 | 20% | | % change from 80 to 100? | ((100 − 80) / 80) × 100 | +25% | | % change from 100 to 80? | ((80 − 100) / 100) × 100 | −20% | | What is 0.5% of $5,000? | (0.5 / 100) × 5000 | $25 |

Supuestos

  • All inputs are treated as base-10 numbers.
  • In Mode 2 (X is what % of Y), if Y is zero, the result is 0% to avoid division by zero.
  • In Mode 3 (% change), if the starting value (X) is zero, the result is 0% to avoid division by zero.
  • Results are decimal numbers; they are not automatically formatted with the % symbol in the output.

Preguntas frecuentes

What is the difference between the three percentage modes?

Mode 1 ('What is X% of Y?') calculates how much a certain percentage of a total equals. Mode 2 ('X is what % of Y?') tells you what percentage one number represents of another. Mode 3 ('% change') shows how much a value increased or decreased over time, expressed as a percentage. Choose the mode that matches your question.

How do I calculate a tip?

Use Mode 1: 'What is X% of Y?' Enter the tip percentage (e.g., 20) as X and the restaurant bill (e.g., $85.50) as Y. The result is the tip amount. For an 18% tip on a $50 bill: (18 / 100) × 50 = $9.

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

Use Mode 2: 'X is what % of Y?' Enter the smaller number as X and the larger number as Y. For example, if you scored 42 out of 50 on a test: (42 / 50) × 100 = 84%. You got an 84%.

How do I calculate percentage change or growth?

Use Mode 3: '% change from X to Y.' Enter the starting value as X and the ending value as Y. The result shows the percentage increase (positive) or decrease (negative). For example, if a price went from $100 to $120: ((120 − 100) / 100) × 100 = +20% increase.

What does a negative percentage change mean?

A negative percentage change indicates a *decrease*. For example, if a stock price fell from $50 to $40, the % change is ((40 − 50) / 50) × 100 = −20%. The stock price dropped 20%. Conversely, if it rose from $50 to $60, the % change is +20%.

Calculadoras y guías relacionadas

Última revisión y fuentes