What Price Maximizes Profit for Snax-Treat Sales at the Corner Store?

  • Thread starter Thread starter cscott
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The local corner store sells Snax-Treat at $3.29, with current weekly sales of 240 bags. A $0.25 price decrease is projected to boost sales by 60 bags weekly. The profit-maximizing price was calculated using the equation P(x) = (240 + 60x)[(3.29 - 2.00) - 0.25x], yielding a maximum at x = 0.58. Rounding suggests a price of $3.04, but the discussion emphasizes the importance of clearly defining variables and considering the implications of rounding. Ultimately, checking the effects of reducing the price by 14 or 15 cents could also reveal the optimal price point for maximizing profit.
cscott
Messages
778
Reaction score
1
The local corner store currently sells 240 bags weekly of Snax-Treat at a price of $3.29 each. Sales predictions indicate that each 25 cent decrease in price will increase sales by 60 bags weekly. If the store pays $2.00 for each bag, what prices will maximize profit?

--

P(x) = (240 + 60x)[(3.29 - 2.00) - 0.25x] = -15x^2 + 17.4x + 309.6

A maximum at 0.58. If I round up to 1 beacuse x \epsilon N then the price must be 3.04 to maximize profit?
 
Last edited:
Physics news on Phys.org
I don't think you have to assume that x is an integer.

But if you do, rounding is the right thing to do -- but the reason is nontrivial. Can you explain why? (p.s. I'm assuming you found the maximum correctly)
 
Now that you mention it, and after I re-read the question, it isn't that great of an assumption.
 
cscott said:
The local corner store currently sells 240 bags weekly of Snax-Treat at a price of $3.29 each. Sales predictions indicate that each 25 cent decrease in price will increase sales by 60 bags weekly. If the store pays $2.00 for each bag, what prices will maximize profit?

--

P(x) = (240 + 60x)[(3.29 - 2.00) - 0.25x] = -15x^2 + 17.4x + 309.6

A maximum at 0.58. If I round up to 1 beacuse x \epsilon N then the price must be 3.04 to maximize profit?

One thing I strongly recommend you do is write down explicitely what your variable represents! It was not immediately obvious to me from your equation what x represents nor why x should be an integer (especially if you get x= 0.58 for a maximum!).

I think, if I interpret your equation correctly, that x is the number of "60 bag" increases in sale per week and so also the number of "25 cent" reductions in price. If you got x=0.58 for this, then that means a reduction in price of 0.58(25)= 14.5 with an increase in sales of 0.58(60)= 34.8. You might want to check whether a reduction in price of 14 or 15 cents doesn't give the maximum.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top