A
A
Alexander Ivanov2022-02-08 21:25:05
Mathematics
Alexander Ivanov, 2022-02-08 21:25:05

How to calculate what percentage a number occupies in a range of numbers?

I can't figure out how to calculate the percentage. Let's say:
a = 5000
b = 10000
c = 7777
The range from a to b is 100%
Interested in what formula can be used to calculate what percentage occupies "c" in the range "ab"?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
twobomb, 2022-02-08
@alexivanov77

percent = (ca)/(b - a) * 100
((7777-5000)/(10000-5000))*100 = 55.54%

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question