May 7th, 2008, 9:56 pm
oh. oops, is it really not $3.50 for the simple case? I got that answer by 1/6 * (1 + ... + 6) = 21/6 = $3.50, can I have gotten even that part wrong? And then my reasoning for the 2nd problem, which is why I hope to understand how to better approach it, was: On the first roll, you will accept the result if it is 4, 5, or 6, and roll again if it is 1, 2, or 3. So the value of the first roll is at least 1/6 * (1 + 2 + 3) = $1. Add this to the average payout of the 2nd roll, which is the same as the simple case since you must accept the result. So then the total price you should pay is $1 + $3.50 = $4.50. I guess this is incorrect. Can you help me as I try to expand the notation you gave below? p(s)=I_{d_1<=s}d_2+I_{d_1>=s+1}d_1amount to pay = (prob of bad 1st roll) * (avg payout on 2nd) + (prob of good 1st roll) * (avg payout of good 1st roll) ( what is the I_ notation?) choosing good/bad break even point as 4/3= (likelihood of 1,2,3) * ($3.50?) + (likelihood of 4,5,6) * ($5)= (1/2) * ($3.50) + (1/2) * ($5) = $4.25huh, that is correct now?