All percentage calculations in one place
| Calculation | Formula |
|---|---|
| X% of Y | (X / 100) × Y |
| A is what % of B | (A / B) × 100 |
| % change from A to B | ((B − A) / A) × 100 |
| Add X% to N | N × (1 + X/100) |
| Remove X% from N | N / (1 + X/100) |
© 2026 dconverter.org. All Rights Reserved.