document.write( "Question 836503: Can you please help me with this system of linear equations problem\r
\n" );
document.write( "\n" );
document.write( "this needs to be solved by Elimination\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A chemist wants to make 75 liters of 16% acid solution. He is going to make it by mixing a 10% acid and a 25% acid solution. How many liters of each will he need?\r
\n" );
document.write( "\n" );
document.write( "if you could just write out your work in the best way to solve this (using elimination) i'd love that\r
\n" );
document.write( "\n" );
document.write( "thank you once again \n" );
document.write( "
Algebra.Com's Answer #504224 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Amanda wants to make 8 gal. of a 20% saline solution by mixing together a 56% saline solution and a 8% saline solution. How much of each solution must she use? \n" ); document.write( "================ \n" ); document.write( "e = amount of 8% \n" ); document.write( "f = amount of 56% \n" ); document.write( "--- \n" ); document.write( "e+ f = 8 (total solution) \n" ); document.write( "8e + 56f = 20*8 (total saline) \n" ); document.write( "--- \n" ); document.write( "e+ f = 8 \n" ); document.write( "e + 7f = 20 \n" ); document.write( "------------ Subtract \n" ); document.write( "-6f = -12 \n" ); document.write( "f = 2 \n" ); document.write( "e = 6 \n" ); document.write( " |