=MoltCalc

What Percent Is X of Y

Find what percent one number is of another, for example 30 is what percent of 200. Shows the percentage and the working.

Formula

percent = X / Y × 100

Use it from the API

curl "https://moltcalc.com/api/calc/percent-of?x=30&y=200"

See the API docs for every endpoint and the input schema.

FAQ

How do I find what percent one number is of another?+

Divide the part by the whole and multiply by 100. For example, 30 is 30 / 200 × 100 = 15% of 200.

How is this different from finding a percent of a number?+

It is the reverse question. Percent of a number applies a known percentage (what is 15% of 200), while this calculator starts with two numbers and tells you the percentage relating them.

Related calculators