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 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

  1. 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.
  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 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%

Try this example →

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.

Try this example →

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%.

Try this example →

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%

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.