Logic 😁

11 Likes

Love stuff like this, too busy to parse it right now.

2 Likes

I’m sad to say that

22 Likes

Basically a five variable Venn diagram

2 Likes

Where are the complements. E.g. is not A the square to the left of A or the square above A?

3 Likes

A is horizontal i.e. The lower half of the largest square
B is vertical i.e. The right hand side of the largest square

5 Likes

Erm… Is this about sport? :soccer:

4 Likes

Give this post a few moments and it will get derailed into pretty much any topic… So all answers are right… :smiley:

8 Likes

Nope :grin: Just frittering my time until I get my GF :slightly_smiling_face:

Is it a puzzle you are expecting an answer to or just an interesting example?

1 Like

It’s the meaning of life, explained mathematically.

4 Likes

42 is already mathematical.

2 Likes

True.

1 Like

Just an example, it is the whole logic down to the answer :slightly_smiling_face:

1 Like

10 Likes

Or you can solve using Boolean algebra:

2 Likes

I can try what is the bar symbol over some letters are they NOT? Is the plus sign OR ? If two letters are next to each other is it AND? What does +0 mean?

Thanks :grin:

Oh duh!!! That is not a different puzzle! It is the same one :grin: Doh!!

That drawing is awesome!! Would love to laser slate it (when my GF arrives)

1 Like

Yep:
“multiplication” = AND
"addition" = OR
"overbar" = NOT ( Note an apostrophe is also sometimes used for NOT )
“1” = TRUE
"0" = FALSE

Then, the basic rules:
X AND X = X ( XX = X )
X AND NOT X = 0 ( XX’ = 0 )
X AND TRUE = X ( X 1 = X )
X AND FALSE = FALSE ( X 0 = 0 )
X OR X = X ( X + X = X )
X OR NOT X = TRUE ( X + X’ = 1 )
X OR TRUE = TRUE ( X + 1 = 1 )
X OR FALSE = X ( X + 0 = X )

After that, it works just like "ordinary algebra’!

2 Likes

I’ll try to remember to get you the vector when I’m at my desktop

1 Like