asked 199k views
0 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.

asked
User Rina
by
8.1k points

1 Answer

2 votes

Answer:

C(t)= D-(30Dt/100)

Explanation:

C(t)= 120-(30*120*1h)/100 C(t)=84

C(t)= 120-(30*120*2h)/100 C(t)=48

C(t)= 120-(30*120*3h)/100 C(t)=12

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