Results 1 to 5 of 5

Thread: Bingo Minimum

  1. #1

    Thread Starter
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Bingo Minimum

    I was watching a game show which fills in a 5x5 "bingo"-style grid, one element at a time. At the end of the game show, contestants try to get a bingo (that is, 5 filled-in elements in a row either horizontally, vertically, or diagonally). The grid starts with 12 squares filled in, and, based on the contestants' previous performance, they draw randomly to fill in the remaining squares.

    Contestants who do reasonably well get around 8 draws. I was wondering if, at some point, these extra draws become unnecessary. The rules of the game cap the number of draws at 10, leaving at least 3 grid elements unfilled. To put it another way, what is the minimum number of elements on a 5x5 grid that need to be filled in to ensure that there will be a bingo?

    I know that 20 isn't quite enough, from the following counterexample:

    Code:
    - x x x x
    x - x x x
    x x - x x
    x x x - x
    x x x x -
    
    x = filled-in
    - = open
    [I posted this without trying to analyze it myself since I was thinking somebody might be interested in it as a puzzle.]
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  2. #2
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863

    Re: Bingo Minimum

    Maybe I don't really get it, but it seems to me that the minimum of filled-in numbers to get a BINGO is 5. That's the case when all those five numbers are in single row/column/diagonal.
    So a grid with 12 numbers filled-in could already be a solution, however such a grid wouldn't be handed out.
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  3. #3

    Thread Starter
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Bingo Minimum

    Sorry if I wasn't clear. I meant to ask the opposite question--not the minimum number of filled in numbers to possibly have a bingo, but the minimum number of filled in numbers to guarantee a bingo.
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  4. #4
    Cumbrian Milk's Avatar
    Join Date
    Jan 2007
    Location
    0xDEADBEEF
    Posts
    2,448

    Re: Bingo Minimum

    Does your counter example not pretty much answer the question? It proves 20 is not quite enough but with 21 or 4 open it is impossible to have a blank in all 5 columns and all 5 rows.

    A no-brainer that one, Jem.
    W o t . S i g

  5. #5

    Thread Starter
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Bingo Minimum

    Quote Originally Posted by Milk View Post
    Does your counter example not pretty much answer the question? It proves 20 is not quite enough but with 21 or 4 open it is impossible to have a blank in all 5 columns and all 5 rows.

    A no-brainer that one, Jem.
    Yup, you're right. As I said, originally I hadn't analyzed it myself, past the 20 counterexample--in computer terms, I killed the process. [Though to be honest in writing in this thread I had accidentally figured it out; I figured someone might have found it interesting regardless, though, especially if they've seen the show.]
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

Posting Permissions

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



Click Here to Expand Forum to Full Width