166k views
4 votes
A function that can be used to model the cost of producing x t-shirts is c(x)= 10 + 7x, and the function that can be used to model the amount of money to be made from selling x t-shirts is m(x) = 20x.

Write a function p(x) to represent the total profit of selling x number of shirts.

User GStav
by
6.2k points

2 Answers

6 votes
profit=selling price-cost price
P(x)=m(x)-c(x)
P(x)=20x-(10+7x)
P(x)=20x-10-7x
P(x)=13x-10
User Hassan Abedi
by
6.3k points
2 votes
amount of money - cost = revenue
20x -(10+7x) = revenue
13x - 10 = p(x)
User Samanda
by
6.3k points