Recently while playing with conversion between different temperature scales I found a quite interesting and simple procedure for conversion from one scale to another.
This is as follows:
Suppose we have two temperature scales in which melting and boiling point of water has been labeled differently (it is not necessary to take melting and boiling point of water rather any other phenomena which occurs at a given temperature).
In scale A the melting point is numerically labeled as $a$ whereas boiling point is labeled as $b$.
In scale Z the melting point is labeled as $\alpha$ and boiling point as $\beta$.
Now in scale A we measure a body's temperature as $t_A$ and in scale Z we measure the same body's temperature as $t_z$. Then it happens so that:
$$\frac {t_A-a}{b-a} = \frac {t_Z-\alpha}{\beta-\alpha}$$
So my question is:
Why does this procedure work?
Is there a physical meaning attached to this? If so, what?
Sorry I don't know what this is called so I wasn't able to search for it on the internet.
An example of if this method really works is the conversion between Celsius ($t_C$) and Fahrenheit($t_F$):
$$\frac {t_F-32}{180} = \frac {t_C}{100}$$
It's called the Rule of three, and serves to calculate proportions.
https://www.smartickmethod.com/blog/math/rule-of-3/