asked 92.5k 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

asked
User Lamar
by
8.1k points

2 Answers

6 votes

Answer:

P = 25x + 20y

Explanation:

took the assignment :)

answered
User SigGP
by
8.9k points
0 votes
the answer is P=25x+20y
answered
User Fcurella
by
8.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.