document.write( "Question 351244: Suppose you are given a 3 milliliter injection of a medication. After 4 hours, 10% of it has been flushed from your body. Find a function which describes the amount of medication in your body as a function of time. \n" ); document.write( "
Algebra.Com's Answer #251043 by Alan3354(69443) You can put this solution on YOUR website! Suppose you are given a 3 milliliter injection of a medication. After 4 hours, 10% of it has been flushed from your body. Find a function which describes the amount of medication in your body as a function of time. \n" ); document.write( "------------- \n" ); document.write( "You didn't specify, so I'll assume it's an exponential decay. \n" ); document.write( "MR = meds remaining \n" ); document.write( "MI = initial meds \n" ); document.write( "MR = MI*0.9^t (t in hours) \n" ); document.write( " |