document.write( "Question 1051302: At the beginning of an experiment, there are 400 grams of contaminants. Each hour, a fourth of the contaminants are filtered out. \r
\n" );
document.write( "\n" );
document.write( "A.Formulate a recursive sequence modeling the number of grams after n hours.
\n" );
document.write( "B.Use the model to calculate the amount of contaminants after the third hour of the experiment. \n" );
document.write( "
Algebra.Com's Answer #666829 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! At the beginning of an experiment, there are 400 grams of contaminants. Each hour, a fourth of the contaminants are filtered out. \n" ); document.write( "A.Formulate a recursive sequence modeling the number of grams after n hours. \n" ); document.write( "a(n) = 0.75*a(n-1) \n" ); document.write( "------------------------ \n" ); document.write( "B.Use the model to calculate the amount of contaminants after the third hour of the experiment. \n" ); document.write( "Ans: 400 ; (3/4)400 = 300 ; (3/4)300 = 900/4 ; (3/4)900/4 = 2700/16 = 168.75g's \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------------- \n" ); document.write( " |