document.write( "Question 486546: My problem is as follows:
\n" );
document.write( "How much pure hydrocloric acid must be added to 40 milliliters of a 50% solution to obtain a 75% acid solution? \n" );
document.write( "
Algebra.Com's Answer #332565 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How much pure hydrocloric acid must be added to 40 milliliters of a 50% solution to obtain a 75% acid solution? \n" ); document.write( "*** \n" ); document.write( "let x= milliliters of pure hydrocloric acid to be added \n" ); document.write( "100%(x)+50%(40)=75%(x+40) \n" ); document.write( "x+20=.75x+30 \n" ); document.write( ".25x=10 \n" ); document.write( "x=10/.25=40 \n" ); document.write( "ans: \n" ); document.write( "40 milliliters of pure hydrocloric acid must be added to 40 milliliters of a 50% solution to obtain a 75% acid solution? \n" ); document.write( " |