document.write( "Question 202248: a pharmacist wishes to mix solution that is 3% Minoxidil. She has on hand 70 ml of 2% solution and wishes to add some 5% solution to obtain the desired 3% solution. How much 5% solution should she add? \n" ); document.write( "
Algebra.Com's Answer #152496 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
The amount of Minoxidil in the 2% solution is 70 * .02.
\n" ); document.write( "The amount of Minoxidil in the 5% solution that you want to add to make a 3% solution is x * .05.
\n" ); document.write( "The amount of Minoxidil in the desired 3% solution is (x + 70) * .03.
\n" ); document.write( "The solution is measured in ml which I believe stands for milli-liters.
\n" ); document.write( "-----
\n" ); document.write( "Your equation should be:
\n" ); document.write( "(.70 * .02) + (x * .05) = (x + 70) * .03
\n" ); document.write( "solving this equation yields the following:
\n" ); document.write( "(.70 * .02) + (x * .05) = (x * .03) + (70 * .03)
\n" ); document.write( "subtract (.70 * .02) from both sides of the equation to get:
\n" ); document.write( "(x * .05) = (x * .03) + (70 * .03) - (70 * .02)
\n" ); document.write( "subtract (x * .03) from both sides of the equation to get:
\n" ); document.write( "(x * .05) - (x * .03) = (70 * .03) - (70 * .02)
\n" ); document.write( "remove the common factors from each side of the equation to get:
\n" ); document.write( "(x) * (.05 - .03) = (70) * (.03 - .02)
\n" ); document.write( "simplify to get:
\n" ); document.write( "(x) * (.02) = (70) * (.01)
\n" ); document.write( "divide both sides of the equation by (.02) to get:
\n" ); document.write( "x = (70 * .01) / (.02)
\n" ); document.write( "which becomes:
\n" ); document.write( "x = 35 ml
\n" ); document.write( "-----
\n" ); document.write( "your answer should be 35 ml of 5% solution are added to 70 milliliters of 2% solution to make 105 ml of 3% solution.
\n" ); document.write( "-----
\n" ); document.write( "to prove this answer is correct, substitute the answer in the equation to get:
\n" ); document.write( "(70 * .02) + (35 * .05) = (105 * .03)
\n" ); document.write( "this equates to:
\n" ); document.write( "1.4 + 1.75 = 3.15
\n" ); document.write( "which becomes:
\n" ); document.write( "3.15 = 3.15
\n" ); document.write( "which means the equation is true and the values are correct.
\n" ); document.write( "
\n" ); document.write( "
\n" );