Calculate the percentage decrease from one value to another.
The percentage decrease formula is:
Percentage Decrease = ((Original Value - New Value) / Original Value) x 100
For example, if a price drops from $200 to $150:
((200 - 150) / 200) x 100 = 25% decrease
A negative result means the value actually increased rather than decreased.