document.write( "Question 941631: A chemist needs to create a solution consisting of 70% hydrochloric acid (the other 30% is water). How much pure acid (100% acid solution) should be mixed with 11 mL of a solution with 40% acid in order to get a solution with 70% acid? \n" ); document.write( "
Algebra.Com's Answer #574023 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = ml of 100% acid \n" ); document.write( "--- \n" ); document.write( "0.04*11 + 1.00x = 0.70*(x + 11) \n" ); document.write( "0.04*11 + 1.00x = 0.70x + 0.70*11 \n" ); document.write( "x - 0.70x = 0.70*11 - 0.04*11 \n" ); document.write( "0.30x = 0.70*11 - 0.04*11 \n" ); document.write( "x = (0.70*11 - 0.04*11)/0.30 \n" ); document.write( "x = 24.2 \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |