document.write( "Question 32243: A chemist has two solutions of boric acid, one 11 percent boric acid and the other 19 percent boric acid. How much of each must he use to obtain 25 liters of a solution that is 17 percent of boric acid? \n" ); document.write( "
Algebra.Com's Answer #18766 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let amount of 11% solution be \"x\" \n" ); document.write( "Then amount of 19% solution is \"25-x\" liters \n" ); document.write( "Acid in 11% solution is 0.11x liters \n" ); document.write( "Acid in 19% solution is 0.19(25-x)= 4.75-0.1925x liters \n" ); document.write( "EQUATION: \n" ); document.write( "acid + acid = 0.17(25) liters \n" ); document.write( "0.11x+4.75-0.19x=4.25 liters \n" ); document.write( "Multiply through by 100 to get: \n" ); document.write( "11x+475-19x=425 \n" ); document.write( "-8x=-50 \n" ); document.write( "x=6.25 liters (amount of 11% solution) \n" ); document.write( "25-x=18.75 liters (amount of 19% solution) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |