Search found 2 matches

by alexxvg
14 February 2025, 23:02
Forum: Turing Machine
Topic: This can't be right (# C4A 7LK)
Replies: 5
Views: 250

Re: This can't be right (# C4A 7LK)

Sorry buu441, but Check D (48) has all 9 conditions
b<y | b<p | y<p
b=y | b=p | y=p
b>y | b>p | y>p
and would always be true, right?
by alexxvg
14 February 2025, 17:50
Forum: Turing Machine
Topic: This can't be right (# C4A 7LK)
Replies: 5
Views: 250

This can't be right (# C4A 7LK)

Hi, maybe I am mistaken or don't understand the rules completely. This is the setup Checks: A 10: b+y+p=even | b+y+p=odd B 25: number of acending or decending values in a row C 26: b<3 | y<3 | p<3 D 48: b<y | b<p | y<p b=y | b=p | y=p b>y | b>p | y>p My first guess: b=2, y=4, p=5 --> A=true (sum is ...

Go to advanced search