document.write( "Question 1196943: The remaining concentration of a drug in a person’s bloodstream is modeled by the relation C=C0(1/2)^t/8, where C is the remaining concentration of the drug in the bloodstream in milligrams per milliliter of blood, C0 is the initial concentration, and t is the time, in hours, that the drug is in the bloodstream.\r
\n" );
document.write( "\n" );
document.write( "What is the half-life of this drug?\r
\n" );
document.write( "\n" );
document.write( "A nurse gave a patient this drug, which was 20 mg/ml. What is the concentration of this drug in 3.5 hours? \n" );
document.write( "
Algebra.Com's Answer #829987 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i think your equation is C = C0 * (1/2) ^ (t/8) \n" ); document.write( "half life formula would be .5 = (1/2) ^ (t/8) \n" ); document.write( "take the log of both sides of this equation to get: \n" ); document.write( "log(.5) = log((1/2)^(t/8)) \n" ); document.write( "by log rules, this becomes: \n" ); document.write( "log(.5) = t/8 * log(1/2) \n" ); document.write( "solve for t/8 to get: \n" ); document.write( "t/8 = log(.5) / log(.5) = 1 \n" ); document.write( "solve for t to get: \n" ); document.write( "t = 8 \n" ); document.write( "half life of C is equal ti 8 hours. \n" ); document.write( "confirm by replacing t with 8 to get: \n" ); document.write( "C = (1/2) ^ (8/8) = (1/2) ^ 1 = (1/2) \n" ); document.write( "if the initial dose was 20, then the formula becomes: \n" ); document.write( "C = 20 * (1/2) ^ (3.5/8) = 14.76826146. \n" ); document.write( "that should be your solution. \n" ); document.write( "the equation can be graphed as shown below: \n" ); document.write( " ![]() \n" ); document.write( "from the graph you can see that the initial concentration is 20 at x = 0 and the half life is 10 at x = 8 and the amount remaining at x = 3.5 is 14.768. \n" ); document.write( "x is the number of hours. \n" ); document.write( "y is the amount of drug remaining in the system. \n" ); document.write( " \n" ); document.write( " |