document.write( "Question 917386: how many liters of 5% acid should be combined with a 15-liter mixture that is 30% acid in order to obtain a mixture that is 10% acid? your answer may be a decimal number, however it must be exact. \n" ); document.write( "
Algebra.Com's Answer #556636 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! We have 15 liter of 30% solution \n" ); document.write( "We want to add some 5% solution to make 10% solution \n" ); document.write( "0.05*x+0.3*15=0.1(15+x) \n" ); document.write( "0.05*x+4.5=1.5+0.1x \n" ); document.write( "0.05x-0.1x=1.5-4.5 \n" ); document.write( "-0.05x=-3 \n" ); document.write( "x=60 liter at 5% (3) is added to 15 liter at 30%(4.5) to make 10% of 75 liter(7.5) \n" ); document.write( "check \n" ); document.write( "0.05*60+0.3*15=0.1(15+60) \n" ); document.write( "3+4.5=0.1(75) \n" ); document.write( "7.5=7.5 \n" ); document.write( "ok \n" ); document.write( "codemixadd \n" ); document.write( " \n" ); document.write( " |