
William W. answered 01/04/22
Math and science made easy - learn from a retired engineer
I answered a previous question you had related to this.
If you build a table in Excel like this, you can easily determine the answer to your question:
(All in Row 1:)
Column A: "Current # of Rooms"
Column B: "Added Rooms"
Column C: "Reference: Total Number of Rooms After Addition"
Column D: "Cost - Added Room Cost"
Column E: "Cost - Additional Capital Investment"
Column F: "Total Cost"
Column G: "Per Year Cost (1/10th Total Cost)"
Column H: "Contribution Probability - Low"
Column I: "Contribution Probability - Medium"
Column J: "Contribution Probability - High"
Column K: "Estimated Contribution - Low"
Column L: "Estimated Contribution - Medium"
Column M: "Estimated Contribution - High"
Column O: "Estimated Surplus"
Row 2 would represent the case where 100 beds were added
Row 3 would represent the case where 200 beds were added
Row 4 would represent the case where 300 beds were added
So cell A-2, A-3, and A-4 are all 100 (the number of existing beds)
And cell B-2, B-3, and B-4 are 100, 200, and 300 respectively (the number of added beds)
Column C adds column A and B so cell C-2 is "=A2+B2" or 200, etc
Column D multiplies $80,000 and the number of added beds so cell D-2 is "B2*80000" or $8,000,000
Column E contains the $3,000,000 of additional cost so E-2, E-3, and E-4 are all 3000000
Column F adds column D and E together so cell F-2 is "=D2+E2" or 11,000,000, etc
Column G divides column F by 10 so cell G-2 is "=F2/10", etc
Columns H, I, and J contain the probabilities:
0.25 0.75
0.20 0.65 0.15
0.20 0.65 0.15
Columns K, L, and M contain the estimated contributions:
$1,300,000 $1,400,000
$1,000,000 $2,300,000 $2,500,000
$700,000 $2,800,000 $3,000,000
Column N multiplies and sums the probabilities and their respective contributions so cell N-2 is:
"=H2*K2+I2*L2+J2*M2", etc yielding for cell N-2 an expected value of $1,375,000, etc
Column O subtracts the cost from the expected contribution so cell O-2 is:
"=N2-G2" or yielding an expected surplus value for the case where 100 beds are added of $275,000. etc.
The answer to this question would be in cell O3