460,512 views
35 votes
35 votes
Scenario: I am interested in selling cookies in my online bakery store. But before that, I need to find out how much I should price it to maximize revenue. I surveyed 1500 people and found out that if I price it at $2.00 a cookie then 800 people would buy it. If I price it at a dollar more at $3.00. a cookie, then 600 people would buy it. On the other hand, if I price it at a dollar less at $1.00 a cookie, then 1000 people would buy it. Based on this information, I noticed that for every one dollar increase in price, 200 fewer people would buy it. 1. Solve the scenario problem above for the optimal item price that maximizesrevenue. Be sure to show all your work and reflect on your findings.

User Jacques Bosch
by
2.8k points

1 Answer

18 votes
18 votes

the Let number of people = y

Let price = x

Gradient = -200


\begin{gathered} -200\text{ = }\frac{y\text{ - 800}}{x\text{ - 2}} \\ y\text{ - 800 = -200(x - 2)} \\ y\text{ - 800 = -200x + 400} \\ y\text{ = -200x + 400 + 800} \\ y\text{ = -200x + 1200} \end{gathered}

Revenue = price X number of people


\begin{gathered} R(x)\text{ = x }*\text{ y} \\ R(x)\text{ = x(-200x + 1200)} \\ R(x)=-200x^2\text{ + 1200x} \\ R^(\prime)(x)\text{ = -400x + 1200} \\ To\text{ maximize , R(x) = 0} \\ -400x\text{ + 1200 = 0} \\ 400x\text{ = 1200} \\ x\text{ = }(1200)/(400) \\ \text{x = 3} \end{gathered}

Optimal item price = $3

User Redskull
by
3.4k points