.
The Whittier Company needs to produce 40 units of Product A tomorrow.
They can produce on either machine X or machine Y or both.
Each unit of Product A when pro cessed on machine X takes 30 minutes of time,
while a unit processed on machine Y takes 25 minutes.
It costs the company $2 per minute and $3 per minute respectively to operate machines X and Y.
Tomorrow, machine X has only 10 hours available to produce Product A,
while machine Y can be operated as long as desired.
Use the graphical method to deter mine how many hours to schedule on each machine to minimize production costs.
Draw the isocost lines corresponding to production costs of $2,500, $2,700, $3,000, and $3,500.
Which of the isocost lines result in a feasible but suboptimal solution:
Which line is both feasible and optimal? Which is not feasible?
~~~~~~~~~~~~~~~~~~~~~~~~
This problem can be easily solved MENTALLY in the head
using nothing except of common sense.
Since the cost producing one unit on machine X is $2 against $3 cost of producing on machine Y,
choose machine X to work as long as possible (10 hours).
During this time, 10 hours or 600 minutes, machine X will make 10/0.5 = 20 units of product A.
It will cost 2*600 = 1200 dollars.
Let machine Y makes the rest of the job and produces the rest 40-20 = 20 units of product A.
It will take 25*20 = 500 minutes and will cost 3*500 = 1500 dollars.
The total of 1200 + 1500 = 2700 dollars will be minimum cost to complete the job.
Solved from the very beginning to the very end, using common sense ONLY and without using any other technique.
The reasons in the post by @CPhill are INCORRECT
and lead to the incorrect solution and incorrect answer.