Ken has decided to raise rabbits but has been warned that the number of rabbits he will have will double every month. Ken started out with 30 rabbits, and the function

1 answer

R(n) = 30(2^n) can be used to represent the number of rabbits Ken will have after n months.

For example, after 1 month, Ken will have R(1) = 30(2^1) = 60 rabbits.

After 2 months, Ken will have R(2) = 30(2^2) = 120 rabbits.

After 3 months, Ken will have R(3) = 30(2^3) = 240 rabbits.

And so on.

This exponential growth pattern will continue each month, doubling the number of rabbits Ken has.