document.write( "Question 1078458: A tank holds 80 liters of chemical solution. Currently, the solution has a strength of 30% How much of this solution must be drained and replace with a 70% solution to get a strength of 40% \n" ); document.write( "
Algebra.Com's Answer #692910 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
amount drained and replaced=x
\n" ); document.write( "(80-x)0.30x+.70x=(80)*0.4
\n" ); document.write( "24-.3x+.70x=32
\n" ); document.write( ".4x+24=32
\n" ); document.write( ".4x=8
\n" ); document.write( "x=20 liters
\n" ); document.write( "Check
\n" ); document.write( "Start with 80*.30=24 liters of pure.
\n" ); document.write( "Want 80 liters of .40=32 liters of pure
\n" ); document.write( "For every 10 liters of 30% removed and replaced with 70%, 4 extra liters of pure are added.
\n" ); document.write( "Need 20 liters of 30% removed and replaced with 70%.
\n" ); document.write( "That will be 60 liters*.30=18 liters and 20 liters of 70% = 14 liters. Total 32 liters.
\n" ); document.write( "
\n" );