document.write( "Question 108189: how many liters of a 30% solution must be added to 25 liters of 15% solution to make a solution that is 25% salt? \n" ); document.write( "
Algebra.Com's Answer #79113 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let x be liters of 30% solution. \n" ); document.write( ".3x+(.15*25)=.25(x+25) \n" ); document.write( ".3x+3.75=.25x+6.25 \n" ); document.write( ".05x=2.5 add -.25x-3.75 to each side. \n" ); document.write( ".05x/.05=2.5/.05 \n" ); document.write( "x=50 liters \n" ); document.write( "Ed \n" ); document.write( " |