The Mysterious Islands
Posted: August 28th, 2012, 9:15 am
I solved it algebraically, one year at a time. Let n_k be the number of people with life span of k years (measured as of 2012). Let a_k be the average life span of all people still alive after k years (measured from 2012).From the problem definition, we havea_0 = 1.6 (average life span of all people)a_1 = 3 (because in one year, the remaining people have life span of 2 years, add 1 year to reference it back to starting year)a_2 = 5a_3 = 7a_4 = 9Now we can solve for the n_k's in order:n_1 + a_1*(100-n_1) = 100*a_0 ---> n_1 = 70, so 30 people remain after 1 year.2*n_2 + a_2*(30-n_2) = 30*a_1 ---> n_2 = 20, so 10 people remain after 2 years.3*n_3 + a_3*(10-n_3) = 10*a_2 ---> n_3 = 5, so 5 people remain after 3 years.4*n_4 + a_4*(5-n_4) = 5*a_3 ---> n_4 = 2, so 3 people remain after 4 years.The 3 people remaining after 4 years have an average life span of 9 years (measured from starting year), so simplest solution is to just make them all the same life span of 9 years.