Let's look at a practical use case where linear programming can be used to solve a real-world problem. Let's assume that we want to maximize the profits of a state-of-the-art factory that manufactures two different types of robots:
Advanced model (A): This provides full functionality. Manufacturing each unit of the advanced model results in a profit of $4,200.
Basic model (B): This only provides basic functionality. Manufacturing each unit of the basic model results in a profit of $2,800.
There are three different types of people needed to manufacture a robot. The exact number of days needed to manufacture a robot of each type are as follows:
Type of Robot | Technician | AI Specialist | Engineer |
Robot A: advanced model | 3 days | 4 days | 4 days |
Robot B: basic model | 2 days | 3 days | 3 days |
The...