document.write( "Question 1111052: A pharmacist wishes to put 500 milligrams of a medicine into 3mg and 2mg capsules. He fills 220 capsules. How many capsules of each size does he fill? \n" ); document.write( "
| Algebra.Com's Answer #726047 by Alan3354(69443)     You can put this solution on YOUR website! A pharmacist wishes to put 500 milligrams of a medicine into 3mg and 2mg capsules. He fills 220 capsules. How many capsules of each size does he fill? \n" ); document.write( "--------------- \n" ); document.write( "t = # of 3 mg capsules \n" ); document.write( "3t + 2*(220-t) = 500 \n" ); document.write( " \n" ); document.write( " |