Welcome to Westonci.ca, the Q&A platform where your questions are met with detailed answers from experienced experts. Explore thousands of questions and answers from a knowledgeable community of experts ready to help you find solutions. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

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