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 and Derivation
Product Mode — P1% of P2%
Start from the definition: P1% = P1/100. “P1% of P2%” means (P1/100) × P2%:
Result = (P1 / 100) × P2%
= (P1 × P2) / 100 %
= P1 × P2 / 100 (as a percentage)
= P1 × P2 / 10000 (as a decimal fraction of 1)
Combined probability (P1 OR P2, independent events): P(A ∪ B) = P(A) + P(B) − P(A) × P(B) = P1 + P2 − P1×P2/100 (all in %).
Effective remaining: 100% − (P1×P2/100). This is the fraction that survives both filters or is excluded by the joint event.
Sequential Mode — Applying P1% then P2%
Starting value V. After P1% change: V × (1 + P1/100). After P2% change applied to that result:
Final = V × (1 + P1/100) × (1 + P2/100)
Net % = [(1 + P1/100) × (1 + P2/100) − 1] × 100
= P1 + P2 + P1×P2/100 (expanding the product)
The interaction term = P1 × P2 / 100. When both changes are positive (growth), the interaction adds to the net (compounding benefit). When one is negative (a decrease after an increase, or vice versa), the interaction is negative, explaining why “up X% then down X%” always results in a loss of X²/100%.
Key Variables
- P1 — First percentage. In Product mode: the fraction being taken. In Sequential mode: the first percentage change (positive = increase, negative = decrease).
- P2 — Second percentage. In Product mode: the base on which P1% is taken. In Sequential mode: the second percentage 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
- Choose Product or Sequential mode. Use Product when both percentages apply simultaneously (probability, fraction of fraction). Use Sequential when one change happens first and the second change applies to the result of the first.
- 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).
- 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.
- Click Calculate. The result appears immediately with the full calculation shown in the note.
- Read the result. Product mode shows: result %, result as 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)
Question: a product is eligible for a 30% loyalty discount, but only on 25% of the product range. What fraction of the range gets the full discount?
- Product = 30 × 25 / 100 = 7.5%
- As a decimal: 0.075
- Effective remaining (items not discounted): 100% − 7.5% = 92.5%
Example 2 — 20% increase then 20% decrease (Sequential mode)
A stock rises 20% then falls 20%. Many people assume the net is 0%. Let’s compute:
- Net = (1.20 × 0.80 − 1) × 100 = (0.96 − 1) × 100 = −4%
- Simple sum = 20 + (−20) = 0%
- Interaction term = 20 × (−20) / 100 = −4% (explains the gap)
A $1,000 investment becomes $1,200 after +20%, then $1,200 × 0.80 = $960 — a $40 loss.
Example 3 — Stacked discounts 25% and 30% (Sequential mode)
A retailer offers a 25% end-of-season sale, then takes an additional 30% off for VIP members. What is the net discount?
- Net = (1 − 0.25) × (1 − 0.30) − 1 = 0.75 × 0.70 − 1 = 0.525 − 1 = −47.5%
- Simple sum = −25 + (−30) = −55% (this is wrong)
- Interaction term = (−25) × (−30) / 100 = +7.5% (interaction reduces the discount)
- Net discount = 55% − 7.5% = 47.5%
A $200 item: after 25% off = $150; after 30% off that = $105. Net discount = $95 / $200 = 47.5%.
Example 4 — Joint probability (Product mode)
A quality inspection has two independent checkpoints. Checkpoint A passes 80% of items; Checkpoint B passes 60%. What percentage pass both?
- Joint probability = 80 × 60 / 100 = 48%
- Pass at least one = 80 + 60 − 48 = 92%
- Fail both (neither passes) = 100% − 92% = 8%