document.write( "Question 185192: Set up a system of equations solve: How many liters of a 10% acid solution and a 20% acid solution must be added together to get 45 liters of an 18% acid solution? \n" ); document.write( "
Algebra.Com's Answer #138930 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.20x+.10(45-x)=45*.18
\n" ); document.write( ".20x+4.5-.10x=8.1
\n" ); document.write( ".10x=8.1-4.5
\n" ); document.write( ".10x=3.6
\n" ); document.write( "x=3.6/.1
\n" ); document.write( "x=36 liters of 20% acid is used.
\n" ); document.write( "45-36=9 liters of 19% acid is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".20*36+.1*9=45*.18
\n" ); document.write( "7.2+.9=8.1
\n" ); document.write( "8.1=8.1
\n" ); document.write( "
\n" );