Asked by asdasd
a company charges 200php for each leather bag on orders of 150 or less. The cost of each bag is reduced by 1 dollars for each order in excess of 150. Create a model for the revenue of the company from selling the bags and determine its maximum value.
Answers
Answered by
oobleck
revenue = quantity*price. So, for x orders,
r(x) = 200x for x <= 150
r(x) = (200-(x-150))*x for x > 150
r(x) = 200x for x <= 150
r(x) = (200-(x-150))*x for x > 150
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.