document.write( "Question 172267: How many liters of a 20% salt solution must be added to 42 L of a 38% salt solution to get a 28% salt solution? \n" ); document.write( "
Algebra.Com's Answer #127253 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let x be the amount of 20% solution \n" ); document.write( ": \n" ); document.write( ".2x+.38(42)=.28(x+42) \n" ); document.write( ": \n" ); document.write( ".2x+15.96=.28x+11.76 \n" ); document.write( ": \n" ); document.write( ".08x=4.2 \n" ); document.write( ": \n" ); document.write( " |