Fenyang got 6 rabbits to raise on his farm. From the following month forward, the rabbit population
doubled every month.
Let g(n) be the number of rabbits in Fenyang's farm in the nth month since he got the rabbits.
g is a sequence. What kind of sequence is it?

a-arithmetic sequence
b-geometric sequence

Complete the recursive formula for g(n).

g(1)=_________
g(n)=g(n-1) _______
NEED HELP NOW!

Respuesta :

Answer:

g is a geometric sequence.

g(1) = 6

g(n) = g(n-1)*2

Step-by-step explanation:

A geometric sequence is one in which each next term is found by multiplying the previous term by a constant number.

In our case the rabbit population doubles each month, therefore we are multiplying the population of the previous month by 2 to get the population of the next month. Thus g(n) is a geometric sequence.

Answer:

B) Geometric Sequence

g(1) = 6

g(n) = g(n-1) . 2

Step-by-step explanation: