If my salary grew from \$1,200 a month to \$1,300 a month, did I get \$100/\$1,200 = 8.3 % increase or \$100/\$1,300 = 7.7 % increase?

164 Views Asked by At

I'm math amateur. I was just given a raise at my job and my salary grew from $\$1,200$ a month to $\$1,300$ a month.

I'm trying to figure out percentage growth in my salary.

Did it grow $\frac{\$100}{\$1,200} = 8.3\%$ or did it grow $\frac{\$100}{\$1,300} = 7.7\%$

What's the general rule for calculating percent growth when old value goes to next value?

I just can't figure out (I've been thinking about this for 30 minutes).

2

There are 2 best solutions below

1
On BEST ANSWER

The increase is $100/1200\approx 8.3\%$. If your salary is decreased to $\$1200/\text{mo}$ it will be a decrease of $100/1300 \approx 7.7\%$ The fact that these two percentages are not the same is not strange. If the raise and decrease are small, the percentages are close. It gets clearer if the numbers get large. Suppose your salary were doubled. That would be a $100\%$ increase. Then if it were reduced to the previous value it would be a $50\%$ decrease. You always divide by the old number.

0
On

Here's a formula for percent change.

$$\Delta\% = \frac{\mathtt{difference}}{\mathtt{original}}\times 100\%$$

In your case,

$$\Delta\% = \frac{100}{1200}\times 100\% = \frac{25}{3}\%\approx 8.33\%$$

As a quick check, let's actually calculate the original payrate increasing by this percentage. We want to take this percentage, $8.33$ of the original, and add it back to the original.

$$1200 + (0.0833)(1200) = 1.0833(1200) = 1299.96$$

Looks about right, given that we rounded. If you use the exact value $\frac{25}{3}\% = \frac{25}{300}$, then you'll find that the above calculation does indeed return $1300$.