Distribution with pmf and rand. variables.

AI Thread Summary
The discussion revolves around determining the optimal number of magazine copies a shop owner should order based on demand probabilities and profit calculations. The demand is represented by a probability mass function (pmf), and the user is trying to understand how to introduce random variables for sales and net profit. They are considering whether to create a new pmf for the number of magazines sold and the corresponding profits or to calculate expected values directly. A suggestion was made to create a profit table for different combinations of magazines bought and sold to visualize the outcomes better. The user is specifically focused on verifying their profit calculation for ordering three copies before proceeding to four.
megr_ftw
Messages
68
Reaction score
0
I posted this in the wrong section before and meant to put it here, so i apologize if you seen this before.

X=demand for the magazine with pmf

x | 1 2 3 4
p(x)| .1 .2 .4 .3

Shop owner pays $1.00 for each copy of mag. and charges $2.00. If mags. left at end of week are not worth anything, is it better to order two, three, or four copies of the mag.?

I know i need to introduce the random variables:
Y_k = # of mags. sold
R_k= the net profit if k mags are ordered.

I am NOT trying to just get the answer out of someone, I just need advice on how to start this..
Do I need to make another pmf for Y_k and R_k? Or do I need to figure out expected value.
just a hint may help me understand this problem
 
Physics news on Phys.org
It looks like an open-ended question. First step could be to write down the profit for all 16 combinations {(1 bought, 1 sold), (1 bought, 2 sold), ...} perhaps as a 4x4 table.
 
i don't think its open ended, because R_k= -1k+2*Y_k since R_k is the profit
could i simply find the expected value is 1, 2, or 3 are sold that's it?
 
That's the open-ended part, it's up to you to choose a selection criteria. Expected value is only one of infinitely many possibilities. It's good that you've got a formula for the profit though it's important to actually look at the values and their relative probabilities (for example, with an appropriate chart) otherwise important details can be hidden.
 
Last edited:
okay the profit for k=2 i got 3.8

when i am calculating it for when k=3 is this equation correct? -1(3)+2(.1*1+.2*3.8+.4*3.8+.3*3.8)
i may be going off a longshot but i used the profit from k=2 for the values of x in this equation.

I just want to make sure I am doing k=3 right so i can figure out when k=4...
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top