A particular type of cell doubles in number every hour. Which function can be used to find the number of cells present at the end of h hours if there are initially 4 of these cells

The function that can be used to find the number of cells present at the end of h hours is exponential growth.

The function can be represented as:

f(h) = 4 * 2^h

Where f(h) represents the number of cells present at the end of h hours, and 2^h represents the doubling of the cells every hour.