document.write( "Question 994765: If you wish to increase the percent of acid in 50 mL of a 15% acid solution in water to a 25% acid, how much pure acid must you add?\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #613783 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If you wish to increase the percent of acid in 50 mL of a 15% acid solution in water to a 25% acid, how much pure acid must you add? \n" ); document.write( ": \n" ); document.write( "let x = amt of pure acid required \n" ); document.write( ": \n" ); document.write( "A typical mixture equation based on the amt of acid in the water \n" ); document.write( ".15(50) + x = .25(x+50) \n" ); document.write( "7.5 + x = .25x + 12.5 \n" ); document.write( "x - .25x = 12.5 - 7.5 \n" ); document.write( ".75x = 5 \n" ); document.write( "x = 5/.75 \n" ); document.write( "x = 6 |