POV-Ray : Newsgroups : povray.off-topic : Another random, non geometric problem Server Time
4 Sep 2024 19:19:30 EDT (-0400)
  Another random, non geometric problem (Message 1 to 10 of 16)  
Goto Latest 10 Messages Next 6 Messages >>>
From: somebody
Subject: Another random, non geometric problem
Date: 15 Dec 2009 21:38:51
Message: <4b28483b@news.povray.org>
You are on a game show. The host says he has hidden money under two cups,
one amount being double the other one. You pick one at random, he turns it
over, it's $100. He gives you a second chance (that he would do so was
determined before the game and not dependent on which cup you'd turn over):
You can switch, or take the $100.

You figure: If I switch, I will either get $50 or $200 with equal
probability. Expected return is thus $50*1/2 + $200*1/2 = $125, which is
larger than the $100 I'd spend to "play" this second game. Looks like a good
deal. Is it?


Post a reply to this message

From: Kevin Wampler
Subject: Re: Another random, non geometric problem
Date: 15 Dec 2009 22:07:41
Message: <4b284efd@news.povray.org>
somebody wrote:
> You are on a game show. The host says he has hidden money under two cups,

Did you initially hear this problem phrased as money under cups, or did 
you just change it to that so it's be harder go Google for the answer?

At any rate, it's a very neat problem.


Post a reply to this message

From: somebody
Subject: Re: Another random, non geometric problem
Date: 15 Dec 2009 22:50:25
Message: <4b285901@news.povray.org>
"Kevin Wampler" <wam### [at] uwashingtonedu> wrote in message
news:4b284efd@news.povray.org...

> or did  you just change it to that so it's be harder go Google for the
answer?

Good catch.


Post a reply to this message

From: Sabrina Kilian
Subject: Re: Another random, non geometric problem
Date: 16 Dec 2009 00:09:20
Message: <4b286b80$1@news.povray.org>
somebody wrote:
> You are on a game show. The host says he has hidden money under two cups,
> one amount being double the other one. You pick one at random, he turns it
> over, it's $100. He gives you a second chance (that he would do so was
> determined before the game and not dependent on which cup you'd turn over):
> You can switch, or take the $100.
> 
> You figure: If I switch, I will either get $50 or $200 with equal
> probability. Expected return is thus $50*1/2 + $200*1/2 = $125, which is
> larger than the $100 I'd spend to "play" this second game. Looks like a good
> deal. Is it?
> 
> 

Unless I am vastly misreading this, it seems there is a simple way to
set up this problem. Two cups, arbitrarily labeled A and B.

A contains $X, B contains $2X
or
A contains $2X, B contains $X

I don't see an obvious way to turn this into the Boy or Girl, or Monty
Hall, paradox, so I would have to guess that yes, it would be a good bet
to take the switch.


Post a reply to this message

From: scott
Subject: Re: Another random, non geometric problem
Date: 16 Dec 2009 03:55:10
Message: <4b28a06e@news.povray.org>
> Unless I am vastly misreading this, it seems there is a simple way to
> set up this problem. Two cups, arbitrarily labeled A and B.
>
> A contains $X, B contains $2X
> or
> A contains $2X, B contains $X
>
> I don't see an obvious way to turn this into the Boy or Girl, or Monty
> Hall, paradox, so I would have to guess that yes, it would be a good bet
> to take the switch.

How can a tactic where you *always* switch the cup be more profitable than 
never switching?  In both cases, in the long run you're going to end up 50% 
of the time choosing the higher amount and 50% the lower amount.

I'm still trying to figure out where the mistake is in the OP's reasoning...


Post a reply to this message

From: Le Forgeron
Subject: Re: Another random, non geometric problem
Date: 16 Dec 2009 08:06:41
Message: <4b28db61$1@news.povray.org>
Le 16/12/2009 09:55, scott nous fit lire :
>> Unless I am vastly misreading this, it seems there is a simple way to
>> set up this problem. Two cups, arbitrarily labeled A and B.
>>
>> A contains $X, B contains $2X
>> or
>> A contains $2X, B contains $X
>>
>> I don't see an obvious way to turn this into the Boy or Girl, or Monty
>> Hall, paradox, so I would have to guess that yes, it would be a good bet
>> to take the switch.
> 
> How can a tactic where you *always* switch the cup be more profitable
> than never switching?  In both cases, in the long run you're going to
> end up 50% of the time choosing the higher amount and 50% the lower amount.
> 
> I'm still trying to figure out where the mistake is in the OP's
> reasoning...

finding 100$, you do not know if it is the low or high amount.

The computation is NOT $50*1/2+ $200*1/2 ( = $125)
but either :

 $50*1/2 + $100*1/2 = $75
or
 $100*1/2 + $200*1/2 = $150

Which turn out $75*1/2 + $150*1/2 around $112.5... if that was random.

Finding $100, you have no idea yet if you have a good value or a bad one.
It's a one time game, no long run (once you know the best value... that
you learn at the end of the choice), and girl & boy might be coming in.


Post a reply to this message

From: scott
Subject: Re: Another random, non geometric problem
Date: 16 Dec 2009 08:39:49
Message: <4b28e325$1@news.povray.org>
> finding 100$, you do not know if it is the low or high amount.

Indeed, it's a 50/50 chance whether you pick the high or low amount.

> The computation is NOT $50*1/2+ $200*1/2 ( = $125)
> but either :
>
> $50*1/2 + $100*1/2 = $75
> or
> $100*1/2 + $200*1/2 = $150
>
> Which turn out $75*1/2 + $150*1/2 around $112.5... if that was random.

So you'd always change and take the other box?  Why even bother opening the 
1st box, just leave it shut and take the 2nd one.  Oh but hang on, then when 
you look inside the 2nd one you might want to change back to the 1st...


Post a reply to this message

From: Invisible
Subject: Re: Another random, non geometric problem
Date: 16 Dec 2009 08:46:55
Message: <4b28e4cf$1@news.povray.org>
scott wrote:

> So you'd always change and take the other box?  Why even bother opening 
> the 1st box, just leave it shut and take the 2nd one.  Oh but hang on, 
> then when you look inside the 2nd one you might want to change back to 
> the 1st...

Isn't this basically the entire premise of Deal Or No Deal?


Post a reply to this message

From: Le Forgeron
Subject: Re: Another random, non geometric problem
Date: 16 Dec 2009 12:08:01
Message: <4b2913f1$1@news.povray.org>
Le 16/12/2009 14:39, scott nous fit lire :
>> finding 100$, you do not know if it is the low or high amount.
> 
> Indeed, it's a 50/50 chance whether you pick the high or low amount.
> 
>> The computation is NOT $50*1/2+ $200*1/2 ( = $125)
>> but either :
>>
>> $50*1/2 + $100*1/2 = $75
>> or
>> $100*1/2 + $200*1/2 = $150
>>
>> Which turn out $75*1/2 + $150*1/2 around $112.5... if that was random.
> 
> So you'd always change and take the other box?  Why even bother opening
> the 1st box, just leave it shut and take the 2nd one.  Oh but hang on,
> then when you look inside the 2nd one you might want to change back to
> the 1st...
> 
> 
For optimising my happiness' function, I will take the first box and say
good bye, not wanting to know which case I was playing.

Playing otherwise might diminish my happiness' value, and that's not
something I would risk.

That's not rational, but I'm human, I have the right to make error (as
in 'to err is human') and to seek happiness rather than optimal
solution. (seeking happiness, nothing about getting it!)

P.S.: tuning the numbers, what if the amount ratio instead of 1:2 is 2:3 ?
Found 300€ under your choice, swap for other ? (450€ or 200€)

And for 4:5 ? (found £100, £80 or £125)

and what about 1:100 ? (100, 1 or 10000)


Post a reply to this message

From: Kevin Wampler
Subject: Re: Another random, non geometric problem
Date: 16 Dec 2009 12:23:50
Message: <4b2917a6$1@news.povray.org>
somebody wrote:
>> or did  you just change it to that so it's be harder go Google for the
> answer?
> 
> Good catch.

Well, it was easy since I've always heard this problem with a different 
phrasing.  I think I actually like the way you stated it better though 
-- it works nicely in the gameshow context.


Post a reply to this message

Goto Latest 10 Messages Next 6 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.