document.write( "Question 571490: How much pure alcohol must I add to 1 litter of 15% alcohol to produce a 35% alcohol solution? \n" ); document.write( "
Algebra.Com's Answer #368084 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How much pure alcohol must I add to 1 litter of 15% alcohol to produce a 35% alcohol solution? \n" ); document.write( "** \n" ); document.write( "let x= liters of pure alcohol to be added \n" ); document.write( "15%*1+100%*x=35%(x+1) \n" ); document.write( ".15+x=.35x+.35 \n" ); document.write( ".65x=.20 \n" ); document.write( "x=20/65=4/13 \n" ); document.write( "ans: \n" ); document.write( "liters of pure alcohol to be added=4/13 \n" ); document.write( " |