The traditional formula for calculating a percentage change is as follows:
- Going from 45 to 430: $$ \frac{430 - 45}{45} \times 100 = 856\% $$
- Going from 430 to 45: $$ \frac{45- 430}{430} \times 100 = -90\% $$
The values are correct, but they're not intuitive: looking at the percentages, a 90% decrease seems a lot less in magnitude than an 856% increase.
Is there is a related formula that gives more intuitive results, such that the two answers have different signs but the same magnitude?
So after quite a lot of research, I ended up on calculating price changes in microeconomics. This excellent video from KhanAcademy discusses my problem exactly, but for prices instead of quantities.
The formula used in economics for calculating a percentage change is as follows:
(For a quantity going from 45 to 430)
$$ \frac{430 - 45}{Avg(430,45)} \times 100 = 162\% $$
(For a quantity going from 430 to 45)
$$ \frac{45 - 430}{Avg(45,430)} \times 100 = -162\% $$
The value of the percentage for all the changes will range from -200% to 200%, and it's reflective too.
That's one solution. Feel free to post your own.