Page 1 of 1

PE0765

Posted: Sat Sep 18, 2021 8:55 pm
by henrig
I would just like to clarify that "certain amount of your gold" means that before each toss, you bet this fixed proportion of gold you have after the previous toss.

Re: PE0765

Posted: Sat Sep 18, 2021 11:41 pm
by neverforget
Nowhere is it mentioned the wager must be a fixed proportion. You can pick a different wager before each round, and the amount you pick can depend on the previous rounds' outcomes.

Re: PE0765

Posted: Sun Sep 19, 2021 7:07 am
by deWalk
must bet be an integer?

Re: PE0765

Posted: Sun Sep 19, 2021 9:33 am
by neverforget
deWalk wrote: Sun Sep 19, 2021 7:07 am must bet be an integer?
You can bet any non-negative real amount you have.

Re: PE0765

Posted: Sun Sep 19, 2021 4:16 pm
by abcwuhang
Say I have x gram of gold and I bet b gram (0<=b<=x). If just considering one round, is it correct that I end up with x+2b gram if I win, and end up with x-b if I lose?

Re: PE0765

Posted: Sun Sep 19, 2021 8:07 pm
by philiplu
abcwuhang wrote: Sun Sep 19, 2021 4:16 pm Say I have x gram of gold and I bet b gram (0<=b<=x). If just considering one round, is it correct that I end up with x+2b gram if I win, and end up with x-b if I lose?
Yeah, the "double your bet" in the problem statement seems ambiguous. I'm not sure if that means winning a bet of b grams means you end up with x+b or x+2b, though I've been assuming it meant x+b.

Re: PE0765

Posted: Sun Sep 19, 2021 8:08 pm
by neverforget
abcwuhang wrote: Sun Sep 19, 2021 4:16 pm Say I have x gram of gold and I bet b gram (0<=b<=x). If just considering one round, is it correct that I end up with x+2b gram if I win, and end up with x-b if I lose?
Not quite. If you have $x$ and wager $b\leq x$ and win, you now have $x-b+2b=x+b$.

Re: PE0765

Posted: Mon Sep 20, 2021 9:18 am
by pjt33
neverforget wrote: Sun Sep 19, 2021 8:08 pm
abcwuhang wrote: Sun Sep 19, 2021 4:16 pm Say I have x gram of gold and I bet b gram (0<=b<=x). If just considering one round, is it correct that I end up with x+2b gram if I win, and end up with x-b if I lose?
Not quite. If you have $x$ and wager $b\leq x$ and win, you now have $x-b+2b=x+b$.
Do you have any evidence to back up this assertion? Because I would note that in the "part I" of this problem (#267) an explicit example is given where you have 1 GBP, bet 0.25 GBP, win, and end up with 1.5 GBP.

Re: PE0765

Posted: Mon Sep 20, 2021 2:50 pm
by neverforget
pjt33 wrote: Mon Sep 20, 2021 9:18 am
neverforget wrote: Sun Sep 19, 2021 8:08 pm
abcwuhang wrote: Sun Sep 19, 2021 4:16 pm Say I have x gram of gold and I bet b gram (0<=b<=x). If just considering one round, is it correct that I end up with x+2b gram if I win, and end up with x-b if I lose?
Not quite. If you have $x$ and wager $b\leq x$ and win, you now have $x-b+2b=x+b$.
Do you have any evidence to back up this assertion? Because I would note that in the "part I" of this problem (#267) an explicit example is given where you have 1 GBP, bet 0.25 GBP, win, and end up with 1.5 GBP.
I suppose the evidence is that accepted solution uses the standard "double or nothing" interpretation, instead of the one in problem 267.

Re: PE0765

Posted: Mon Sep 20, 2021 8:38 pm
by philiplu
Nice find for the language in Problem 267 (View Problem), @pjt33. I'd agree that and Problem 765 (View Problem) clearly have contradictory meanings for "double your bet". As @neverforget says, the interpretation in this new problem must be $x+b$, not $x+2b$, because assuming that let me get the checkmark :D

Admins, might be nice to clarify the wording in this problem.

Re: PE0765

Posted: Fri Sep 24, 2021 5:04 am
by urimend
Problem 765 (View Problem) has been modified to clarify the meaning of "double your bet".

Thanks for your observation and feedback.

Re: PE0765

Posted: Fri Sep 24, 2021 6:31 am
by neverforget
urimend wrote: Fri Sep 24, 2021 5:04 am Problem 765 (View Problem) has been modified to clarify the meaning of "double your bet".

Thanks for your observation and feedback.
Thanks urimend, it is much clearer now!