Page 1 of 2 12 LastLast
Results 1 to 13 of 17

Thread: Casino Puzzle

  1. #1
    Random number herder Norm's Avatar
    Join Date
    Dec 2011
    Location
    The mote in God's eye
    Posts
    12,469
    Blog Entries
    59


    Did you find this post helpful? Yes | No

    Casino Puzzle

    "I don't think outside the box; I think of what I can do with the box." - Henri Matisse

  2. #2


    Did you find this post helpful? Yes | No
    Norm,

    While this is a possible 'pencil-and-paper' problem, I was wondering is computer code/scripts could be posted on the forum?

    If so, here is a link to the script I wrote. Please feel free to remove it, or even critique it as much as possible:

    https://ideone.com/dnaKM2

  3. #3
    Senior Member
    Join Date
    Dec 2011
    Location
    3rd rock from Sol, Milky Way Galaxy
    Posts
    14,158


    Did you find this post helpful? Yes | No
    I am not going to take a shot at the expected value but the game is one you should play. You pay $250 and you get at least $200 back and lose $50. Every other combination has you winning $50 plus $0, $100, 200... to $1000. I will assume a single decimal digit so you draw 0.1, 0.2, ... to 0.9 or 9 possible numbers. The between 0 and 1 does not say inclusive. It does not specify whether you draw with or without replacement but one of the examples draws the same number twice so we can assume it is with replacement or an infinite series of numbers. After 2 draws you will have lost $50 36 times and still be drawing 45 times and win at least $50 for those times.

  4. #4


    Did you find this post helpful? Yes | No
    Go to Wong's Theory Page and read what I posted.

    Don

  5. #5
    Senior Member
    Join Date
    Dec 2011
    Location
    3rd rock from Sol, Milky Way Galaxy
    Posts
    14,158


    Did you find this post helpful? Yes | No
    Quote Originally Posted by DSchles View Post
    Go to Wong's Theory Page and read what I posted.

    Don
    Care to provide a link?

  6. #6

  7. #7
    Senior Member
    Join Date
    Dec 2011
    Location
    3rd rock from Sol, Milky Way Galaxy
    Posts
    14,158


    Did you find this post helpful? Yes | No
    Thanks for the links Don but I don't see anything that I can identify as your response. I was looking for a link to your response on Wong's Theory page.

  8. #8


    Did you find this post helpful? Yes | No
    I can't prove it, but I'd say play it.

    My thinking is, if half the time there are 2 picks and half the time there are 3, then you're breaking even. Average pick is 0.5 (assuming 0.1, 0.2..., 0.9). Since the sum must EXCEED 1.0, after 2 picks your average result will be 1.0, meaning exceeding 1.0 after 2 picks cannot be 50%. Since it therefore must be less than 50%, then you're playing a winning game -- even IF the max layout was only $300.

    Or

    If getting 2 picks to exceed 1.0 occurred 50% of the time, and since we know it is possible to get a payout which exceeds $300, then the game must be +EV (since it'd be break even if $200 vs $300 was 50/50.....now it's like $200 @ 50%, $300 at 49%, and $400 @ 1%.....well, that's not what it is, but even if that's what it was, it'd still be +EV).


    There'd be 81 ways for the first two picks to occur, assuming 0-1 exclusive (not 0 and not 1).
    First is 9, there are 8 ways to exceed 1.0
    First is 8, there are 7 ways to exceed 1.0
    7....6
    6...5
    5..4
    4..3
    3...2
    2...1
    1....0


    36 ways out of 81 to lose $50. 45 ways to win at least $50. That's +EV.



    0 to 1 including 0 and 1:
    121 ways to pick 2 numbers
    First is 0....0 ways to exceed 1.0
    First is 1....1 way
    2...2
    3....3
    4....4
    1.0....10 ways

    1+2+3+4+5+6+7+8+9+10 = (11*5) = 55

    55 ways to lose $50 and 66 ways to win at least $50.....that's also +EV.


    Edit: assume those are decimals above (8 meaning 0.8).

    Edit edit: if this wants to pick a random num with more precise digits like if it can choose 0.11562 or whatever......then I got no idea how to "show my work".


    Also, idk if my logic above is sound or not. But this seems far too easy of an answer to be correct.
    Last edited by RS; 03-28-2016 at 08:19 AM.
    "Everyone wants to be rich, but nobody wants to work for it." -Ryan Howard [The Office]

  9. #9


    Did you find this post helpful? Yes | No
    My response was to go to those pages and read the answers. I also answered Doghand, saying that a discrete reply that he provided was probably a bit too simplistic.

    Don

  10. #10


    Did you find this post helpful? Yes | No
    This was Doghand's answer and, again, it's not considering the continuous case. The problem, as stated, is not simply about nine discrete points, where the answer is somewhat trivial.

    Don

  11. #11


    Did you find this post helpful? Yes | No
    RS you went in much more detail than I did, but here was my first thought no calculator thoughts:

    From the context of the question there exists a random number generator pulling numbers between 0 and 1 (.1,... .9, etc). It will add the numbers together and whenever the number is OVER 1, it stops. This is the key factor in the wording of the riddle, in my opinion. The value of the result must be GREATER THAN 1 for the game to stop. For every draw you earn $100. If this is the case the mean of these numbers would be .5, and the average number of draws to meet the requirements would be 3, because the result value of 1 requires another draw to get GREATER THAN 1. Thus, on average, you would require 3 draws, making $300. There is a $250 entry fee, so your Expected Value each time you play the game would be $50.

  12. #12


    Did you find this post helpful? Yes | No
    Would you please read my post and the correct answer at the sites I mentioned.

    Don

  13. #13
    Random number herder Norm's Avatar
    Join Date
    Dec 2011
    Location
    The mote in God's eye
    Posts
    12,469
    Blog Entries
    59


    Did you find this post helpful? Yes | No
    Quote Originally Posted by Romes View Post
    If this is the case the mean of these numbers would be .5, and the average number of draws to meet the requirements would be 3, because the result value of 1 requires another draw to get GREATER THAN 1
    That doesn't follow.
    "I don't think outside the box; I think of what I can do with the box." - Henri Matisse

Page 1 of 2 12 LastLast

Similar Threads

  1. AutomaticMonkey: No-hole-card (OBO) and the "Monty Hall" puzzle
    By AutomaticMonkey in forum Blackjack Main
    Replies: 6
    Last Post: 08-26-2009, 09:09 AM
  2. Virtue: Puzzle and Question
    By Virtue in forum Main Forum
    Replies: 4
    Last Post: 08-13-2002, 08:29 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About Blackjack: The Forum

BJTF is an advantage player site based on the principles of comity. That is, civil and considerate behavior for the mutual benefit of all involved. The goal of advantage play is the legal extraction of funds from gaming establishments by gaining a mathematic advantage and developing the skills required to use that advantage. To maximize our success, it is important to understand that we are all on the same side. Personal conflicts simply get in the way of our goals.