document.write( "Question 1109409: Household cleaners: as a cleaning agent a solution that had is 28% vinegar is often used. How much pure (100%) vinegar and 10% vinegar must be mixed to obtain a 100 oz of 28% solution \n" ); document.write( "
Algebra.Com's Answer #724393 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x ml of 100% \n" ); document.write( "100-x ml of 10% \n" ); document.write( "x*1+.1(100-x)=100*.28 \n" ); document.write( "x+10-.1x=28 \n" ); document.write( "0.9x=18 \n" ); document.write( "x=20 ml of pure ANSWER \n" ); document.write( "100-x=80 ml of 10% \n" ); document.write( "20+8=28 ml of pure total. \n" ); document.write( " |