document.write( "Question 66165: Mr. Samuel has a 10% solution of hydrochloric acid and a 50% solution of hydrochloric acid. How much of each type must be mixed to obtain 60 liters of a 25% solution of hydrochloric acid? \n" ); document.write( "
Algebra.Com's Answer #46909 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
.5x+.1(60-x)=60*.25
\n" ); document.write( ".5x+6-.1x=15
\n" ); document.write( ".4x=15-6
\n" ); document.write( ".4x=9
\n" ); document.write( "x=9/.4
\n" ); document.write( "x=22.5 liters of 50% & (60-22.5)=37.5 liters of 10% are needed
\n" ); document.write( "proof
\n" ); document.write( ".5*22.5+.1(60-22.5)=60*.25
\n" ); document.write( "11.25+.1(37.5)=15
\n" ); document.write( "11.25+3.75=15
\n" ); document.write( "15=15
\n" ); document.write( "
\n" );