document.write( "Question 911396: A custodian is going to mix a 4% ammonia solution and a 12% ammonia solution to get 1 gallon (128 fluid ounces) of a 9% ammonia solution. How many fluid ounces of the 4% solution and the 12% solution should be used? \n" ); document.write( "
Algebra.Com's Answer #553076 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! We need a total of 128 oz. at 9% \n" ); document.write( "We want to know how many oz. at 4% to mix with 12% \n" ); document.write( "a+b=128, \n" ); document.write( "0.04*a+0.12*b=0.09*128 \n" ); document.write( "a=128-b \n" ); document.write( "0.04*(128-b)+0.12*b=11.52 \n" ); document.write( "5.12-0.04b+0.12*b=11.52 \n" ); document.write( "0.08*b=6.4 \n" ); document.write( "b=80 \n" ); document.write( "a=128-b \n" ); document.write( "a=48 oz. at 4% \n" ); document.write( "b=80 oz. at 12% \n" ); document.write( "check \n" ); document.write( "0.04*48+0.12*80=0.09*128 \n" ); document.write( "1.92+9.6=11.52 \n" ); document.write( "11.52=11.52 \n" ); document.write( "ok \n" ); document.write( "codemx1 \n" ); document.write( " \n" ); document.write( " |