document.write( "Question 768490: Hello. I work for a veterinarian that likes to mix solutions using injectable medications. He likes to make diluted solutions as he uses very small doses. I will give an example as I understand what he wants but cannot fully understand the mathematics behind making the solution.
\n" );
document.write( "I have a medication X that is concentrated at 25mg/ml.
\n" );
document.write( "I want to make up a solution to dilute this to 0.05mg/ml with a target volume of 4ml.
\n" );
document.write( "How much of medication X needs to be mixed with how much sterile saline (which will just dilute it, that's all) to make the total of 4ml.
\n" );
document.write( "It is the math to figure out how much of medication X that I need. Also, I cannot figure out if the target volume has any effect on the calculations.
\n" );
document.write( "Please help! I want to understand this!
\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #468309 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I have a medication X that is concentrated at 25mg/ml. \n" ); document.write( "I want to make up a solution to dilute this to 0.05mg/ml with a target volume of 4ml. \n" ); document.write( "How much of medication X needs to be mixed with how much sterile saline (which will just dilute it, that's all) to make the total of 4ml. \n" ); document.write( "It is the math to figure out how much of medication X that I need. Also, I cannot figure out if the target volume has any effect on the calculations. \n" ); document.write( "========================= \n" ); document.write( "I have a medication X that is concentrated at 25mg/ml. \n" ); document.write( "I want to make up a solution to dilute this to 0.05mg/ml with a target volume of 4ml. \n" ); document.write( "How much of medication X needs to be mixed with how much sterile saline (which will just dilute it, that's all) to make the total of 4ml. \n" ); document.write( "t = amount of 25 mg/ml \n" ); document.write( "s = amount of saline \n" ); document.write( "--- \n" ); document.write( "t + s = 4 (total solution) \n" ); document.write( "25t + 0*s = 0.05*(t+s) (total medication) \n" ); document.write( "--- \n" ); document.write( "t + s = 4 --> s = 4-t \n" ); document.write( "25t + 0*s = 0.05*(t+s) \n" ); document.write( "Sub for s \n" ); document.write( "25t = 0.05*(t + 4-t) \n" ); document.write( "25t = 0.05*4 = 0.2 \n" ); document.write( "t = 0.2/25 \n" ); document.write( "t = 0.008 ml of the 25 mg/ml \n" ); document.write( "---------------- \n" ); document.write( "That's how mixing 2 solutions is done. \n" ); document.write( "Straight dilution is simpler. Diluting from 25 to 0.05 is 1/500. \n" ); document.write( "For 4 ml of 0.05 you need 4/500 ml of the original = 0.008 ml \n" ); document.write( "---------------------- \n" ); document.write( "That's not much, might be hard to measure. \n" ); document.write( "It takes very little because it's being diluted to 1/500 of its concentration. \n" ); document.write( " \n" ); document.write( " |