How do you calculate a percentage change from one number to another?

Answer:
Percentage change between two numbers A & B can be calculated as:
(B-A)/A * 100
For example, if a stock price increases in value from $123 to $145 the percentage increase is:
(145-123)/123 * 100 = 17.9%
Alternatively, if a stock price decreases in value from $145 to $123 the percentage decrease is:
(123-145)/145 * 100 = 15.2%
Note: There are comments associated with this question. See the discussion page to add to the conversation.
First answer by ID3407650730. Last edit by Darkangelcloud7. Contributor trust: 26 [recommend contributor recommended]. Question popularity: 23 [recommend question].