document.write( "Question 830185: I have 100 gallons of 70% solution. I need to mix it with a 90% solution to obtain a 75% solution. How much 90% do I need? \n" ); document.write( "
Algebra.Com's Answer #500391 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! --- \n" ); document.write( "70*100 + 90x = 75(x + 100) \n" ); document.write( "7000 + 90x = 75x + 7500 \n" ); document.write( "15x = 500 \n" ); document.write( "x = 500/15 \n" ); document.write( "--- \n" ); document.write( "answer \n" ); document.write( "mix 33.333 gallons of 90% solution \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( "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( " |