document.write( "Question 16433: A chemist has 2.5 liters of a solution which is 70% acid. How much water should be added to obtain a 50% acid solution? \n" ); document.write( "
Algebra.Com's Answer #8003 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
chemist has 2.5 liters of a solution which is 70% acid. How much water should be added to obtain a 50% acid solution?
\n" ); document.write( " qty.of solution = 2.5 l
\n" ); document.write( " % acid in solution = 70
\n" ); document.write( " hence qty.of acid in the solution = 2.5*70/100 = 1.75 l
\n" ); document.write( " required percentage = 50
\n" ); document.write( " let the water to be added = x l
\n" ); document.write( " total qty.of solution = (2.5+x) l
\n" ); document.write( " qty of acid = same as before = 1.75 l
\n" ); document.write( " % acid in the new solution = 1.75*100/(2.5+x) = 50 as given
\n" ); document.write( " 175= 50(2.5+x)
\n" ); document.write( " 2.5+x = 175/50 = 3.5
\n" ); document.write( " x= 3.5 - 2.5 = 1 litre
\n" ); document.write( "
\n" ); document.write( "
\n" );