document.write( "Question 474871: You have 100 mL of 10% acid,how many mL of 100% acid do you need to add to make the solution 20%?\r
\n" );
document.write( "\n" );
document.write( "i don't know where to start. \n" );
document.write( "
Algebra.Com's Answer #325662 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! You have 100 mL of 10% acid,how many mL of 100% acid do you need to add to make the solution 20%? \n" ); document.write( "** \n" ); document.write( "let x=ml of 100% acid to add \n" ); document.write( "10%(100)+100%x=20%(100+x) \n" ); document.write( "10+x=20+.2x \n" ); document.write( ".8x=10 \n" ); document.write( "x=10/.8=12.5 \n" ); document.write( "ans: \n" ); document.write( "amt of 100% acid to add=12.5 ml \n" ); document.write( " |