In: Statistics and Probability
Problem 12-15 (Algorithmic)
Strassel Investors buys real estate, develops it, and resells it for a profit. A new property is available, and Bud Strassel, the president and owner of Strassel Investors, believes if he purchases and develops this property it can then be sold for $160000. The current property owner has asked for bids and stated that the property will be sold for the highest bid in excess of $100000. Two competitors will be submitting bids for the property. Strassel does not know what the competitors will bid, but he assumes for planning purposes that the amount bid by each competitor will be uniformly distributed between $100000 and $150000.
1)
Estimate of probability of obtaining the property using a bid of $ 135,000 = 40 %
Profit associated with bid value of $ 135,000 = $ 10,000
2)
The upper limit of competitors bid is $ 150,000.
Therefore, Strassel need to bid $ 150,000 to be 100% sure of obtaining the property.
3) Profit associated with this bid = 160000 - 150000 = $ 10,000
4)
Expected profit with bid of $ 135,000 = $ 10000 (as determined in part 1)
Expected profit with bid of $ 150,000 = $ 160000 - 150000 = 10,000
EXCEL FORMULAS:
Cell | Formula | Copy to |
B11 | =$C$6+RAND()*($C$7-$C$6) | B11:C1010 |
D11 | =MAX(B11:C11) | D11:D1010 |
E11 | =IF(D11<$F$3,1,0) | E11:E1010 |
F11 | =($C$3-$F$3)*E11 | F11:F1010 |
F5 | =AVERAGE(E11:E1010) | |
F7 | =AVERAGE(F11:F1010) |