document.write( "Question 631280: You have 15 L of 24% acid solution. How much water should you add in order to dilute the solution so that it is 8% acid? \n" ); document.write( "
Algebra.Com's Answer #397503 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! You have 15 L of 24% acid solution. How much water should you add in order to dilute the solution so that it is 8% acid? \n" ); document.write( "** \n" ); document.write( "let x=amt of water to add \n" ); document.write( "24%*15+0%x=8%(15+x) \n" ); document.write( "3.6=1.2+.08x \n" ); document.write( ".08x=2.4 \n" ); document.write( "x=30 \n" ); document.write( "amt of water to add=30L \n" ); document.write( " |