document.write( "Question 1026752: i hve 24% acetid acid and i need it to be 5%. how do i mix with water to get a 5% solution of acetic acid? \n" ); document.write( "
Algebra.Com's Answer #642053 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! i hve 24% acetid acid and i need it to be 5%. how do i mix with water to get a 5% solution of acetic acid? \n" ); document.write( "----------- \n" ); document.write( "t = amount of 24% \n" ); document.write( "w = amount of water \n" ); document.write( "---- \n" ); document.write( "24t + 0*w = (t + w)*5 \n" ); document.write( "24t = 5t + 5w \n" ); document.write( "w = 19*t/5 \n" ); document.write( " |