document.write( "Question 856786: how many liters of 20% antifreeze solution and a 40% antifreeze solution must be mixed to make 10 liters of a 28% antifreeze solution? \n" ); document.write( "
Algebra.Com's Answer #516140 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how many liters of 20% antifreeze solution and a 40% antifreeze solution must be mixed to make 10 liters of a 28% antifreeze solution? \n" ); document.write( "*** \n" ); document.write( "let x=amt of 20% antifreeze solution to mix \n" ); document.write( "10-x=amt of 40% antifreeze solution to mix \n" ); document.write( ".. \n" ); document.write( "20%x+40%(10-x)=28%*10 \n" ); document.write( ".20x+4-.40x=2.8 \n" ); document.write( ".20x=1.2 \n" ); document.write( "x=6 \n" ); document.write( "10-x=4 \n" ); document.write( "amt of 20% antifreeze solution to mix=6 liters \n" ); document.write( "amt of 40% antifreeze solution to mix=4 liters \n" ); document.write( " |