Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Get quick and reliable solutions to your questions from knowledgeable professionals on our comprehensive Q&A platform. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

A sporting goods manufacturer produces skateboards and in-line skates. 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. What is the maximum profit the company can make given these constraints?

$1100
$1100

$1200
$1200

$1360
$1360

$2200
$2200

Sagot :

The maximum profit the company can make given these constraints is; $1360

How to Solve Linear Programming Problems?

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