document.write( "Question 970404: How many milliliters of a 25% hydrogen peroxide solution and how many milliliters of a 9% hydrogen peroxide solution should be mixed to get 176 mL of a 18% hydrogen peroxide solution? \n" ); document.write( "
Algebra.Com's Answer #593038 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How many milliliters of a 25% hydrogen peroxide solution and how many milliliters of a 9% hydrogen peroxide solution should be mixed to get 176 mL of a 18% hydrogen peroxide solution? \n" ); document.write( "*** \n" ); document.write( "let x=amt of 25% solution to mix \n" ); document.write( "176-x=amt of 9% solution to mix \n" ); document.write( ".. \n" ); document.write( "25%x+9%(176-x)=18%*176 \n" ); document.write( ".25x+15.84-.09x=31.68 \n" ); document.write( ".16x=15.84 \n" ); document.write( "x=99 \n" ); document.write( "176-x=77 \n" ); document.write( "amt of 25% solution to mix=99 mm \n" ); document.write( "amt of 9% solution to mix=77 mm \n" ); document.write( " \n" ); document.write( " |