PDA

View Full Version : help plz: sequence problem


heavyarms
Dec9-04, 12:30 AM
how do you solve this question plz help!!! thx!!!

A current population is 2 000 000 and it increases 7% annualy. However each year a certain number of people die (this amount is constant for every year). How many people die each year if the population is to become 2 500 000 in 8 years?

plz list steps thx!!!

futb0l
Dec9-04, 04:09 AM
let a = 2 000 000 (the starting number)
r = 1.07 (the percentage, 100% + 7%)
n = 8 (because - you want to find out after 8 years)

using the Geometric Sequence formula...


t_n = ar^{n-1}


SHould be pretty simple.

BobG
Dec9-04, 05:48 AM
Almost. After you calculate the growth with no deaths (futbol's post), subtract 2,500,000. That tells you how many died over the 8 year period. It's a constant rate, so you need the average number of deaths per year.