document.write( "Question 1056046: (3 pts) Suppose y, the number of cases of a disease, is reduced by 12% per year.
\n" );
document.write( "(a) If there are initially 10,000 cases, express y as a function of t, the number of years elapsed.
\n" );
document.write( "y = (do not enter any commas in your formula)\r
\n" );
document.write( "\n" );
document.write( "(b) How many cases will there be 7 years from now?
\n" );
document.write( " cases.\r
\n" );
document.write( "\n" );
document.write( "(c) How long does it take to reduce the number of cases to 1000?
\n" );
document.write( " years
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #671353 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Q(t) = Q(0)e^(-kt) \n" ); document.write( "Q(t) = 10000e^(-.12t) \n" ); document.write( "Q(7) = 10000e^(-.12*7) \n" ); document.write( "|(c) How long does it take to reduce the number of cases to 1000? \n" ); document.write( "1000/10000 = e^(-.12*t) \n" ); document.write( "ln(.1) = -.12t \n" ); document.write( "ln(.10)/.12 = t\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |