document.write( "Question 970180: 1000 liters of a solution was available, but the solution was 65% alcohol. Jack needed a solution which was 50% alcohol. How many liters of alcohol had to be extracted so that the solution would be 50% alcohol? \n" ); document.write( "
Algebra.Com's Answer #592841 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! 1000 liters of a solution was available, but the solution was 65% alcohol. Jack needed a solution which was 50% alcohol. How many liters of alcohol had to be extracted so that the solution would be 50% alcohol? \n" ); document.write( "*** \n" ); document.write( "let x=amt of alcohol that had to be extracted \n" ); document.write( ".65(1000)-x)=.50(1000-x) \n" ); document.write( "650-x=500-.50x \n" ); document.write( ".50x=150 \n" ); document.write( "x=300 \n" ); document.write( "amt of alcohol had to be extracted=300 liters \n" ); document.write( " |