38.3k views
1 vote
The national coffee store Farbucks needs to decide in August how many holiday insulated coffee mugs to order. Because the mugs are dated, those that are unsold by January 15 are considered a loss. These premium mugs sell for $23.95, and cost $6.75 each. Farbucks is uncertain of the demand. They believe that there is a 25% chance they will sell 10,000 mugs, a 50% chance they will sell 15,000, and a 25% chance they will sell 20,000. Build a decision tree to determine whether they should order 12,000, 15,000, or 18,000 mugs. Be sure that your model does not allow Farbucks to sell more mugs than it ordered: If demand is less than the order quantity, then the amount sold is the demand; otherwise, the amount sold is the order quantity.

User Lochemage
by
4.0k points

2 Answers

3 votes

Final answer:

To determine the number of holiday-insulated coffee mugs Starbucks should order, we can build a decision tree and calculate the expected payoffs for each order quantity.

Step-by-step explanation:

To build a decision tree to determine the number of holiday-insulated coffee mugs that Starbucks should order, we can calculate the expected payoffs for each order quantity. Let's consider the three options: 12,000, 15,000, and 18,000 mugs.

For 12,000 mugs, the expected payoff is: (0.25 × (10000 × (23.95 - 6.75) + 12000 × (6.75 - 6.75))) + (0.5×(15000 ×(23.95 - 6.75) + 12000 × (6.75 - 6.75))) + (0.25 × (20000 * (23.95 - 6.75) + 12000 × (6.75 - 6.75))).

Similarly, we can calculate the expected payoffs for 15,000 and 18,000 mugs as well. After calculating the expected payoffs for each order quantity, Farbucks can choose the option with the highest expected payoff to determine how many mugs to order.

User Rebecca Close
by
4.4k points
6 votes

Answer:

They should order 15,000 coffee mugs to maximize expected profit.

Step-by-step explanation:

We have 3 scenarios, for which we will calculated the expected profit, according to the proabilities described.

If demand is less than the order quantity, then the amount sold is the demand; otherwise, the amount sold is the order quantity. This is showed in the calculation of the expected units sold.

Scenario 1: 12,000 units ordered

The cost is:


C=12,000*6.75=81,000

The expected sales are:


Q_S=0.25*10,000+0.50*12,000+0.25*12,000\\\\Q_S=2,500+6,000+3,000\\\\Q_S=11,500\\\\\\S=Q_S*P=11,500*23.95=275,425

Then, the profit becomes


R=S-C=275,425-81,000=194,425

Scenario 2: 15,000 units ordered

The cost is:


C=15,000*6.75=101,250

The expected sales are:


Q_S=0.25*10,000+0.50*15,000+0.25*15,000\\\\Q_S=2,500+7.500+3,750\\\\Q_S=13,750\\\\\\S=Q_S*P=13,750*23.95=329,312

Then, the profit becomes


R=S-C=329,312-101,250=228,062

Scenario 3: 18,000 units ordered

The cost is:


C=18,000*6.75=121,500

The expected sales are:


Q_S=0.25*10,000+0.50*15,000+0.25*18,000\\\\Q_S=2,500+7,500+4,500\\\\Q_S=14,500\\\\\\S=Q_S*P=14,500*23.95=347,275

Then, the profit becomes


R=S-C=347,275-121,500=225,775

Units ordered Profit

12,000 $194,425

15,000 $228,062

18,000 $225,775

The decision tree is attached.

The calculations are the same as done here in the explanation.

The national coffee store Farbucks needs to decide in August how many holiday insulated-example-1
User Syntagma
by
4.3k points