Given an animal’s population is 4,000,000 in 1989 2,520,000 in 1990 and 1,587,600 in 1991.
If this trend continues and the population falls below 200,000 it will be placed on the list of
endangered. Write a recursive function for this situation. In what year would it be placed on the list
of endangered species?
So far I’m having a problem on the recursive formula i have it as u(n-l)x(1-0.63) and U of 0 might be 4,000,000. That’s what I’ve gotten so far and you need a graphic calculator to help solve this.
If this trend continues and the population falls below 200,000 it will be placed on the list of
endangered. Write a recursive function for this situation. In what year would it be placed on the list
of endangered species?
So far I’m having a problem on the recursive formula i have it as u(n-l)x(1-0.63) and U of 0 might be 4,000,000. That’s what I’ve gotten so far and you need a graphic calculator to help solve this.
Last edited: