Percentage Calculator
Percentage calculator that finds what X percent of a number is, like 15% of 200, with the working shown. Quick answers for tips, tests and discounts.
Formula
result = percent / 100 × value
Use it from the API
curl "https://moltcalc.com/api/calc/percentage?percent=15&value=200"
See the API docs for every endpoint and the input schema.
FAQ
How do I calculate a percentage of a number?+
Divide the percentage by 100 and multiply by the number. For example, 15% of 200 is 15 / 100 × 200 = 30.
What does percent actually mean?+
Percent means per hundred, so 15% is just 15 out of every 100, or the fraction 15/100. That is why converting a percent to a decimal is a matter of dividing by 100.
What is a quick way to work out percentages in my head?+
Find 10% by moving the decimal point one place left, then scale it. For 15% of 200: 10% is 20, 5% is half of that (10), so 15% is 30.
Related calculators
Percentage Change Calculator
Percentage change calculator: compare two numbers to get the percent increase or decrease and the raw difference, with the formula and steps shown.
Discount Calculator
Discount calculator for percent off deals. Enter the original price and the discount to see the final sale price and exactly how much you save.