document.write( "Question 327293: A certian population obeys the latural law of decay. at a certian time,the population is 40,000. three years later the population is 38000. approximately how long does it take the population to decline from 40,000 to 20,000? \n" ); document.write( "
Algebra.Com's Answer #234421 by stanbon(75887) ![]() You can put this solution on YOUR website! A certain population obeys the natural law of decay. at a certian time,the population is 40,000. three years later the population is 38000. approximately how long does it take the population to decline from 40,000 to 20,000? \n" ); document.write( "------------------- \n" ); document.write( "You have two points (0,40000) and (3,38000) \n" ); document.write( "---- \n" ); document.write( "Assuming the decay is exponential, use the \n" ); document.write( "model A(t) = ab^t \n" ); document.write( "----- \n" ); document.write( "Solve for a and b \n" ); document.write( "------ \n" ); document.write( "Using (0,40000), solve for \"a\": \n" ); document.write( "40,000 = ab^0 \n" ); document.write( "a = 40,000 \n" ); document.write( "---------------------- \n" ); document.write( "Now, A(t) = 40,000*b^t \n" ); document.write( "Using (3,38000), solve for \"b\": \n" ); document.write( "38000, = 40,000*b^3 \n" ); document.write( "19/20 = b^3 \n" ); document.write( "b = 0.983 \n" ); document.write( "=================== \n" ); document.write( "Equation: \n" ); document.write( "A(t) = 40000*0.983^t \n" ); document.write( "------------------------- \n" ); document.write( "When does the population decay to 20,000? \n" ); document.write( "20,000 = 40000*0.983^t \n" ); document.write( "0.983^t = 0.5 \n" ); document.write( "t = log(0.5)/log(0.983) \n" ); document.write( "t is approximately 40 \n" ); document.write( "Rounded up you would get 41 years \n" ); document.write( "========= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |