document.write( "Question 1171696: Paracetamol is a drug used to treat mild to moderate pain and to reduce fever. It has a half-life in the body of 3 hours. Under a Doctor's care, patient N is given a dose of a certain paracetamol. Patient N asks the doctor for another same dose of this paracetamol. The doctor agrees to allow patient N to take dose once there is only 6.25% of the original dose remaining in the body. How long will patient N have to wait, before taking another dose of this paracetamol? \n" ); document.write( "
Algebra.Com's Answer #796601 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
formula for half life is:
\n" ); document.write( "1/2 = (1 + r) ^ n
\n" ); document.write( "when n = 3, the formula becomes:
\n" ); document.write( "1/2 = (1 + r) ^ 3
\n" ); document.write( "solve for r to get:
\n" ); document.write( "r = (1/2) ^ (1/3) - 1 = -.206299474.
\n" ); document.write( "that's your growth rate per time period.
\n" ); document.write( "confirm by replacing r in the original equation to get:
\n" ); document.write( "1/2 = (1 + r) ^ 3 becomes:
\n" ); document.write( "1/2 = (1 - .206299474) ^ 3 = 1/2
\n" ); document.write( "this confirms the value of r is good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to find how long the patient has to wait for there to be only 6.25% of the original dose in his system, the the formula becomes.
\n" ); document.write( ".0625 = 1 * (1 - .206299474) ^ n
\n" ); document.write( "simplify to get:
\n" ); document.write( ".0625 = (1 - .206299474) ^ n
\n" ); document.write( "take the log of both sides of the equation to get:
\n" ); document.write( "log(.0625) = log((1-.206299474)^n)
\n" ); document.write( "since log(x^n) = n * log(x), this becomes:
\n" ); document.write( "log(.0625) = n * log(1 - .206299474)
\n" ); document.write( "solve for n to get:
\n" ); document.write( "n = log(.0625) / log(1 - .206299474) = 12.
\n" ); document.write( "confirm by replacing n in the original equation to get:
\n" ); document.write( ".0625 = (1 - .206299474) ^ n becomes:
\n" ); document.write( ".0625 = (1 - .206299474) ^ 12 = .0625
\n" ); document.write( "this confirms the value of n is good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is that the patient will have to wait 12 hours before taking another dose.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );