Announcement

Collapse
No announcement yet.

Brain teaser thread 2 - return of the teasers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Shooting in the dark here...
    3: Religion?
    The long list of nonsense

    Comment


    • #32
      time or something
      Concrete, Abstract, or Squoingy?
      "I don't believe in giving scripting languages because the only additional power they give users is the power to create bugs." - Mike Breitkreutz, Firaxis

      Comment


      • #33
        Sand?
        "Beware of the man who works hard to learn something, learns it, and finds himself no wiser than before. He is full of murderous resentment of people who are ignorant without having come by their ignorance the hard way. "
        -Bokonon

        Comment


        • #34
          3. The sun?

          I think IW is right

          My own riddle...
          I destroy cities, and
          give new birth to forests, and
          man fears me but
          harnesses me.

          What am I?
          (may not be good; I actually made it up on my own )
          meet the new boss, same as the old boss

          Comment


          • #35
            Fire
            "Beware of the man who works hard to learn something, learns it, and finds himself no wiser than before. He is full of murderous resentment of people who are ignorant without having come by their ignorance the hard way. "
            -Bokonon

            Comment


            • #36
              Ramo:

              How did you know!!!
              (Basically you'd probably just have to be online to get my riddles right )

              Riddle 2:
              I shut people's mouths forever
              when they do something that
              is obscene or when they
              talk overly too much.
              What am I?

              (Still another easy one )
              meet the new boss, same as the old boss

              Comment


              • #37
                Ramo got it right.
                "In some of its more lunatic aspects, political correctness is merely ridiculous. But in the thinking behind it, there is something more sinister which is shown by the fact that already there are certain areas and topics where freedom of speech, in the sense of the right to open and frank discussion, is being gradually but significantly eroded." -- Judge Neil Denison

                Comment


                • #38
                  Originally posted by mrmitchell
                  Riddle 2:
                  I shut people's mouths forever
                  when they do something that
                  is obscene or when they
                  talk overly too much.
                  What am I?
                  Ming the Merciless, Moderator
                  The long list of nonsense

                  Comment


                  • #39
                    Zero got it right--a moderator.
                    meet the new boss, same as the old boss

                    Comment


                    • #40
                      Originally posted by mrmitchell
                      Zero got it right--a moderator.
                      Dammit! Use Tau for my diminutive, will you?

                      Okay, next one:

                      The following solitaire game is played on an m by n rectangular board:
                      First, a rook is placed on some square. At each move, the rook can be moved any number of squares horizontally or vertically, with the extra condition that each move has to be made in the 90 degree clockwise direction compared to the previous one (e.g. after a move to the left, the next one has to be done upwards, the next one to the right etc). For which values of m and n is it possible that the rook visits every square of the board exactly once and returns to the first square? (The rook is considered to visit only those squares it stops on, and not the ones it steps over.)
                      The long list of nonsense

                      Comment


                      • #41
                        I think a remember a combinatoric solution to this
                        I have to go to sleep now though.
                        Might post tomorrow if I have time.

                        Comment


                        • #42
                          Originally posted by Zero-Tau The following solitaire game is played on an m by n rectangular board:
                          First, a rook is placed on some square. At each move, the rook can be moved any number of squares horizontally or vertically, with the extra condition that each move has to be made in the 90 degree clockwise direction compared to the previous one (e.g. after a move to the left, the next one has to be done upwards, the next one to the right etc). For which values of m and n is it possible that the rook visits every square of the board exactly once and returns to the first square? (The rook is considered to visit only those squares it stops on, and not the ones it steps over.)
                          Outside of 1x1, neither m nor n can be odd. Every time a row is entered from a column, exactly two squares of the row are marked off, and the same applies to columns.

                          2x2 is trivial.


                          2xn, where n is even and greater than 2:
                          Move to second column of first row, then up one. continue in pattern left one, down one, left one, up one until you reach the end of the row, than move to the first column and down one.

                          If 2xn is solvable, than you can solve mxn (m even) by moving from the first column to the second column, moving up to the third row, filling in the third and fourth rows using the pattern of the 2xn, with the roles of first and second column reversed. This will end in the second column of the fourth row. Move up to fifth row, repeat as needed. Finally, move down to the second column of the second row after you run our of higher rows, and complete the 2xn pattern.

                          The answer is: m and n are both 1 or both even.

                          Comment


                          • #43
                            I think we've already seen teh problem where you have a 3 and 5 gallon jog, but need exactly 4 gallons of water.


                            Let's say you have jugs of size x and y gallons, with no internal markings. You can get any number of gallons between 1 and x+y using these two jugs, by filling and pouring out water as needed.

                            What is the key property of x and y?

                            Comment


                            • #44
                              Originally posted by One_Brow
                              2xn, where n is even and greater than 2:
                              Move to second column of first row, then up one. continue in pattern left one, down one, left one, up one until you reach the end of the row, than move to the first column and down one.

                              If 2xn is solvable, than you can solve mxn (m even) by moving from the first column to the second column, moving up to the third row, filling in the third and fourth rows using the pattern of the 2xn, with the roles of first and second column reversed. This will end in the second column of the fourth row. Move up to fifth row, repeat as needed. Finally, move down to the second column of the second row after you run our of higher rows, and complete the 2xn pattern.

                              The answer is: m and n are both 1 or both even.
                              The answer is correct, but the method is not. You have to turn clockwise each time. You change between clockwise and counter-clockwise.

                              Oh yeah, and bonus question: does anyone know where I got this?
                              The long list of nonsense

                              Comment


                              • #45
                                Originally posted by One_Brow
                                I think we've already seen teh problem where you have a 3 and 5 gallon jog, but need exactly 4 gallons of water.


                                Let's say you have jugs of size x and y gallons, with no internal markings. You can get any number of gallons between 1 and x+y using these two jugs, by filling and pouring out water as needed.

                                What is the key property of x and y?
                                x and y are coprime (they have no common factors). If x and y had a common factor, then you could only get multiples of that factor by filling and pouring.
                                The long list of nonsense

                                Comment

                                Working...
                                X