Michael M. answered 04/09/21
Math, Chem, Physics, Tutoring with Michael ("800" SAT math)
There's a couple of ways to do this. You can use a systems of equations.
Use the formula, P = a*bx, where P is the population of bacteria and x is the time in hours.
We have two unknowns, a and b.
To solve, we'll plug in points of the form (x, P)
One point is (2, 200) (after 2 hours, the population is 200)
Therefore, an equation is 200 = a* b2
The second point is (6, 800).
Therefore, a second equation is 800 = a * b6
We'll write out the equations again:
800 = a * b6
200 = a* b2
We can divide these two equations.
On the left hand side, when we divide the equations, we get 800/200 = 4
On the right hand side, when we divide the equations, we get a*b6 / (a*b2) = b4
Therefore, 4 = b4
Solve for b:
b = 4√4 or 41/4
Next, solve for a, by plugging in b into the second equation
200 = a * (41/4)2 = a * 41/2 = a * 2
Therefore, dividing both sides by 2, gives us that a = 100
Lastly, write out the equation with the known values of a and b. P = 100*(41/4)x
Or, P = 100 * 4x/4