gajohnson
- 70
- 0
Homework Statement
9. This is a simplified inventory problem.Suppose that it costs c dollars to stock an item and that the item sells for s dollars. Suppose that the number of items that will be asked for by customers is a random variable with the frequency function
p(k). Find a rule for the number of items that should be stocked in order to maximize the expected income. (Hint: Consider the difference of successive terms.)
Homework Equations
The Attempt at a Solution
Ok, so I've determined an income (I assume they're getting at profit here when they say income, so we'll go with that) random variable as follows:
Y_n = s(min\left\{n, k\right\}) - cn where n is the number of items stocked and k is the number of items demanded.
So from here I understand that I need to find the expected value of Y, and then determine the first n at which E(Y_n+1)-E(Y_n) < 0.
However, to begin, I'm not sure how to find E(Y_n) in general. Namely, how do I deal what that min function? Thank you!