document.write( "Question 905663: a pharmacist wants to mix an ointment that is 6% zinc with and ointment that is 12% zinc oxide to make 30 grams of an ointment that that is 10% zinc oxide. How many grams of each ointment should the pharmacist mix together ? \n" ); document.write( "
Algebra.Com's Answer #549374 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=30, \n" ); document.write( "0.06*x+0.12*y=0.1*30 \n" ); document.write( "0.06*x+0.12*y=3 \n" ); document.write( "x=30-y \n" ); document.write( "0.06*(30-y)+0.12*y=3 \n" ); document.write( "1.8-0.06y+0.12*y=3 \n" ); document.write( "0.06*y=1.2 \n" ); document.write( "y=20 at 12% \n" ); document.write( "x=30-y \n" ); document.write( "x=10 at 6% \n" ); document.write( "check \n" ); document.write( "0.06*10+0.12*20=0.1*30 \n" ); document.write( "0.6+2.4=3 \n" ); document.write( "3=3 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |