document.write( "Question 902315: How many liters of a 85% acid solution must be added to 12 liters of a 25% acid solution to produce a 49% acid solution? \n" ); document.write( "
Algebra.Com's Answer #547228 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 0.85*x+0.25*12=0.49(12+x) \n" ); document.write( "0.85*x+3=5.88+0.49x \n" ); document.write( "0.85x-0.49x=5.88-3 \n" ); document.write( "0.36x=2.88 \n" ); document.write( "x=8 liters at 85% is added to 12 liters of 25% to get 20 liters at 49% \n" ); document.write( "check \n" ); document.write( "0.85*8+0.25*12=0.49(12+8) \n" ); document.write( "6.8+3=0.49(20) \n" ); document.write( "9.8=9.8 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |