• + 1 comment

    You can solve this problem by simulation up to n days, to get three decimals in precision. You don't need to know about expected values for that. You just need to know what the probability of needing X repairs mean and weight it when calculating the cost.

    There's many solutions here that do that and work.