404 forum

Discussion about 404

Back to the main 404 site

You are not logged in.

Announcement

Posting rules
  • Please do not post solutions to puzzles, but rather post hints as appropriate in response to queries
  • Type [spoiler] ... [/spoiler] around the outside of any hints so they can't be read by accident - e.g. [spoiler]have you tried looking at the corner of the page?[/spoiler]

#1 2019-12-31 03:39:59

kaarterdme
Member
Registered: 2019-11-26
Posts: 7

Interpreting symbols

Can someone help me with this one?

I'm having trouble understanding the symbols. 

The hints say that

Spoiler

For ’+’, combine lit elements (logical OR)
For ’–’, remove lit elements (logical XOR)
For ’&’, find elements in both the first and the second input (logical AND)

Can someone explain this to me?

Do I have to know

Spoiler

computer science?

Do I have to teach myself

Spoiler

Boolean Algebra?

Offline

#2 2020-01-05 02:10:12

kite
Member
Registered: 2019-11-29
Posts: 13

Re: Interpreting symbols

I (Kite's husband) work in the field you mentioned, and I found this one confusing.  The concepts in the puzzle are used in that field, but the operators (symbols) in the puzzle aren't standard; perhaps the authors thought they'd be more intuitive for laypeople.

Spoiler

For each operator, you'll need to combine two glyphs to create a new glyph.  Here, I'm using 'glyph' to describe the image created by the 7-segment displays.  The initial glyphs across the top of the page all look like digits, but your intermediate results may not look like anything meaningful.

Spoiler

For '+': if a given segment is lit in at least one of the input glyphs, it should be lit in the output glyph.
For '-': start with the input glyph that has more segments lit, then remove whatever segments are lit in the other input glyph. (The way I've described this is more consistent with their use of '-' as the operator and 'remove' as the hint, but not really the same as 'XOR', although they happen to work out the same in this puzzle.)
For '&': if a given segment is lit in BOTH of the input glyphs, it should be lit in the output glyph.

Also, I found it helpful to draw arrows on some of the lines to make it clear which way they're going.

Offline

#3 2020-01-05 05:41:59

kaarterdme
Member
Registered: 2019-11-26
Posts: 7

Re: Interpreting symbols

THANK YOU!

You gave me the final piece I needed!

I already looked up a bit about

Spoiler

logic gates

but I was trying to apply it to the

Spoiler

numbers! Not segments!

THANK YOU SO MUCH!

Offline

#4 2020-01-07 18:07:20

Alex55
Member
Registered: 2019-11-18
Posts: 121

Re: Interpreting symbols

Can anyone explain it, for those who have these kind of knowledge?

Offline

#5 2020-01-29 01:09:06

summer
Member
Registered: 2019-12-15
Posts: 10

Re: Interpreting symbols

I just solved this and if the message at the top shows the exact hints from previously then they must have been rewritten since I think they now make clear that you don't need to understand Boolean logic to solve it. You just need to:

Spoiler

add together lit segments from both inputs for +, subtract lit segments for -, and keep segments lit in both for &.

Offline

#6 2020-09-11 09:32:03

AcidBurn39
Member
Registered: 2020-08-11
Posts: 120

Re: Interpreting symbols

Help needed
How and what to combine exactly??
so in the end you get letters??
do you keep everything where there is & symbol. So you keep 5 and 4 as it is?

Last edited by AcidBurn39 (2020-09-11 10:01:11)

Offline

#7 2020-09-11 10:01:10

mcwuzzy
Member
Registered: 2020-01-27
Posts: 34

Re: Interpreting symbols

AcidBurn39 wrote:

Help needed
How and what to combine exactly??
so in the end you get letters??

Spoiler

Each junction indicates a calculation. Minus means remove lit segments that are the same in both, plus means all lit segments are carried forward, ampersand indicates a boolean AND so only lit segments in both are caried forward

Spoiler

At each junction draw the resultant LED pattern based on the result, e.g. at the minus where 8 and 7 meet you get the two left vertical segments and the middle and bottom horizontal segments, in a stretch of the imagination, this is a lowercase letter t

Spoiler

do this for each junction carried forward to the end boxes and you will get two words which the give you the code word

Offline

#8 2020-09-11 10:07:18

AcidBurn39
Member
Registered: 2020-08-11
Posts: 120

Re: Interpreting symbols

Spoiler

So what to do with 5, 4 and & symbol
I carry everything over?
How to do that one??

Offline

#9 2020-09-11 13:22:04

mcwuzzy
Member
Registered: 2020-01-27
Posts: 34

Re: Interpreting symbols

AcidBurn39 wrote:
Spoiler

So what to do with 5, 4 and & symbol
I carry everything over?
How to do that one??

Spoiler

With the 5&4 the segments that remain are top left vertical, middle horizontal and bottom right vertical, as those are the three segments that are lit in both 5 & 4

Last edited by mcwuzzy (2020-09-11 13:23:04)

Offline

#10 2020-09-13 15:04:31

AcidBurn39
Member
Registered: 2020-08-11
Posts: 120

Re: Interpreting symbols

Can I ask for step by step solution how to combine everything??

mcwuzzy wrote:
AcidBurn39 wrote:
Spoiler

So what to do with 5, 4 and & symbol
I carry everything over?
How to do that one??

Spoiler

With the 5&4 the segments that remain are top left vertical, middle horizontal and bottom right vertical, as those are the three segments that are lit in both 5 & 4

Offline

#11 2020-09-13 19:38:50

mcwuzzy
Member
Registered: 2020-01-27
Posts: 34

Re: Interpreting symbols

Guided steps to the solution

Spoiler

A -First row 8 - 7, delete any common segments, leaves a kind of t shape

Spoiler

B -First row 7 - 1, delete any common segments,  leaves only the top horizontal

Spoiler

C -First row 1 & 5, only common segments remain, the bottom right vertical

Spoiler

D -First row 5 & 4, only common segments remain, top left vertical, middle horizontal, bottom right vertical

Spoiler

E -Second row, delete any common segments from 4 and result C above, leaves a U shape 

Spoiler

F -Second row, add all segments from B and result E above, leaves an O shape 

Spoiler

G -Second row, delete any common segments from 8 and 1, leaves an E shape 

Spoiler

H -Second row (last sum), only common segments remain from D & 0, leaves top left vertical and bottom right vertical   

Spoiler

H -Second row (fourth sum), delete any common segments from C and H , leaves top left vertical 

Spoiler

H -Third row (last sum), only common segments remain from F & 0, leaves n shapel   

Spoiler

I -Third row, add all segments from B and I above, leaves an r shape 

Offline

#12 2020-09-14 07:00:57

AcidBurn39
Member
Registered: 2020-08-11
Posts: 120

Re: Interpreting symbols

SOLVED

Spoiler

Guided solution provided by mcwuzzy helped
you get a two words that you need to combine to one word solution smile

F - - - E

Last edited by AcidBurn39 (2020-09-14 07:02:08)

Offline

#13 2020-09-14 07:01:27

AcidBurn39
Member
Registered: 2020-08-11
Posts: 120

Re: Interpreting symbols

Thank you. That helped. smile

mcwuzzy wrote:

Guided steps to the solution

Spoiler

A -First row 8 - 7, delete any common segments, leaves a kind of t shape

Spoiler

B -First row 7 - 1, delete any common segments,  leaves only the top horizontal

Spoiler

C -First row 1 & 5, only common segments remain, the bottom right vertical

Spoiler

D -First row 5 & 4, only common segments remain, top left vertical, middle horizontal, bottom right vertical

Spoiler

E -Second row, delete any common segments from 4 and result C above, leaves a U shape 

Spoiler

F -Second row, add all segments from B and result E above, leaves an O shape 

Spoiler

G -Second row, delete any common segments from 8 and 1, leaves an E shape 

Spoiler

H -Second row (last sum), only common segments remain from D & 0, leaves top left vertical and bottom right vertical   

Spoiler

H -Second row (fourth sum), delete any common segments from C and H , leaves top left vertical 

Spoiler

H -Third row (last sum), only common segments remain from F & 0, leaves n shapel   

Spoiler

I -Third row, add all segments from B and I above, leaves an r shape 

Offline

#14 2021-01-05 00:21:45

kimf
Member
Registered: 2020-09-19
Posts: 10

Re: Interpreting symbols

I am questioning if I even came up with the correct letters

Spoiler

oottrue

Offline

#15 2021-01-06 22:24:24

404
Administrator
Registered: 2019-11-17
Posts: 59

Re: Interpreting symbols

kimf wrote:

I am questioning if I even came up with the correct letters

Spoiler

oottrue

Just one letter is wrong.

Spoiler

It's the first letter.

Offline

Board footer

Powered by FluxBB