Percentage of a Percentage Calculator
Find the product of two percentages, the net effect of sequential changes, and combined probability.
📊 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%
Sequential Mode — Applying P1% then P2%
Key Variables
📖 How to Use This Calculator
Steps to Calculate
💡 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?
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.
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?
Example 4 — Joint probability (Product mode)
Two independent checkpoints: A passes 80% of items, B passes 60%. What percentage pass both?
❓ Frequently Asked Questions
🔗 Related Calculators
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.