The maximum profit the company can make given these constraints is; $1360
We are given that;
Its dealers demand at least 30 skateboards per day and 20 pairs of in-line skates per day. The factory can make at most 60 skateboards and 40 pairs of in-line skates per day. The total number of skateboards and pairs of in-line skates cannot exceed 90. The profit of each skateboard is $12 and the profit on each pair of in-line skates is $19
Thus, the inequalities are as follows;
Let x represent number of skateboards
Let y represent in-line skates
Thus;
x ≥ 30
y ≥ 20
x ≤ 60
y ≤ 40
x + y ≤ 90
y ≤ -x + 90
f(x, y) = 12x + 19y
At (30, 20), f(30, 20) = 12(30) + 19(20) = $740
At (30, 40), f(30, 40) = 12(30) + 19(40) = $1120
At (50, 40), f(50, 40) = 12(50) + 19(40) = $1360
At (60, 20), f(60, 20) = 12(60) + 19(20) = $1100
At (60, 30), f(60,30) = 12(60) + 19(30) = $1290
Thus, the maximum profit the company can make given these constraints is; $1360
Read more about Linear Programming at; https://brainly.com/question/14309521
#SPJ1