document.write( "Question 299103: How many liters of a 40% sulfuric acid solution should be mixed with 4 liters of a 24% sulfuric acid solution to produce a 30% solution? \n" ); document.write( "
Algebra.Com's Answer #215036 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " How many liters of a 40% sulfuric acid solution should be mixed with 4 liters of a 24% sulfuric acid solution to produce a 30% solution? \n" ); document.write( ". \n" ); document.write( "Let x = liters of 40% sulfuric acid added \n" ); document.write( "then \n" ); document.write( ".40x + .24(4) = .30(x+4) \n" ); document.write( ".40x + .96 = .30x+1.2 \n" ); document.write( ".10x + .96 = 1.2 \n" ); document.write( ".10x = .24 \n" ); document.write( "x = 2.4 liters \n" ); document.write( " \n" ); document.write( " |