document.write( "Question 928153: how many liters of water must be added to 7 liters of a 20% acid solution to obtain 10% acid solution\r
\n" );
document.write( "\n" );
document.write( "show work \n" );
document.write( "
Algebra.Com's Answer #563527 by TimothyLamb(4379) You can put this solution on YOUR website! a 20% acid/water solution is the same as an 80% water/acid solution \n" ); document.write( "a 10% acid/water solution is the same as an 90% water/acid solution \n" ); document.write( "x = liters of water that must be added \n" ); document.write( "--- \n" ); document.write( "80*7 + 100x = 90(7 + x) \n" ); document.write( "560 + 100x = 630 + 90x \n" ); document.write( "10x = 70 \n" ); document.write( "x = 7 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = liters of water that must be added = 7 \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, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |