Quick formula: percentage = (part ÷ whole) × 100
.
This page covers
- Formula & examples
- Simple calculator
- FAQs
Calculator
Result: —%
Examples
- What percent is 30 of 200? 30 ÷ 200 × 100 = 15%.
- What percent is 45 of 60? 45 ÷ 60 × 100 = 75%.
FAQs
How do I find the part if I know the percentage?
part = (percentage ÷ 100) × whole
.
How do I increase a number by X%?
new = original × (1 + X/100)
.