document.write( "Question 96032: A hospital staff member mixed 65% disinfectant solution with a 15% disinfectant solution. How many liters of each were used to make 50 liters of a 37% disinfectant solution? \n" ); document.write( "
Algebra.Com's Answer #69933 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x=liters of 65% soln. \n" ); document.write( "50-x= liters of 15% soln. \n" ); document.write( "liters * % = amount of disinfectant \n" ); document.write( ".65x+.15(50-x)=.37*50 \n" ); document.write( ".65x+7.5-.15x=18.5 \n" ); document.write( "subtract 7.5 from both sides. \n" ); document.write( ".5x=11 \n" ); document.write( "divide .5x into both sides \n" ); document.write( "x=22 liters of 65% soln. \n" ); document.write( "50-x=28 liters of 15% soln. \n" ); document.write( "Check: \n" ); document.write( "(22*.65)+(28*.15)=18.5 \n" ); document.write( "EdJones \n" ); document.write( " |