Page 1 of 1
Numbers
Posted: Thu Jun 14, 2012 6:18 pm
by sdfgeoff
Decimal is base 10, and goes from 0 to 9
Octal is base 8, and goes from 0 to 7
Binary is base 2, and goes from 1 to 2
A tally chart is base 1, and you have as longer string as number you have
But what is base 0? Infinities?
Re: Numbers
Posted: Thu Jun 14, 2012 6:36 pm
by flip
Base 0 is singularity
Re: Numbers
Posted: Thu Jun 14, 2012 6:54 pm
by Jeff250
Tally marks use only one symbol, but it's not clear to me that tally marks form a base 1 number system. For instance, you can represent a positive integer n in base b using ceil(log_b(n + 1)) "digits," where log_b is log base b, but log base 1 is undefined.
Re: Numbers
Posted: Thu Jun 14, 2012 7:09 pm
by Krom
Binary only goes from 0 to 1, not 1 to 2.
Re: Numbers
Posted: Thu Jun 14, 2012 8:40 pm
by Tunnelcat
Oops!
Re: Numbers
Posted: Thu Jun 14, 2012 11:34 pm
by sdfgeoff
Yeah, oops about teh binary.
You're right about the tally chart, you need some number to tell how long it is.