document.write( "Question 315802: How many liters of a 30% acid solution should be mixed with 5 liters of a 21% acid solution to produce a 27% solution? \n" ); document.write( "
Algebra.Com's Answer #225936 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.30x+.21*5=.27(x+5)
\n" ); document.write( ".30x+1.05-.27x+1.35
\n" ); document.write( ".03x=1.35-1.05
\n" ); document.write( ".03x=.30
\n" ); document.write( "x=.30/.03
\n" ); document.write( "x=10 liters of 30% solution is used.
\n" ); document.write( "Proof:
\n" ); document.write( ".30*10+.21*5=.27(10+5)
\n" ); document.write( "3+1.05=.27*15
\n" ); document.write( "4.05=4.05
\n" ); document.write( "
\n" ); document.write( "
\n" );