Answer:
Model: y = 370 * (1.1)^t
Time for 600 cells: after about 5 hours
Explanation:
The function that models an exponencial growth is:
y = Po * (1 + r)^t
Where y is the final value, Po is the inicial value, r is the rate and t is the time.
In this case, we have that Po = 370 and r = 10% = 0.1, so our model is:
y = 370 * 1.1^t
To find the time when the number of cells will be 600, we just need to use y = 600 and then calculate for t:
600 = 370 * 1.1^t
1.1^t = 600/370
1.1^t = 1.6216
log(1.1^t) = log(1.6216)
t * log(1.1) = log(1.6216)
t * 0.0953 = 0.4834
t = 0.4834 / 0.0953 = 5.0724 hours