How to calculate a percent of a percent
Multiply the two percentages together and divide by 100. The formula is: result = (percent₁ × percent₂) / 100. For example, 20% of 50% = (20 × 50) / 100 = 10%.
The operation is commutative — 20% of 50% gives the same result as 50% of 20%.
result% = (p₁ × p₂) / 100
Percent of a percent formula.