document.write( "Question 1166148: a chicken farmer can buy a special food mix A at 20c per kg and special food mix B at 40c per kg each kg of mix A contains 3000 units of nutrient N1 and 1000 units nutrient of N2 each kg of mix B contains 4000 units of nutrient N1 and 4000 units of nutrients N2 if the minimum daily requirements for the chickens collectively are are 36000 units of nutrient N1 and 20000 units of nutrient N2 how many pounds of each food mix should be used each day to minimize daily food costs while meeting (or exceeding) the minimum daily requirements? what is the minimum daily cost? \n" ); document.write( "
Algebra.Com's Answer #790666 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! .\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " I will present you another approach.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "From the condition, you have this system of 2 equations in 2 unknowns\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 3000A + 4000B = 36000 (1) (nutrient A)\r\n" ); document.write( "\r\n" ); document.write( " 1000A + 4000B = 20000 (2) (nutrient B)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "To solve the system, subtract equation (2) from equation (1). You will get\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 2000A = 36000 - 20000 = 16000\r\n" ); document.write( "\r\n" ); document.write( " A = 16000/2000 = 8.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then from equation (2),\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 1000*8 + 4000B = 20000\r\n" ); document.write( "\r\n" ); document.write( " 4000B = 20000 - 1000*8 = 12000\r\n" ); document.write( "\r\n" ); document.write( " B = 12000/4000 = 3.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "ANSWER. A = 8, B = 3 satisfies to BOTH requirements to provide the necessary minimum nutrients and to minimize cost.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " The minimum cost is thus 20 c/kilo * 8 kilograms + 40 c/kilo * 3 kilograms = 160 c + 120 c = 280 c = $2.80.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In the problem, the question is about \"how many pounds\", but I think that it is a mistake/typo, \n" ); document.write( "and in reasonably posed problem the question must ask about kilograms.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |