asked 190k views
4 votes
The sequence shows the population of ducks on an island after 1,2,3 and 4 years. 4,24,144,864 if the pattern continues which function could be used to find the population of ducks after n years

asked
User Dnolan
by
7.8k points

1 Answer

1 vote

Answer:

p(n) = 4·6^(n-1)

Explanation:

The sequence is a geometric sequence with first term 4 and common ratio ...

24/4 = 144/24 = 864/144 = 6

The general term of a geometric sequence with first term a1 and common ratio r is ...

an = a1·r^(n-1)

Filling in the values for this sequence, we have the general term ...

an = 4·6^(n-1)

Putting this in functional form, we have the population p as a function of year n ...

p(n) = 4·6^(n-1)

answered
User Caco
by
7.9k points

Related questions

2 answers
5 votes
147k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.