document.write( "Question 470909: How many liters of 50% acid must be mixed with 20% acid to get 10 liters of a 30% mixture? \n" ); document.write( "
Algebra.Com's Answer #322994 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "get 10 liters
\n" ); document.write( "Let x and (10L-x) represent the amounts of the 50% and 20% solutions respectively
\n" ); document.write( "Mixing
\n" ); document.write( " .5x + .2(10L-x) = .30*10L
\n" ); document.write( " .3x = .28*10L
\n" ); document.write( " x = 9 1/3L of 50% and 2/3L of the 20% need to be mixed
\n" ); document.write( " \n" ); document.write( "
\n" );