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 #649265 by Theo(13342)![]() ![]() You can put this solution on YOUR website! you have 1.5 liters of a liquid that contains 20% solution. \n" ); document.write( "the amount of solution in the liquid is equal to .2 * 1.5 = .3 liters of solution. \n" ); document.write( "you want to add enough liquid to make a 12% solution. \n" ); document.write( "the new solution will have x liters of liquid.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your formula becomes .3/x = .12 \n" ); document.write( "this formula says that .3 liters of solution divided by x liters of liquid = a ratio of .12 which is equal to 12%. \n" ); document.write( "solve for x to get x = .3/.12 = 2.5 liters. \n" ); document.write( "your new 12% solution will be 2.5 liters. \n" ); document.write( "since the original 20% solution has 1.5 liters, you added 1 liter of liquid.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you could also have solved this as follows: \n" ); document.write( "you have 20% solution in 1.5 liters of liquid. \n" ); document.write( "the number of liters of solution is equal to .2 * 1.5 = .3 liters of solution. \n" ); document.write( "you want to add x liters of 0% solution to this to get a new solution that is 12% solution. \n" ); document.write( "this new solution will contain 1.5 + x liters of liquid. \n" ); document.write( "your formula becomes: \n" ); document.write( ".2 * 1.5 + .0 * x = .12 * (1.5 + x) \n" ); document.write( "simplify this equation to get .3 = .18 + .12 * x \n" ); document.write( "subtract .18 from both sides of this equation to get .12 = .12 * x \n" ); document.write( "divide both sides of this equation by .12 to get .12/.12 = x \n" ); document.write( "solve for x to get x = 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get the same answer either way. \n" ); document.write( "you add 1 liter of 0% solution to 1.5 liters of 20% solution to get 2.5 liters of 12% solution. \n" ); document.write( "in this problem, water is the 0% solution that you added.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |