document.write( "Question 992498: Pure acid is to be added to a 10% acid solution to obtain 81 L of a 20% acid solutions. What amounts of each should be used?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #612191 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Pure acid is to be added to a 10% acid solution to obtain 81 L of a 20% acid solutions. \n" ); document.write( " What amounts of each should be used? \n" ); document.write( ": \n" ); document.write( "let a = amt of pure acid to be used \n" ); document.write( "then \n" ); document.write( "(81-a) = amt of 10% solution required \n" ); document.write( ": \n" ); document.write( "A typical mixture equation \n" ); document.write( "a + .10(81-a) = .20(81) \n" ); document.write( "a + 8.1 - .10a = 16.2 \n" ); document.write( "a - .1a = 16.2 - 8.1 \n" ); document.write( ".9a = 8.1 \n" ); document.write( "a = 8.1/.9 \n" ); document.write( "a = 9 liters of pure acid \n" ); document.write( "then \n" ); document.write( "81- 9 = 72 liters of 10% solution \n" ); document.write( " |