document.write( "Question 195254: A 30% solution of barium chloride is mixed with 10 L of water to form a 20% solution. How many liters of original solution did we start with?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #146450 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A 30% solution of barium chloride is mixed with 10 L of water to form a 20% solution. How many liters of original solution did we start with? \n" ); document.write( ". \n" ); document.write( "Let x = amount 30% solution of barium (liters of original solution) \n" ); document.write( "then \n" ); document.write( ".30x = .20(10+x) \n" ); document.write( ".30x = 2 + .20x \n" ); document.write( ".10x = 2 \n" ); document.write( "x = 2/.10 \n" ); document.write( "x = 20 Liters \n" ); document.write( " |