SOLUTION: At the beginning of an experiment, there are 400 grams of contaminants. Each hour, a fourth of the contaminants are filtered out.
A.Formulate a recursive sequence modeling the
Algebra.Com
Question 1051302: At the beginning of an experiment, there are 400 grams of contaminants. Each hour, a fourth of the contaminants are filtered out.
A.Formulate a recursive sequence modeling the number of grams after n hours.
B.Use the model to calculate the amount of contaminants after the third hour of the experiment.
Answer by stanbon(75887) (Show Source): 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.
A.Formulate a recursive sequence modeling the number of grams after n hours.
a(n) = 0.75*a(n-1)
------------------------
B.Use the model to calculate the amount of contaminants after the third hour of the experiment.
Ans: 400 ; (3/4)400 = 300 ; (3/4)300 = 900/4 ; (3/4)900/4 = 2700/16 = 168.75g's
-------------------
Cheers,
Stan H.
----------------------
RELATED QUESTIONS
At the beginning of an experiment, there are 400 grams of contaminants. Each hour, a... (answered by CubeyThePenguin)
At the beginning of an experiment, there are 600 grams of contaminants. Each hour, half... (answered by josgarithmetic)
Here is a doozy, my group and I have been trying to figure this one out for awhile.... (answered by acerX)
At the beginning of an experiment, a scientist has 324 grams of radioactive goo. After... (answered by josgarithmetic,ikleyn)
One of the main contaminants of a nuclear accident, such as that at Chernobyl, is... (answered by rothauserc)
At the beginning of an experiment, a culture contains 1000 bacteria . Five hours later,... (answered by nerdybill)
At the beginning of an experiment, a scientist has 256 grams of radioactive goo. After... (answered by josgarithmetic,rothauserc)
At the beginning of an experiment, a scientist has 140 grams of radioactive goo. After 60 (answered by ikleyn)
At the beginning of an experiment, a scientist has 244 grams of radioactive goo. After... (answered by stanbon)