A Petri dish is filled with 250 bacterial cultures. The number of bacteria in the dish triples every hour.

recursive formula: gn = 250 · 3n−1

explicit formula: gn = gn−1 · 3



a. Predict the number of bacterial cultures in the dish after 8 hours.



b. Does this sequence represent a function? Yes or No

c. Explain your reasoning.

1 answer

a. To predict the number of bacterial cultures in the dish after 8 hours, we can use the recursive formula.

Plugging in n = 8 into the recursive formula, we get:

g8 = 250 · 3^(8-1)
g8 = 250 · 3^7
g8 = 250 · 2187
g8 = 546,750

Therefore, there would be 546,750 bacterial cultures in the dish after 8 hours.

b. Yes, this sequence represents a function.

c. A function is a relation between a set of inputs and a set of outputs, where each input is associated with exactly one output. In this case, the input is the number of hours and the output is the number of bacterial cultures. The number of bacterial cultures in the dish after each hour can be uniquely determined based on the input (number of hours) using the recursive or explicit formula. Therefore, the sequence represents a function.