document.write( "Question 936976: How many ounces of pure acid should be added to 35 oz of 40% acid to make 70% acid solution? \n" ); document.write( "
Algebra.Com's Answer #570432 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How many ounces of pure acid should be added to 35 oz of 40% acid to make 70% acid solution? \n" ); document.write( "*** \n" ); document.write( "let x=amount of pure acid to add \n" ); document.write( "40%*35+100%x=70%(35+x) \n" ); document.write( "14+x=24.5+.70x \n" ); document.write( ".30x=10.5 \n" ); document.write( "x=35 \n" ); document.write( "amount of pure acid to add=35 ounces \n" ); document.write( " |