Results 1 to 20 of 2544

Thread: Funny Pic

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Awesome user with default custom title KrayZ33's Avatar
    Join Date
    Aug 2007
    Age
    36
    Posts
    4,457
    you are not using ten digits

    base2 = 0, 1
    base3 = 0,1,2
    .....
    base9 = 0,1,2,3,4,5,6,7,8
    base10 = 0,1,2,3,4,5,6,7,8,9

    so "9" in decimal becomes 10 in base 9

    and "3" in decimal becomes 11 in base 2
    while "4" in decimal becomes 100 in base 2
    and "5" in decimal becomes 101 in base 2 <--- 1x2^2 + 0x2^1 + 1x2^0 = 5
    Last edited by KrayZ33; Sat, 03-23-2013 at 08:38 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •