Answer:
Simulation results:
- the average monthly profit resulting from its policy of stocking 100 routers at the beginning of each month is $4237.
- percentage of total demand is satisfied: 92%.
Explanation:
We have to consider three factors to calculate the profit:
The equation can be expressed as:
[tex]Profit=50*Max(Q;100)-15*Max(100-Q;0)-30*Max(Q-100;0)[/tex]
A simulation with 10,000 trials is done, and the average monthly profit calculated for this policy is $4237.
The demand was calculated with the Excel function INT(NORMINV(RAND(),100,20)), to mimic a normal distribution with mean 100 and standard deviation 20.
b) The satisified demand is calculated for each trial as the minimum value between Q (quantity demanded) and 100, as if Q is bigger than 100, only 100 units of the demand are satisfied.
The percentage of total demand satisfied is:
[tex]\%Satisfied=\dfrac{Q_{satisf}}{Q}=\dfrac{918759}{997005}=0.9215=92\%[/tex]