document.write( "Question 644151: How many liters of a 70% alcohol must be added to 50 liters of a 40% alcohol solution to produce a 50% alcohol solution ? tanx so mmuch
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #404890 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! How many liters of a 70% alcohol must be added to 50 liters of a 40% alcohol solution to produce a 50% alcohol solution ? \n" ); document.write( ". \n" ); document.write( "Let x = amount (liters) of 70% added \n" ); document.write( "then \n" ); document.write( ".70x + .40(50) = .50(x+50) \n" ); document.write( ".70x + 20 = .50x+25 \n" ); document.write( ".20x + 20 = 25 \n" ); document.write( ".20x = 5 \n" ); document.write( "x = 5/.20 \n" ); document.write( "x = 25 liters \n" ); document.write( " \n" ); document.write( " |