document.write( "Question 259714: write a system of two equations in two unknowns. Ziggy's famous yougurt blends regular yogurt that is 3% fat with its no fat yogurt to obtain low fat yogurt that is 1% fat. How may pounds of regular yogurt and how many pounds of no fat yogurt should be mixed to obtain 60 pounds of low fat yogurt? \n" ); document.write( "
Algebra.Com's Answer #191138 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! write a system of two equations in two unknowns. Ziggy's famous yougurt blends regular yogurt that is 3% fat with its no fat yogurt to obtain low fat yogurt that is 1% fat. How may pounds of regular yogurt and how many pounds of no fat yogurt should be mixed to obtain 60 pounds of low fat yogurt? \n" ); document.write( "--------------------- \n" ); document.write( "Equations: \n" ); document.write( "Quantity Eq.: x + y = 60 \n" ); document.write( "Fat Eq.....:0.03x+0*y = 0.01(60) \n" ); document.write( "===================================== \n" ); document.write( "Multiply thru the \"Fat\" equation by 100 to get: \n" ); document.write( "x + y = 60 \n" ); document.write( "3x = 60 \n" ); document.write( "=============== \n" ); document.write( "x = 20 lbs (amt. of 3% yogurt needed in the mixture) \n" ); document.write( "y = 60-20 = 40 lbs (amt. of 0% yogurt needed in the mixture) \n" ); document.write( "=============================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |