The trucks manufactured by the company are illustrations of linear programming
The optimal solution is (0,700)
Represent truck 1 with x and truck 2 with y.
The profit from each type 1 truck is $1000 while the profit from each type 2 truck is $1500
This means that, the objective function is:
z = 1000x + 1500y
At the painting shop, we have the following inequality
x/800 + y/700 [tex]\le[/tex] 1
At the assembly shop, we have the following inequality,
x/1500 + y/1200 [tex]\le[/tex] 1
So, the linear problem is:
Max z = 1000x + 1500y
Subject to
x/800 + y/700 [tex]\le[/tex] 1
x/1500 + y/1200 [tex]\le[/tex] 1
x, y [tex]\ge[/tex] 0
Next, plot the graphs of the constraints
From the graph, we have the following points:
(x,y) = (0,700), (800,0) and (-6666.7,6533.3)
x and y must be at least 0.
So, we have:
(x,y) = (0,700) and (800,0)
Substitute these values in the objective function
z = 1000 *0 + 1500 *700 = 1050000
z = 1000 *800 + 1500 *0 = 800000
1050000 is greater than 800000.
Hence, the optimal solution is (0,700)
Read more about linear programming at:
https://brainly.com/question/15356519