document.write( "Question 1072885: The total oil reserve at the Kranka oil field is 250 tonnes. The annual consumption is 20 tonnes which increases by 2% per annum. How long will it take for the oil to be used up? \n" ); document.write( "
Algebra.Com's Answer #694393 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! The initial consumption is 20 tonnes, which increases by 2% per year. To sum up the series, we have: \n" ); document.write( "250=20Σ(1.02)^n where n goes from 0 to ?. 250/20=12.5, so \n" ); document.write( "12.5=Σ(1.02)^n \n" ); document.write( "Plugging in different values for n, we find that n equals a little over 11 years before the oil reserve is used up. \n" ); document.write( " |