document.write( "Question 1007472: how many liters of water must be added to 70 liters of an 85% alcohol solution to reduce it to 50% alcohol solution?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623392 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Here, let x be the amount of water we are adding. The set up looks like this \n" ); document.write( "70(.85) = (70+x)(.50) \n" ); document.write( "59.5 = 35 + .5x \n" ); document.write( "24.5 = .5x \n" ); document.write( "x = 49 liters \n" ); document.write( " |