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:
[itex]Y_n = s(min\left\{n, k\right\}) - cn[/itex] where [itex]n[/itex] is the number of items stocked and [itex]k[/itex] 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 [itex]n[/itex] at which [itex]E(Y_n+1)-E(Y_n) < 0[/itex].
However, to begin, I'm not sure how to find [itex]E(Y_n)[/itex] in general. Namely, how do I deal what that min function? Thank you!