The number of bacteria in a Petri dish increases by 19% every hour. If there were initially 300 bacteria placed in the Petri dish, write a function that can be used to determine the number of bacteria in the Petri dish in exactly hours.

Respuesta :

x= # of hours
f(x)=1.19x+300