document.write( "Question 908171: How many liters of water must be added to 20 L of a 36% soap solution to make it a 12% soap solutio?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #550884 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! We have 20 liter of 36% soap \n" ); document.write( "We want to add some 0% soap (water) to make 12% soap \n" ); document.write( "0*x+0.36*20=0.12(20+x) \n" ); document.write( "0*x+7.2=2.4+0.12x \n" ); document.write( "0x-0.12x=2.4-7.2 \n" ); document.write( "-0.12x=-4.8 \n" ); document.write( "x=40 liter at 0% (0) is added to 20 liter at 36%(7.2) to make 12% of 60 liter(7.2) \n" ); document.write( "check \n" ); document.write( "0*40+0.36*20=0.12(20+40) \n" ); document.write( "0+7.2=0.12(60) \n" ); document.write( "7.2=7.2 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |