Wei-Hwa's Puzzle Challenge 3 - June 9th, 2006

Last post 06-18-2006 9:54 PM by George. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 06-09-2006 4:12 PM

    Wei-Hwa's Puzzle Challenge 3 - June 9th, 2006

    June 9th, 2006: The Google US Puzzle Championship is next Saturday, June 16th. It's used to select the US Puzzle Team, but puzzle-lovers of all sorts should find something interesting in the puzzles. Let's have a big "G" (for Google):

    0 0 0 0 0
    0 0 -1 -1 -1
    0 -1 -1 0 0
    0 0 -1 -1 0
    0 0 0 0 0
    distance of sqrt(1), good
    distance of sqrt(2), good
    distance of sqrt(5), good
    distance of sqrt(8), good
    distance of sqrt(20), good
    undefined
    undefined
    undefined
    undefined
    undefined
    undefined
    undefined
    undefined
    plus or minus (selected) button 1 button 2 button 3 button 4 button 5 button 6 button 7 button 8 button 9 button 10 button 11 button 12 button 13 button 14

    Here's a puzzle based on Erich Friedman's "Distance," from the 2003 Google U.S. Puzzle Championship. Label 14 of the circles above with different numbers from 1 to 14, such that the distance between 1 and 2 is less than the distance between 2 and 3, and so on. Four circles should remain empty.

    If the "±" sign is selected, you can click on the top part of a circle to increase it and click on the bottom to decrease it. Or, select a number in the palette and click on a circle to fill that number into the circle. Deselect the active selection to create a blank. You win if all the "distances" to the right turn green.

    • Post Points: 15
  • 06-10-2006 11:33 AM In reply to

    Re: Wei-Hwa's Puzzle Challenge 3 - June 9th, 2006 (Solution)

    Here is the solution to this puzzle, which was made difficult mainly because of the puzzle interface.

    • Post Points: 25
  • 06-12-2006 6:49 PM In reply to

    Re: Wei-Hwa's Puzzle Challenge 3 - June 9th, 2006 (Solution)

    As with the first puzzle, I was wondering if there were other solutions to this.  Also how hard would it be to use a different letter? Like W, or O, or Q?
    Zach

    Steeple Media Entertainment and Music Blogger
    Be a Myspace Buddy of Steeple Media! www.myspace.com/steeplemedia
    • Post Points: 25
  • 06-15-2006 12:09 PM In reply to

    Re: Wei-Hwa's Puzzle Challenge 3 - June 9th, 2006 (Solution)

    I believe there is only one possible solution.
    I wrote a program in JavaScript (www.justwidgets.com/puz03_latest.html) to test all possibilities and it only finds one solution.

    I'm not sure about other letters like "Q" or "O" but if you know HTML and JavaScript, I guess you could try changing the HTML table used by the program to see if it finds other solutions (keeping in mind the code assumes a square grid.
    Distance puzzles with different shapes are here: www.stetson.edu/~efriedma/distance/
    • Post Points: 25
  • 06-15-2006 3:41 PM In reply to

    Re: Wei-Hwa's Puzzle Challenge 3 - June 9th, 2006 (Solution)

    WOW, thanks!
    Zach

    Steeple Media Entertainment and Music Blogger
    Be a Myspace Buddy of Steeple Media! www.myspace.com/steeplemedia
    • Post Points: 25
  • 06-18-2006 9:54 PM In reply to

    Re: Wei-Hwa's Puzzle Challenge 3 - June 9th, 2006 (Solution)

    No problem.
    I created an improved version that lets you toogle the cells on and off with just a mouse click so you can try to create your own puzzle (No HTML/JavaScript knowledge required!) although the board is still fixed to 5x5. 

    It probably wouldn't take much effort to allow people to change the number of steps required for the puzzle to be considered solved. For now, it's fixed at 13 steps, same as the original puzzle. With that many steps, it doesn't seem many letters will give solutions but I tried a few letters and found that "B" can work:
    Letter B demonstration
    • Post Points: 15
Page 1 of 1 (6 items)