document.write( "Question 1189689: pure acid is to be added to a 10% acid solution to obtain a 24 L OK 40% acid solution. What amount should be used? \n" ); document.write( "
Algebra.Com's Answer #821129 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 a 24 L OK 40% acid solution. \n" ); document.write( " What amount should be used? \n" ); document.write( ": \n" ); document.write( "let a = amt of pure acid required to accomplish this \n" ); document.write( "The total amt is to be 24 L, therefore \n" ); document.write( "(24-a) = amt of 10% acid required \n" ); document.write( ": \n" ); document.write( "using the decimal equiv of per cent \n" ); document.write( "1a + .10(24-a) = .40(24) \n" ); document.write( "a + 2.4 - .10a = 9.6 \n" ); document.write( "a - .10a = 9.6 - 2.4 \n" ); document.write( ".9a = 7.2 \n" ); document.write( "a = 7.2/.9 \n" ); document.write( "a = 8 liters of pure acid required \n" ); document.write( " |