document.write( "Question 700975: you have 100mL of distilled water and you need to add 20% chlorhexidine solution so that you have a 100mL solution of 0.05% of chlorhexidine.
\n" );
document.write( "How much chlorhexidine should you add? \n" );
document.write( "
Algebra.Com's Answer #432212 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! you have 100mL of distilled water and you need to add 20% chlorhexidine solution so that you have a 100mL solution of 0.05% of chlorhexidine. \n" ); document.write( ": \n" ); document.write( "Let x = amt of chloro-something required \n" ); document.write( ": \n" ); document.write( ".20x = .05(x+100) \n" ); document.write( ".20x = .05x + 5 \n" ); document.write( ".20x - .05x = 5 \n" ); document.write( ".15x = 5 \n" ); document.write( "x = 5/.15 \n" ); document.write( "x = 33 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( ".20(33.33) = .05(133.33) \n" ); document.write( " |