Help Solve Unique Digit Puzzle - Thank You!

  • Context: High School 
  • Thread starter Thread starter nypuzzle
  • Start date Start date
  • Tags Tags
    Puzzle Thank you
Click For Summary

Discussion Overview

The discussion revolves around a unique digit puzzle where each letter represents a distinct digit from 0 to 9. Participants explore methods for solving the puzzle, including brute-force programming approaches and the potential for more analytical techniques.

Discussion Character

  • Exploratory, Technical explanation, Debate/contested, Mathematical reasoning

Main Points Raised

  • One participant expresses difficulty in solving the puzzle due to a lack of clues and resorts to brute-forcing the solution with a computer program.
  • Another participant notes the randomness of the letters used in the puzzle, contrasting it with more typical puzzles that use letters A-J or form recognizable words.
  • A participant shares their method of writing a Perl script to test all combinations of digits for the letters, suggesting that this approach may not align with the intended challenge of the puzzle.
  • One participant claims to have found a solution through brute force but questions how to solve it without relying on that method.

Areas of Agreement / Disagreement

Participants do not appear to reach a consensus on the best method for solving the puzzle, with some favoring brute-force techniques while others express a desire for a more analytical approach.

Contextual Notes

There is uncertainty regarding the intended complexity of the puzzle, as participants note the randomness of the letters and the lack of additional hints, which may affect the approach to solving it.

Who May Find This Useful

Individuals interested in combinatorial puzzles, programming solutions to mathematical problems, or those exploring unique digit puzzles may find this discussion relevant.

nypuzzle
Messages
3
Reaction score
0
Hi guys,
Can you help me with this problem, please?

:confused:


...H
...______
EJS)HWNR
...CFJL
...______
...CHW


where each letter is unique digit from 0 to 9

thank you!
 
Mathematics news on Phys.org
That was a pretty tricky one. Not too many clues that I could divine from the puzzle itself, so I had to completely brute-force the answer using a computer program. Were there any additional hints provided with the problem?

The other strange thing about it seems to be that the letters are pretty random. Typically, you'd have the letters A-J, or have them spell out words, like:

...I
..._____
ANT)ISLE
...HONK
...-----
...HIS

Or even spell out a word if arranged in ascending or descending order. But in this case, it seems they were just random-- as though there ought to be more to the puzzle.

DaveE
 
Last edited:
hey davee123

there was nothing more

how did you write code for that, I want to try on my own

thanks
 
nypuzzle said:
how did you write code for that, I want to try on my own

I wrote a quick Perl script that went through all the possible combinations of 0-9. Effectively, it assigned a digit to each letter (my variable names were simply the letter names), and tested to see if that particular combination worked. Probably took less than 5 minutes or so to write the program, and maybe 20-30 seconds to run it.

I'd be interested to know if anyone here is able to use non-brute force on this problem. Otherwise, it's more like a programming challenge rather than a brain teaser or math problem.

DaveE
 
nypuzzle said:
...H
...______
EJS)HWNR
...CFJL
...______
...CHW

ok, I have it!

...7
..._____
934)7210
...6538
..._____
...672

but how can I get not by brute force..?
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
22
Views
3K
  • · Replies 44 ·
2
Replies
44
Views
5K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 37 ·
2
Replies
37
Views
5K