I'll do the first one to get you started.
A = old price = 250
B = new price = 365
C = percent change
C = [ (B-A)/A ] * 100%
C = [ (365 - 250)/250 ] * 100%
C = (115/250) * 100%
C = 0.46 * 100%
C = 46% increase
We have an increase because the resulting C value is positive. If C were negative, then we'd have a percent decrease.