In England one person out of 46 is said to die every year, and one out of 33 to be born.If there were no emigration, in how many years would the population double itself at this rate?
Details and assumptions:
Give your answer to the nearest integer.
.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
the answer should be 82 since it is slightly below double at year 81. and we use log for base e not 10. use lg. the solution: let the initial population be 'p'. let R(p) be a function of population that determines the ratio of population between years. hence R ( p ) = p + 3 3 p − 4 6 p = 1 5 1 8 1 5 3 1 p why is the function like this. first we are obviously having a increasing function R. note the new part( change in population): every 1/33 guy is born->+1/33, but, every 1/46 dies-> -1/46. but note that this is only the change, we also need to add it to the initial population at the start of the year. so: a y e a r − 1 : R ( p ) = 1 5 1 8 1 5 3 1 p y e a r − 2 : R ( y e a r − 1 ) = R ( 1 5 1 8 1 5 3 1 p ) = ( 1 5 1 8 1 5 3 1 ) 2 p ⋯ ⋯ ⋯ y e a r − n = R ( y e a r ( n − 1 ) ) = ( 1 5 1 8 1 5 3 1 ) n p we see that year as a function of time and population yields a geometric series. we just need ( 1 5 1 8 1 5 3 1 ) n p > 2 p n = l o g 1 5 1 8 1 5 3 1 ( 2 ) = l o g ( 1 5 3 1 ) − l o g ( 1 5 1 8 ) l o g ( 2 ) plug in values to get ⌈ n ⌉ = 8 2