document.write( "Question 1053660: One container holds 10 L of a 25% alcohol solution. How much water should be added to dilute the solution to only 15%? \n" ); document.write( "
Algebra.Com's Answer #668857 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
0.25(10)+0x = 0.15(10+x)
\n" ); document.write( "2.5+0x =1.5+0.15x
\n" ); document.write( "1 = 0.15x
\n" ); document.write( "1/0.15 = x
\n" ); document.write( "x = 6.666... L
\n" ); document.write( "
\n" );