Is there a formula that will allow me to calculate the radius of a circle based on an input value? The input value could be as small as zero or as large as $10^7$, or larger. The circle is restricted to a minimum radius of $10$ and a maximum radius of $100$.
Does anyone know how to calculate something like this?
UPDATE
The input values correspond to state/country population. I want to calculate the radius (how big the circle should be) of the circle based on the input value.