
James E. answered 10/02/15
Tutor
5
(14)
Hello! I can help =)
Also, if you want to find out how many minutes you will work after x weeks, you can do the calculation
15*1.40^x.
This is because the amount of minutes worked after
1 week = 15*1.40 = 15*1.40^1
2 weeks = 15*1.40*1.40 = 15*1.40^2
3 weeks = 15*1.40*1.40*1.40 = 15*1.40^3
4 weeks = 15*1.40*1.40*1.40*1.40 = 15*1.40^4
...and so on
If you want to solve for your problem for any number of weeks, say how many weeks until you have worked t amount of time, then the equation becomes
t = 15*1.40^x
To solve this for t, first divide both sides by 15:
t/15 = 1.40^x
Taking the log of both sides:
log (t/15) = log (1.40^x)
using a log rule
log (t/15) = x* log (1.40)
divide both sides by log(1.40)
log(t/15) / log (1.40) = x = the amount of weeks it will be when you are working t minutes.