Something that increases by a constant percentage over a time period is an exponential function. The standard form is:
A(t) = A0·(1 + rate)t
- A(t) = Number of infected people at time t (in days)
- A0 = initial value = 7
- rate = infection rate expressed as a decimal = 0.15
- t = days
A(t) = 7·(1 + 0.15)t = 7·(1.15)t
You are given A(t) = 1000 and asked to find t, the number of days needed to reach 1000.
1000 = 7·(1.15)t
1000/7 = 1.15t
To get the t out of the exponent, use logs. I'll use log base 10 which is written as just log. As the question states, round to the nearest whole day.
log(1000/7) = log(1.15t)
Use the log property log(ab) = b·log(a):
log(1000/7) = t·log(1.15)
log(1000/7)/log(1.15) = t
OK, we've used logs to solve for t. Now use the log (base 10) function on your calculator to get an answer, As the question states, round to the nearest whole day.