Percentage of a Percentage Calculator

Find the product of two percentages, the net effect of sequential changes, and combined probability.

% Percentage of a Percentage Calculator
First Percentage (P1)
%
Second Percentage (P2)
%

📊 What is Percentage of a Percentage?

Taking a percentage of a percentage means applying one proportional reduction to another. The formula is straightforward: P1% of P2% = (P1 × P2) / 100%. For example, 30% of 25% = (30 × 25) / 100 = 7.5%. As a decimal fraction of 1, that is 0.075. The key insight is that a percentage is simply a fraction with denominator 100, so “P1% of P2%” means (P1/100) × (P2/100) × 100% = P1 × P2 / 100%.

This calculator handles two distinct scenarios. Product mode computes P1% of P2% directly — useful for simultaneous independent probabilities, fractions of fractions, and any situation where both percentages apply at the same time. It also shows the combined probability (the chance that P1 OR P2 occurs: P1 + P2 − P1×P2/100) and the effective remaining (100% minus the product). Sequential mode applies the changes one after the other: a value first changes by P1%, then the result changes by P2%, giving a net change of (1 + P1/100) × (1 + P2/100) − 1, expressed as a percentage.

The critical difference between the two modes is timing. In Product mode, both percentages describe the same base simultaneously (e.g., two independent filters on the same pool of items). In Sequential mode, the second percentage applies to the already-changed value, introducing an interaction term of P1 × P2 / 100 that makes the net result differ from the simple arithmetic sum P1 + P2. For small percentages (under 5%) this difference is negligible, but for large values like 20% and 30%, the interaction adds up to 6 percentage points.

Common applications include: stacked discounts (two successive sale prices), commission on commission (broker takes P1% of a P2% fee), joint probabilities (rain and low humidity both occurring), compound growth over two periods, and cascading tax rates. This calculator shows the formula step-by-step in the result note so you understand not just the answer but the method behind it.

📐 Formula

Product Mode — P1% of P2%

P1% of P2% = (P1 × P2) / 100 %
As a percentage: P1 × P2 / 100
As a decimal (fraction of 1): P1 × P2 / 10000
Combined probability (P1 OR P2, independent): P1 + P2 − P1×P2/100
Effective remaining: 100% − (P1×P2/100) — the fraction that survives both filters.
Example: 30% of 25% = (30 × 25) / 100 = 7.5%

Sequential Mode — Applying P1% then P2%

Net % = [(1 + P1/100) × (1 + P2/100) − 1] × 100
Expanding the product gives: P1 + P2 + P1×P2/100
Interaction term = P1 × P2 / 100. Positive when both changes grow (compounding benefit); negative when one is a decrease, which is why “up X% then down X%” always loses X²/100%.
Example: +20% then +30% → net = 20 + 30 + 6 = 56%

Key Variables

P1 — First percentage. Product mode: the fraction being taken. Sequential mode: the first change (positive = increase, negative = decrease).
P2 — Second percentage. Product mode: the base on which P1% is taken. Sequential mode: the second change applied after P1%.
Product (P1×P2/100) — The percentage of a percentage. E.g., 30% of 25% = 7.5%.
Decimal — The result as a fraction of 1. E.g., 7.5% = 0.075.
Interaction term — (Sequential mode) The extra net change due to compounding: P1×P2/100.

📖 How to Use This Calculator

Steps to Calculate

1
Choose Product or Sequential mode. Use Product when both percentages apply simultaneously (probability, fraction of a fraction). Use Sequential when one change happens first and the second applies to the result of the first.
2
Enter P1. In Product mode, this is the “taker” percentage (e.g., “30%” in “30% of 25%”). In Sequential mode, this is the first change (e.g., +20% price hike).
3
Enter P2. In Product mode, this is the “base” percentage. In Sequential mode, this is the second change (e.g., −15% discount applied after the hike). Negative values work for decreases.
4
Click Calculate. The result appears immediately with the full calculation shown in the note.
5
Read the result. Product mode shows result %, result as a decimal, combined probability, and effective remaining. Sequential mode shows net change %, combined factor, simple sum, and interaction term.

💡 Example Calculations

Example 1 — 30% of 25% (Product mode)

A product gets a 30% loyalty discount, but only on 25% of the range. What fraction gets the full discount?

1
Product = 30 × 25 / 100 = 7.5%
2
As a decimal: 0.075
3
Effective remaining (items not discounted): 100% − 7.5% = 92.5%
30% of 25% = 7.5% | Effective remaining: 92.5%
Try this example →

