document.write( "Question 661483: there are 12 liters of 60% acid solution. How much must be drained and replaced with pure acid to get a final strength of 75%? \n" ); document.write( "
Algebra.Com's Answer #411694 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! there are 12 liters of 60% acid solution. How much must be drained and replaced with pure acid to get a final strength of 75%? \n" ); document.write( "** \n" ); document.write( "let x=amt of 60% acid solution to be drained and replaced with pure acid. \n" ); document.write( "12-x=amt of 60% acid solution remaining in container \n" ); document.write( ".. \n" ); document.write( "60%(12-x)+100%x=75%*12 \n" ); document.write( "7.2-.6x+x=9 \n" ); document.write( ".4x=1.8 \n" ); document.write( "x=4.5 \n" ); document.write( "amt of 60% acid solution to be drained and replaced with pure acid=4.5 liters \n" ); document.write( " |