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

Respuesta :

the answer is P=25x+20y

Answer:

P = 25x + 20y

Step-by-step explanation:

took the assignment :)