
Bradley T. answered 02/15/23
Tutor for Python and High School and Middle School Math
The wage is being increased by a certain percentage every year. The percentage is always the same, and being multiplied to the initial wage. This is exponential growth. The general formula looks something like a=a0(1+r)t .
- We start at $7.60 so a0 = 7.6
- They tell us information after 7 years, so t =7
- They tell us the ending balance, that is a after seven years. So when t=7, a = 11.81
- r is what we want to find out
11.81 = 7.6(1+r)7
- 11.81/7.6 = (1+r)7
- 7√11.81/7.6 = 1+r. You would definitely use a calculator for this part. It might be easier to put in (11.81/7.6)1/7=1+r
- r = (11.81/7.6)1/7-1 → r ≈ .065
We are not done though. The double life is asking for the amount of time to double the initial amount. We want to end up with 7.6*2 = 15.2
We now know r, but we want to know the time t.
15.2 = 7.6(1+.065)t
- 15.2/7.6 = (1.065)t
- 2 = 1.065t
- We want to solve for the exponent, so we need to take the log of both sides, and use the log power rule to bring down the exponent.
- log(2) = log(1.065t)
- log(2) = t*log(1.065)
- log(2)/log(1.065) = t Use a calculator for this again. t = 11.007
At around 11 years, the wage would double.
Just as a sanity check, calculate 7.6(1.065)11 where we plug in our answer 11. This should equal double of 7.6, if 11 truly is the double life.
You get 15.19, which is just about 15.2, double the initial wage.


Brenda D.
02/16/23
Peter R.
02/15/23