Example 2 — 20% increase then 20% decrease (Sequential mode)

A stock rises 20% then falls 20%. Many assume the net is 0% — let’s compute.

1
Net = (1.20 × 0.80 − 1) × 100 = (0.96 − 1) × 100 = −4%
2
Simple sum = 20 + (−20) = 0%
3
Interaction term = 20 × (−20) / 100 = −4% (explains the gap)
Net change = −4%. A $1,000 investment becomes $1,200, then $960 — a $40 loss.
Try this example →

Example 3 — Stacked discounts 25% and 30% (Sequential mode)

A retailer offers 25% off, then an extra 30% off for VIP members. What is the net discount?

1
Net = (1 − 0.25) × (1 − 0.30) − 1 = 0.75 × 0.70 − 1 = 0.525 − 1 = −47.5%
2
Simple sum = −25 + (−30) = −55% (this is wrong)
3
Interaction term = (−25) × (−30) / 100 = +7.5%, so net discount = 55% − 7.5% = 47.5%
Net discount = 47.5%. A $200 item: $150 after 25%, then $105 after 30% — $95 saved.
Try this example →

Example 4 — Joint probability (Product mode)

Two independent checkpoints: A passes 80% of items, B passes 60%. What percentage pass both?

1
Joint probability = 80 × 60 / 100 = 48%
2
Pass at least one = 80 + 60 − 48 = 92%
3
Fail both (neither passes) = 100% − 92% = 8%
Pass both = 48% | Pass at least one: 92% | Fail both: 8%
Try this example →

❓ Frequently Asked Questions

What is the formula for percentage of a percentage?+
Percentage of a percentage = (P1 × P2) / 100. For example, 40% of 25% = (40 × 25) / 100 = 1000 / 100 = 10%. As a decimal (fraction of 1): 10% = 0.10. The formula works because P1% = P1/100, and taking that fraction of P2% means (P1/100) × P2% = (P1 × P2)/100 %.
What is 30% of 50% as a percentage?+
30% of 50% = (30 × 50) / 100 = 1500 / 100 = 15%. As a decimal: 0.15. Interpreted as probability: if event A has a 30% chance and event B has a 50% chance and they are independent, the probability both occur together is 15%.
Why doesn’t adding two sequential percentage changes give the correct total?+
Because the second change applies to the already-changed value, not the original. Example: +20% then +30%. Simple sum = 50%. Actual net = (1.20 × 1.30 − 1) × 100 = 56%. The extra 6% is the interaction term (20% × 30% / 100 = 6%). This interaction is always P1 × P2 / 100, and it is why compound growth outperforms simple addition.
What is the net effect of a 20% increase followed by a 20% decrease?+
Net = (1.20 × 0.80 − 1) × 100 = (0.96 − 1) × 100 = −4%. The interaction term is (+20%) × (−20%) / 100 = −4%. The result is always a net loss because the decrease applies to the inflated value. This is why “same percentage up and down” does not cancel.
How do you calculate the combined probability of two independent events?+
Multiply the probabilities: P(A and B) = P(A) × P(B). In percentage form: P(A and B)% = (P(A)% × P(B)%) / 100. Example: 60% chance of sun AND 70% chance of low humidity (independent) → joint probability = (60 × 70) / 100 = 42%. Use Product mode in this calculator.
What is the difference between percentage of a percentage and a percentage point?+
A percentage of a percentage multiplies: 10% of 50% = 5%. A percentage point is an absolute arithmetic difference: 50% − 10% = 40 percentage points. Example: if a fund return falls from 10% to 8%, that is a 2 percentage-point decrease but a 20% relative decrease. These are two entirely different operations — never confuse them.
What does ‘effective remaining’ mean in Product mode?+
When two percentages combine, the ‘effective remaining’ (100% − product) shows what fraction remains after both are applied. Example: 30% of 25% = 7.5%. Effective remaining = 92.5%. In probability terms: if 30% of items pass filter A and 25% pass filter B, only 7.5% pass both — 92.5% are filtered out by at least one filter.
How do two successive discounts combine?+
Two successive discounts of P1% and P2% give a net discount of: P1 + P2 − (P1 × P2 / 100)%. The interaction term is subtracted because the second discount applies to the already-reduced price. Example: 20% then 30% off: net = 20 + 30 − (20 × 30/100) = 50 − 6 = 44%. Use Sequential mode (enter −20 and −30).
What is 15% of 15%?+
15% of 15% = (15 × 15) / 100 = 225 / 100 = 2.25%. As a decimal: 0.0225. Combined probability interpretation: if both events have a 15% chance and are independent, the joint probability is 2.25%. The remaining probability (97.75%) is the chance at least one does NOT occur.
How is ‘percentage of a percentage’ used in finance?+
Several important applications: (1) Commission on commission — a broker earns 5% of a 10% management fee = 0.5% of assets. (2) Cascading taxes — 10% VAT on a 15% GST-included price. (3) Compound growth — 10% return reinvested twice: (1.10 × 1.10 − 1) × 100 = 21%, with 1% interaction. (4) Discount stacking. Use Sequential mode for growth/change; Product mode for simultaneous probabilities.

