document.write( "Question 613657: how many liters of a 5 percent solution of salt should be added to a 19 percent solution in order to obtain 560 liters of 8 percent solution.\r
\n" );
document.write( "\n" );
document.write( "please explain how to get answer \n" );
document.write( "
Algebra.Com's Answer #386125 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x = liters of 5%, and y = liters of 19%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 560 ___ 5x + 5y = 5 * 560\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(5%)x + (19%)y = (8%)560 ___ 5x + 19y = 8 * 560\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting equations (to eliminate x) ___ 14y = 3 * 560 ___ y = 3 * 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for y, then substitute back to find x \n" ); document.write( " |