asked 134k views
4 votes
At the moment a certain medicine is injected, its concentration in the bloodstream is 120 milligrams per liter. From that moment forward, the medicine's concentration drops by 30% percent each hour. Write a function that gives the medicine's concentration in milligrams per liter, C(t), t hours after the medicine was injected. If anyone responds, thank you <3

asked
User Bnahin
by
7.9k points

1 Answer

6 votes

Answer:
C(t) = 120(1-0.30)^t

Explanation:

Exponential equation for decay:
y= A(1-r)^t, where A = initial value, r= decay rate , t= time.

As per given, A = 120ml , r= 0.30


C(t) = 120(1-0.30)^t

Hence, the required function that gives the medicine's concentration in milligrams per liter, C(t), t hours after the medicine was injected.


C(t) = 120(1-0.30)^t

answered
User Issac Kelly
by
8.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.