Web Paint-by-Number Forum
Comments on Puzzle #34786: random stuff 3
By darren jackson (hi)

peek at solution       solve puzzle
  quality:   difficulty:   solvability: line & color logic only  

Puzzle Description:

... Whatever the base four system is called! this will be a much shorter description so … only three rows!

#1: Donna McFarland (Baby Jade) on Jan 6, 2021

The base four system is called quaternary. Easy solve.
#2: Gator (gator) on Jan 11, 2021 [SPOILER]
I love math based puzzles. :)
#3: John Macdonald (perlwolf) on Feb 4, 2021 [SPOILER]
My favourite base system is balanced ternary. The digits are - 0 +, with value -, 0, and +1 (times three to the appropriate power for the location of the digit). To negate a number, just exchange + and - digits. Counting from zero:

0 + +- +0 ++ +-- ... (counting up positive numbers)
0 - -+ -0 -- -++ ... (counting down negative numbers)

For a computer memory you have the same range for positive and negative values (unlike binary where the lowest negative number for any word size cannot be negated - e.g. in an 8 bit field you can have -128 up to +127 in binary while in balanced ternary an 8 trit field can represent - -1088 to +1088).

Goto next topic

You must register and log in to be able to participate in this discussion.