doombanana
- 10
- 0
Homework Statement
The total amount of oil in a well is 24000 barrels. The present rate of consumption is 100 barrels per year. How long will the gas supply last if the present yearly rate of consumption increases by 1% per year?
Homework Equations
We can use the approximation (1+x)^i = 1+xi (1)
\sum i = \frac{n(n+1)}{2} (2)
and the quadratic formula
The Attempt at a Solution
Using (1), the amount of oil left at any given year is y=24000-100(1+.01t).
The sum of (2) should equal the total number of barrels (24000).
let n = 100+t where t is the final year
substituting n into (2) gives
\frac{(100+t)^2 + (100+t)}{2} = 24000
which gives
0= t^2-201t-37900
this gives a value of t= 119 years, but when I plug in my equation for y into Excel I get 142 years so I know I'm doing something wrong. Thank you for your help.