Jump to content
BrainDen.com - Brain Teasers
  • 0

+-0!


wolfgang
 Share

Question

4 answers to this question

Recommended Posts

  • 0

It's a ternary numeral system with the least significant trit on the left, where each trit can have a value of -1, 0 or 1, represented as -, 0 and + respectively.

0 = 0000 = 0*1 + 0*3 + 0*9 + 0*27

1 = +000 = 1*1 + 0*3 + 0*9 + 0*27

2 = -+00 = -1*1 + 1*3 + 0*9 + 0*27

3 = 0+00 = 0*1 + 1*3 + 0*9 + 0*27

4 = ++00 = 1*1 + 1*3 + 0*9 + 0*27

5 = -0+0 = -*1 + 0*3 + 1*9 + 0*27

...

15 = 0--+ = 0*1 - 1*3 - 1*9 + 1*27

...

21 = 0+-+ = 0*1 + 1*3 - 1*9 + 1*27

etc.

Edited by Huruey
Link to comment
Share on other sites

  • 0

It's a ternary numeral system with the least significant trit on the left, where each trit can have a value of -1, 0 or 1, represented as -, 0 and + respectively.

0 = 0000 = 0*1 + 0*3 + 0*9 + 0*27

1 = +000 = 1*1 + 0*3 + 0*9 + 0*27

2 = -+00 = -1*1 + 1*3 + 0*9 + 0*27

3 = 0+00 = 0*1 + 1*3 + 0*9 + 0*27

4 = ++00 = 1*1 + 1*3 + 0*9 + 0*27

5 = -0+0 = -*1 + 0*3 + 1*9 + 0*27

...

15 = 0--+ = 0*1 - 1*3 - 1*9 + 1*27

...

21 = 0+-+ = 0*1 + 1*3 - 1*9 + 1*27

etc.

Yes....thats it....
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...