document.write( "Question 623507: a 75% salt solution is to be mixed with a 50% salt solution to get 12 liters of a 60% salt solution. how many liters of the 75% solution is needed. \n" ); document.write( "
Algebra.Com's Answer #392277 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a 75% salt solution is to be mixed with a 50% salt solution to get 12 liters of a 60% salt solution. how many liters of the 75% solution is needed. \n" ); document.write( "** \n" ); document.write( "let x=liters of 75% solution to be mixed \n" ); document.write( "12-x=liters of 50% solution to be mixed \n" ); document.write( ".. \n" ); document.write( "75%x+50%(12-x)=60%*12 \n" ); document.write( ".75x+6-.5x=7.2 \n" ); document.write( ".25x=1.2 \n" ); document.write( "x=4.8 \n" ); document.write( "12-x=7.2 \n" ); document.write( "liters of 75% solution to be mixed=4.8 \n" ); document.write( "liters of 50% solution to be mixed=7.2 \n" ); document.write( " \n" ); document.write( " |