Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Back Room
  4. Seventy for Rama

Seventy for Rama

Scheduled Pinned Locked Moved The Back Room
comtoolsquestion
14 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Nish Nishant

    Blast! How do I go about solving these puzzles??? Nish p.s. I am unable to connect to sonork :(


    Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

    R Offline
    R Offline
    Rama Krishna Vavilala
    wrote on last edited by
    #5

    Nish - Native CPian wrote: Blast! How do I go about solving these puzzles??? When I was in my college this was one of the assignments which I got. I had to write a computer program in Prolog to solve this problem. Sweet Memories:)

    1 Reply Last reply
    0
    • C ColinDavies

      THREE+SEVEN+FIFTEEN+FIFTEEN+THIRTY=SEVENTY Get the values of the letters :-) Regardz Colin J Davies

      Sonork ID 100.9197:Colin

      More about me :-)

      L Offline
      L Offline
      LittleYellowBird
      wrote on last edited by
      #6

      All the letters could be equal to zero! :) But I'm guessing that's not what you are looking for? Ali

      1 Reply Last reply
      0
      • C ColinDavies

        THREE+SEVEN+FIFTEEN+FIFTEEN+THIRTY=SEVENTY Get the values of the letters :-) Regardz Colin J Davies

        Sonork ID 100.9197:Colin

        More about me :-)

        J Offline
        J Offline
        Jamie Hale
        wrote on last edited by
        #7

        50922
        42326
        1815226
        1815226
        508957

        4232657

        I'm totally surprised that there isn't another solution given the number of possible mappings (3628800 if my calcs are correct). PS. I cheated again. Warning: don't try to solve this brute-force using Python unless you have a lot of time on your hands... J "I am wise enough to therefore not spout my ill informed opinion as if it were remotely related to fact." - Christian Graus

        C R 2 Replies Last reply
        0
        • J Jamie Hale

          50922
          42326
          1815226
          1815226
          508957

          4232657

          I'm totally surprised that there isn't another solution given the number of possible mappings (3628800 if my calcs are correct). PS. I cheated again. Warning: don't try to solve this brute-force using Python unless you have a lot of time on your hands... J "I am wise enough to therefore not spout my ill informed opinion as if it were remotely related to fact." - Christian Graus

          C Offline
          C Offline
          ColinDavies
          wrote on last edited by
          #8

          Well done Jamie, Even if you did cheat. :-) Solving by hand is quite complex. Regardz Colin J Davies

          Sonork ID 100.9197:Colin

          More about me :-)

          J B 2 Replies Last reply
          0
          • C ColinDavies

            Well done Jamie, Even if you did cheat. :-) Solving by hand is quite complex. Regardz Colin J Davies

            Sonork ID 100.9197:Colin

            More about me :-)

            J Offline
            J Offline
            Jamie Hale
            wrote on last edited by
            #9

            I was sorta wondering how you would solve it by hand... I started building a rather ugly matrix for solving the vertical additions. That's the only way other that guessing that I could come up with to solve it. J "I am wise enough to therefore not spout my ill informed opinion as if it were remotely related to fact." - Christian Graus

            C 1 Reply Last reply
            0
            • J Jamie Hale

              50922
              42326
              1815226
              1815226
              508957

              4232657

              I'm totally surprised that there isn't another solution given the number of possible mappings (3628800 if my calcs are correct). PS. I cheated again. Warning: don't try to solve this brute-force using Python unless you have a lot of time on your hands... J "I am wise enough to therefore not spout my ill informed opinion as if it were remotely related to fact." - Christian Graus

              R Offline
              R Offline
              Rama Krishna Vavilala
              wrote on last edited by
              #10

              You did it before I even started trying it:( You should not have posted the answer. :(

              J 1 Reply Last reply
              0
              • R Rama Krishna Vavilala

                You did it before I even started trying it:( You should not have posted the answer. :(

                J Offline
                J Offline
                Jamie Hale
                wrote on last edited by
                #11

                Uhh... I didn't look for posted answers until I had solved it. Try that next time. :) J "I am wise enough to therefore not spout my ill informed opinion as if it were remotely related to fact." - Christian Graus

                1 Reply Last reply
                0
                • J Jamie Hale

                  I was sorta wondering how you would solve it by hand... I started building a rather ugly matrix for solving the vertical additions. That's the only way other that guessing that I could come up with to solve it. J "I am wise enough to therefore not spout my ill informed opinion as if it were remotely related to fact." - Christian Graus

                  C Offline
                  C Offline
                  ColinDavies
                  wrote on last edited by
                  #12

                  I believe there are prescribed methodologies for solving this sort of problem. But I have never used them, it might sound rude, but after a while of doing this sort of problem they become quite easy, and you learn the patterns to look for. Sometimes I use a grid system and a set of pseudo-algebraic expressions. Regardz Colin J Davies

                  Sonork ID 100.9197:Colin

                  More about me :-)

                  1 Reply Last reply
                  0
                  • C ColinDavies

                    Well done Jamie, Even if you did cheat. :-) Solving by hand is quite complex. Regardz Colin J Davies

                    Sonork ID 100.9197:Colin

                    More about me :-)

                    B Offline
                    B Offline
                    benjymous
                    wrote on last edited by
                    #13

                    I was told once by my high school maths teacher that she considered providing the source code to a program that solves a problem to be equally valid as showing the working if you did it by hand. Afterall, for problems in the "real" world, it just that you've got an answer, and can show how you got it that matters. -- Help me! I'm turning into a grapefruit!

                    C 1 Reply Last reply
                    0
                    • B benjymous

                      I was told once by my high school maths teacher that she considered providing the source code to a program that solves a problem to be equally valid as showing the working if you did it by hand. Afterall, for problems in the "real" world, it just that you've got an answer, and can show how you got it that matters. -- Help me! I'm turning into a grapefruit!

                      C Offline
                      C Offline
                      ColinDavies
                      wrote on last edited by
                      #14

                      I think your Math teacher is right that showing the solution is appropriate, because it show s the students grasp of the topic, But in the real world the answer is important. This particular problem would take me many pages to document clearly using true math, so I'm not going to bother attempting it. But if you are interested, in still trying it I suggest you approach the first column on the right first and discover the possible values for 'N' and 'E' then move to the second column and discover if you can eliminate the values for them. Regardz Colin J Davies

                      Sonork ID 100.9197:Colin

                      More about me :-)

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups