document.write( "Question 721931: A chemist has 40 ounces of a solution of iodine and alcohol that is 15% iodine. How much pure iodine must be added to make a solution that is 20% iodine?\r
\n" );
document.write( "\n" );
document.write( "Thank you.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #442557 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A chemist has 40 ounces of a solution of iodine and alcohol that is 15% iodine. How much pure iodine must be added to make a solution that is 20% iodine? \n" ); document.write( "*** \n" ); document.write( "let x=pure iodine to be added \n" ); document.write( "15%*40+100%x=20%(40+x) \n" ); document.write( "6+x=8+.2x \n" ); document.write( ".8x=2 \n" ); document.write( "x=2.5 \n" ); document.write( "pure iodine to be added=2.5 oz \n" ); document.write( " |