document.write( "Question 221852: A pharmacist is to prepare 15 liters of eye drops. eye drop solution must have a 4% active ingredient, but the pharmacist only has 10% solution and 2% solution in stock. How much of the 10% soulution should be used to fill the prescription? \n" ); document.write( "
Algebra.Com's Answer #166270 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A pharmacist is to prepare 15 liters of eye drops. eye drop solution must have a 4% active ingredient, but the pharmacist only has 10% solution and 2% solution in stock. How much of the 10% soulution should be used to fill the prescription? \n" ); document.write( "------------------------ \n" ); document.write( "Equation: \n" ); document.write( "active + active = active \n" ); document.write( "0.10x + 0.02(15-x) = 0.04*15 \n" ); document.write( "Multiply thru by 100 to get: \n" ); document.write( "10x + 2*15 - 2x = 4*15 \n" ); document.write( "10x = 2*15 \n" ); document.write( "x = 3 liters (amount of 10% solution needed in the mixture) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |