Matthew H. answered 03/02/23
Physics Major with a Love of Math
The generic formula for exponential growth is y = y₀*b^x, where y₀ and b are the two unknowns. If we plug in our two unknown states, we get:
100 = y₀*b³
800 = y₀b⁶.
Dividing the bottom equation by the top gives us:
800/100 = (y₀b⁶)/(y₀b³)
8 = b³
b = 2
In other words, our colony population is multiplying by 2 every hour. After 7 hours, then, we simply have 1,600 bacteria.
If we need to find the whole equation, we can now just plug in b to either data point above. Choosing the first one gives 100 = y₀*2³ = y₀*8, or y₀ = 100/8. So in general, y = 12.5*2^x. Hope this helps!