document.write( "Question 780535: A tank holds 100 liters of a chemical solution. Currently, the solution has a strength of 60%. How much of this should be drained and replaced with 100% solution to get a final strength of 80%? \n" ); document.write( "
Algebra.Com's Answer #475650 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A tank holds 100 liters of a chemical solution. Currently, the solution has a strength of 60%. How much of this should be drained and replaced with 100% solution to get a final strength of 80%? \n" ); document.write( "*** \n" ); document.write( "let x=amount 60% solution should be drained and replaced with 100% solution. \n" ); document.write( ".. \n" ); document.write( "60%(100-x)+100%x=80%*100 \n" ); document.write( "60-0.6x+x=80 \n" ); document.write( "0.4x=20 \n" ); document.write( "x=50 \n" ); document.write( "amount of 60% solution should be drained and replaced =50 liters \n" ); document.write( " \n" ); document.write( " |