document.write( "Question 321528: A mixture of 14% disinfectant solution is to be made from 10% and 20% disinfected solutions. How much of each solution should be used if 20 gallons of 14% solutions are needed? \n" ); document.write( "
Algebra.Com's Answer #230286 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A mixture of 14% disinfectant solution is to be made from 10% and 20% disinfected solutions. How much of each solution should be used if 20 gallons of 14% solutions are needed?\r \n" ); document.write( "\n" ); document.write( "10% solution be x gallons \n" ); document.write( "20% solution will be 20-x gallons \n" ); document.write( ".. \n" ); document.write( "Total 14% solution 20 gallons \n" ); document.write( ".. \n" ); document.write( "Concentration eauation \n" ); document.write( "0.1x+0.2(20-x)=20*0.14 \n" ); document.write( "0.1x+4-0.2x=2.8 \n" ); document.write( "-0.1x= -1.2 \n" ); document.write( "x= -1.2/ -0.1 \n" ); document.write( "x= 12 gallons of 10% solution \n" ); document.write( "Balance 8 gallons will be 20% solution \n" ); document.write( " |