What is the formula for percentage of a percentage?

Percentage of a percentage = (P1 × P2) / 100. For example, 40% of 25% = (40 × 25) / 100 = 1000 / 100 = 10%. As a decimal (fraction of 1): 10% = 0.10. The formula works because P1% = P1/100, and taking that fraction of P2% means (P1/100) × P2% = (P1 × P2)/100 %.

What is 30% of 50% as a percentage?

30% of 50% = (30 × 50) / 100 = 1500 / 100 = 15%. As a decimal: 0.15. Interpreted as probability: if event A has a 30% chance and event B has a 50% chance and they are independent, the probability both occur together is 15%.

Why doesn't adding two sequential percentage changes give the correct total?

Because the second change applies to the already-changed value, not the original. Example: +20% then +30%. Simple sum = 50%. Actual net = (1.20 × 1.30 − 1) × 100 = 56%. The extra 6% is the interaction term (20% × 30% / 100 = 6%). This interaction is always P1 × P2 / 100, and it is why compound growth outperforms simple addition.

What is the net effect of a 20% increase followed by a 20% decrease?

Net = (1.20 × 0.80 − 1) × 100 = (0.96 − 1) × 100 = −4%. The interaction term is (+20%) × (−20%) / 100 = −4%. The result is always a net loss because the decrease applies to the inflated value. This is why 'same percentage up and down' does not cancel.

How do you calculate the combined probability of two independent events?

Multiply the probabilities: P(A and B) = P(A) × P(B). In percentage form: P(A and B)% = (P(A)% × P(B)%) / 100. Example: 60% chance of sun AND 70% chance of low humidity (independent) → joint probability = (60 × 70) / 100 = 42%. Use the Product mode in this calculator.

What is the difference between percentage of a percentage and a percentage point?

A percentage of a percentage multiplies: 10% of 50% = 5%. A percentage point is an absolute arithmetic difference: 50% − 10% = 40 percentage points. Example: if a fund return falls from 10% to 8%, that is a 2 percentage-point decrease but a 20% relative decrease. These are two entirely different operations - never confuse them.

What does the 'effective remaining' result mean?

When two percentages combine, the 'effective remaining' (100% − product) shows what fraction remains after both percentages are applied. Example: 30% of 25% = 7.5%. Effective remaining = 100% − 7.5% = 92.5%. In probability terms: if 30% of items pass filter A and 25% pass filter B, only 7.5% pass both - and 92.5% are filtered out by at least one filter.

How do two successive discounts combine?

Two successive discounts of P1% and P2% give a net discount of: P1 + P2 − (P1 × P2/100)%. The interaction term (P1 × P2/100) is subtracted because the second discount applies to the already-reduced price. Example: 20% then 30% off: net discount = 20 + 30 − (20 × 30/100) = 50 − 6 = 44%. Use the Sequential mode to see this instantly.

What is 15% of 15%?

15% of 15% = (15 × 15) / 100 = 225 / 100 = 2.25%. As a decimal: 0.0225. Combined probability interpretation: if both events have a 15% chance and are independent, the joint probability is 2.25%. The remaining probability (100% − 2.25% = 97.75%) is the chance that at least one event does NOT occur.

How is 'percentage of a percentage' used in finance?

Several important applications: (1) Commission on commission - a broker earns 5% of a 10% management fee → 5% of 10% = 0.5% of assets under management. (2) Cascading tax rates - a 10% VAT on a 15% GST-included price. (3) Compound growth - 10% return reinvested for two periods: (1.10 × 1.10 − 1) × 100 = 21% net, with 1% interaction term. (4) Discount stacking - two sequential discounts combine with the formula above. Use Sequential mode for all growth/change scenarios; use Product mode for simultaneous probabilities or fractions.