I have n items priced P1,P2...Pn. An item will get sold with a probability p. I need to find an expression for the expected value of the average selling price. Since, the items can be sold in 2^n ways,this seems very daunting.
My take All items are sold with probability p^n. Then i can pick item to remain unsold. This can happen in n ways. This will add n expressions to the EV expression.
Then 2 items can remain unsold. This will add nC2 items to the EV expression.And so on.
It expressions seems to become very big very quickly.
Is there something obvious i am missing?