document.write( "Question 1171978: The Electrocomp Corporation manufactures two electrical products: air conditioners and large fans. The assembly process for each is similar in that both require a certain amount of wiring and drilling. Each air conditioner takes 6 hours of wiring and 1 hours of drilling. Each fan must go through 2 hours of wiring and 1 hours of drilling. During the next production period, 240 hours of wiring time are available and up to 77 hours of drilling time may be used. Each air conditioner sold yields a profit of $20. Each fan assembles may be sold for a $15 profit. Formulate and solve this LP production mix situation to find the best combination of air conditioners and fans that yields the highest profit. Use the corner point graph approach \n" ); document.write( "
Algebra.Com's Answer #797387 by ikleyn(52800)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The Electrocomp Corporation manufactures two electrical products: air conditioners and large fans. \n" ); document.write( "The assembly process for each is similar in that both require a certain amount of wiring and drilling. \n" ); document.write( "Each air conditioner takes 6 hours of wiring and 1 hour of drilling. \n" ); document.write( "Each fan must go through 2 hours of wiring and 1 hour of drilling. \n" ); document.write( "During the next production period, 240 hours of wiring time are available and up to 77 hours of drilling time may be used. \n" ); document.write( "Each air conditioner sold yields a profit of $20. Each fan assembles may be sold for a $15 profit. \n" ); document.write( "Formulate and solve this LP production mix situation to find the best combination of air conditioners and fans \n" ); document.write( "that yields the highest profit. Use the corner point graph approach \n" ); document.write( "~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " The solution by @Theo contains several technical errors and one conceptual error, \r \n" ); document.write( "\n" ); document.write( " which leads to nonsensical answer in non-integer numbers \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " 21.5 air conditioners and 55.5 large fans.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Therefore, I came to bring a correct solution.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the number of air conditioners and let y be the number of fans.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the objective function to maximize is the profit \r\n" ); document.write( "\r\n" ); document.write( " P(x,y) = 20x + 15y dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The constraints are \r\n" ); document.write( "\r\n" ); document.write( " 6x + 2y <= 240 (hours of wiring)\r\n" ); document.write( "\r\n" ); document.write( " x + y <= 77 (hours of drilling)\r\n" ); document.write( "\r\n" ); document.write( " x >= 0, y >= 0.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The constraints form THIS feasibility domain in the first quadrant QI, shown in the Figure below:\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " But STOP for a minute (!)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This answer MAKES no SENSE, since we get the \"solution\" in non-integer numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Why we got an absurdist solution ? - Because we, actually, missed one important constraint at the setup step: \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " The final answer must be in integer numbers.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, this problem is not a simplest traditional Linear Programming problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It is, actually, an integer Linear Programming problem, which means that the solution should be found among integer numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Unfortunately, the naive simplest algorithm, which works and traditionally is used for LP-problems,\r \n" ); document.write( "\n" ); document.write( " DOES NOT work for integer LP-problems.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Which is even worst, I could not find in the Internet free of charge robust online solver for such integer LP-problems.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Nevertheless, there is the way to complete the solution even in these non-favorable circumstances.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The way is to trace all appropriate candidate integer points (x,y) in the coordinate plane; calculate the Profit function in all these points \n" ); document.write( "and select then the point with the maximum profit among them.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It can be done using Excel, as I describe it below.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "In Excel, I formed a spreadsheet (see below).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The first column lists integer x-coordinates from 1 to 40.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The next column lists integer values of y =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |