document.write( "Question 311512: how much acid 90% pure must be added to 15 0z. of 60% acid to make a mixture which is 75% pure
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #222811 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! how much acid 90% pure must be added to 15 0z. of 60% acid to make a mixture which is 75% pure \n" ); document.write( ". \n" ); document.write( "Let x = amount of 90% acid added \n" ); document.write( "then \n" ); document.write( ".90x + .60(15) = .75(x+15) \n" ); document.write( ".90x + 9 = .75x+11.25 \n" ); document.write( ".15x + 9 = 11.25 \n" ); document.write( ".15x = 2.25 \n" ); document.write( "x = 15 Oz. \n" ); document.write( " |