document.write( "Question 899608: How many liters of pure antifreeze must be added to a 5 liters of a 10% antifreeze solution to obtain 20% antifreeze solution ? \n" ); document.write( "
Algebra.Com's Answer #545511 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 1*x+0.1*5=0.2(5+x) \n" ); document.write( "1*x+0.5=1+0.2x \n" ); document.write( "1x-0.2x=1-0.5 \n" ); document.write( "0.8x=0.5 \n" ); document.write( "x=0.625 \n" ); document.write( "check \n" ); document.write( "1*0.625+0.1*5=0.2(5+0.625) \n" ); document.write( "0.625+0.5=0.2(5.625) \n" ); document.write( "1.125=1.125 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |