document.write( "Question 256007: how much water must be added to 50 gallons of a 40% alcohol solution to reduce the concentration to 16% alcohol? \n" ); document.write( "
Algebra.Com's Answer #188164 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=amount of water that needs to be added \n" ); document.write( "Now we know that the amount of pure alcohol before the water is added(0.40*50) has to equal the amount of pure alcohol after the water is added(0.16(50+x)). So our equation to solve is: \n" ); document.write( "0.40*50=0.16(50+x) get rid of parens and simplify \n" ); document.write( "20=8+0.16x subtract 8 from each side \n" ); document.write( "20-8=8-8+0.16x or \n" ); document.write( "12=0.16x divide each side by 0.16 \n" ); document.write( "x=75 gal ---amount of water that needs to be added\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "0.40*50=0.16*(50+75) \n" ); document.write( "20=0.16*125 \n" ); document.write( "20=20\r \n" ); document.write( "\n" ); document.write( "Hope this helps----ptaylor \n" ); document.write( " |