GammaLogic
New member
- Joined
- Dec 3, 2020
- Messages
- 1
Hello folks.
Trying to google for this isn't working, as I don't know the proper terminology. The only hits I found were related to computer programming solutions for other, more complex problems.
I have two values. Let's say they are 25, and 100. I need to get to 100 from 25 in a certain number of steps. Let's say 8 steps in total (I'm sure there's a better word for step but I don't know what it is.)
So if I visualize that:
1. 25
2.
3.
4.
5.
6.
7.
8. 100
How would I find the values between them, so that the distance between each step is more or less the same? I believe this to be a basic math problem, but if it's something else I apologize.
Trying to google for this isn't working, as I don't know the proper terminology. The only hits I found were related to computer programming solutions for other, more complex problems.
I have two values. Let's say they are 25, and 100. I need to get to 100 from 25 in a certain number of steps. Let's say 8 steps in total (I'm sure there's a better word for step but I don't know what it is.)
So if I visualize that:
1. 25
2.
3.
4.
5.
6.
7.
8. 100
How would I find the values between them, so that the distance between each step is more or less the same? I believe this to be a basic math problem, but if it's something else I apologize.