Answer:
Step-by-step explanation:
If t is the number of days since Sofia took the medication of 10 mg, then the amount of medication in her system after t days will be .
So, the concentration of medicine in blood decreases by a factor of one half every day.
If we count the number of days from today and Lexi takes 10 mg of the same medicine four days later then the amount of medicine left on her body after t days will be . (Answer)
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.
It would be B! :) have a good day