Before I start, I'd just like to say sorry if I'm not in the right category, I don't really know how I need to go about writing this equation.
Basically what I need is I have 2 variables, let's call them a and b
a = any whole number between 1 and 100
b = any other "base" number (For example purposes I would like to use 0.07
The outcome when a=100 needs to be 3 times the value of b (For example the outcome when b=0.07 should equal 0.21)
The outcome when a=1 needs to be equal to the value of a
And the outcome when a is between 2-99 needs to steadily increase by a fixed amount each time to get to our final value when a=100 (For example when a=50 the outcome needs to be 2 times, and when a=25 the outcome needs to be 1.5 times)
In conclusion, I have been trying with no success to create one equation that does this.
Basically what I need is I have 2 variables, let's call them a and b
a = any whole number between 1 and 100
b = any other "base" number (For example purposes I would like to use 0.07
The outcome when a=100 needs to be 3 times the value of b (For example the outcome when b=0.07 should equal 0.21)
The outcome when a=1 needs to be equal to the value of a
And the outcome when a is between 2-99 needs to steadily increase by a fixed amount each time to get to our final value when a=100 (For example when a=50 the outcome needs to be 2 times, and when a=25 the outcome needs to be 1.5 times)
In conclusion, I have been trying with no success to create one equation that does this.