The question:
A newsboy purchases papers at 12 cents and sells them at 16 cents. However, he is not allowed to return unsold papers. Suppose that his daily demand follows a Binomial distribution with n=10, p=1/3. His mother suggests him to purchase 6 papers per day but his girlfriend suggests him to purchase 4 papers per day. Who should the boy listen to so that he can obtain a higher expected profit?
I am confused by this question.I tried the following:
Define the probability distribution function by $$f(x)=\sum_{i=0}^{10}\binom{10}{x}p^x(1-p)^{10-x}$$ then define $u(x)=0.04x+(n-x)(-0.12)$.
For $n=6$, find $\sum_{x=0}^6u(x)f(x)$;for $n=10$, find $\sum_{x=0}^{10}u(x)f(x)$,then compare the two sums. But I do not quite understand the question. Could anyone help?