document.write( "Question 572612: A cake shop has cookies worth $9.00 per pound and cookies worth $15.00 per pound. How many pounds of each type of cookie should the manager mix together to make 120 pounds of cookies at $12.50 per Pound? \n" ); document.write( "
Algebra.Com's Answer #368458 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A cake shop has cookies worth $9.00 per pound and cookies worth $15.00 per pound. How many pounds of each type of cookie should the manager mix together to make 120 pounds of cookies at $12.50 per Pound? \n" ); document.write( "----- \n" ); document.write( "Quantity Eq: n + f = 120 lbs \n" ); document.write( "Value Eq:: 9n+15f = 12.5*120 \n" ); document.write( "------------------------------------ \n" ); document.write( "Multiply thru Quantity by 9 to get: \n" ); document.write( "9n + 9f = 9*120 \n" ); document.write( "9n +15f = 12.5*120 \n" ); document.write( "------ \n" ); document.write( "6f = 3.5*120 \n" ); document.write( "f = 20*3.5 \n" ); document.write( "f = 70 (# of lbs. of $15 cookies) \n" ); document.write( "Solve for \"n\": \n" ); document.write( "n + f = 120 \n" ); document.write( "n = 120-70 = 50 lb (# of lbs. of $9 cookies) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "San H. \n" ); document.write( " |