document.write( "Question 1034619: Hi, the pharmacist gives me a 1.5 liter bottle of 20% solution and asks me to mix with water to make as much 12% solution as possible. How much water will I use? \n" ); document.write( "
Algebra.Com's Answer #649264 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( " Hi, the pharmacist gives me a 1.5 liter bottle of 20% solution and asks me to mix with water to make as much 12% solution as possible.
\n" ); document.write( "How much water will I use?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the volume of water to add, in liters.\r\n" );
document.write( "\r\n" );
document.write( "Then the volume of the new solution is 1.5 + x liters.\r\n" );
document.write( "The original 1.5 liters of solution contains 1.5*0.2 liters of the pure substrate (remember, 0.2 = 20%).\r\n" );
document.write( "\r\n" );
document.write( "So, you have this equation to find x:\r\n" );
document.write( "\r\n" );
document.write( "\"%281.5%2A0.2%29%2F%281.5+%2B+x%29\" = 0.12,\r\n" );
document.write( "\r\n" );
document.write( "where 0.12 is the concentration of the new solution.\r\n" );
document.write( "\r\n" );
document.write( "To solve it, multiply both sides by (1.5+x), and you will get\r\n" );
document.write( "\r\n" );
document.write( "0.3x = 1.5*0.12 + 0.12x,\r\n" );
document.write( "\r\n" );
document.write( "0.3x - 0.12x = 0.18,\r\n" );
document.write( "\r\n" );
document.write( "0.18x = 0.18,\r\n" );
document.write( "\r\n" );
document.write( "x = 1.\r\n" );
document.write( "\r\n" );
document.write( "Answer.  1 liter of water should be added.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );