document.write( "Question 941705: how many liters of a 8% solution of salt should be added to a 23% solution to obtain 645 liters of a 14% solution \n" ); document.write( "
Algebra.Com's Answer #574069 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how many liters of a 8% solution of salt should be added to a 23% solution to obtain 645 liters of a 14% solution \n" ); document.write( "*** \n" ); document.write( "let x=amt of 8% solution to be added \n" ); document.write( "645-x=amt of 23% solution to be used \n" ); document.write( ".. \n" ); document.write( "8%x+23%(645-x)=14%*645 \n" ); document.write( ".08x+148.35-.23x=90.3 \n" ); document.write( ".15x=50.05 \n" ); document.write( "x=387 \n" ); document.write( "liters of a 8% solution of salt to be added=387 \n" ); document.write( " |