Half life question in matlab

3 views (last 30 days)
Bob
Bob on 2 Feb 2015
Edited: Image Analyst on 2 Feb 2015
Question: Metronidazole (used to treat infections) has a half life of H = 7.9 hours. Use solve to calculate [5 pt] the amount of time it takes for 50mg to decay to 20mg. Note that the decay constant is −ln(2)/H.
Code: solve(x*(-log(2))/(log(50/20)));
Getting the wrong answer, not sure how to solve it correctly.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!