92.4k views
1 vote
A printing company orders paper from two different suppliers. Supplier X charges $25 per case. Supplier Y charges $20 per case. The company needs to order at least 45 cases per day to meet demand and can order no more than 30 cases from Supplier X. The company needs no more than 2 times as many cases from Supplier Y as from Supplier X. Let x = the number of cases from Supplier X and y = the number of cases from Supplier Y.

Complete the constraints on the system.

y<=2x

x + y >= 45
x <=30


The printing company wants to minimize costs. What is the objective function?

P = 45x + 20y

P = 25x + 45y

P = 25x + 10y

P = 25x + 20y

User Lamar
by
6.3k points

2 Answers

6 votes

Answer:

P = 25x + 20y

Explanation:

took the assignment :)

User SigGP
by
6.8k points
0 votes
the answer is P=25x+20y
User Fcurella
by
6.4k points