If you can toss 4 coins and get 1 dollar for 1 head, 2 dollars for 2, 3 for 3 and 4 for 4. How much are you willing to pay for this game? If you are given an option that you can choose to toss the 4 coins again after the first toss, how much are you willing to pay now?
Attempt:
1) This is binomial distribution with p=1/2. Expected value is thus np = 4*0.5 =2.
2) I will reflip if I get 0 or 1 head. Therefore, my re-flip probability is P(0 head ) + P(1 head) = $(0.5)^4 *4C0 + (0.5)^4 * 4C1 =0.3125$. If I reflip, I would get $2 as the expected value. On the other hand, I wouldn't flip if I have 2, 3, 4 head, which give me the expected value of (0.5)^4*(2*4C2 + 3*4C3 + 4*4C4 )= 1.75.
Thus, the total amount would be 2*0.3125 + 1.75 = 2.375