Sunday, March 24, 2013

How numbers in other bases work

How numbers in other bases work

In Arabic numbers (decimal, or base 10), there are 10 digits: 0,1,2,3,4,5,6,7,8,9. You need one digit each to count up to 9, but two digits for ten, and three digits for a hundred, which is ten times ten. In Binary, base 2, you need two digits for two, as you only have two digits, 0 and 1. Base 5 has five digits, and the number five becomes 10. For base 16, you will need sixteen digits, and there are only ten numerals. So we use the letters A,B,C,D,E,F. These represent the decimal numbers 10, 11, 12, 13, 14 and 15. Look at the table below and find the pattern for these bases.
Base 10Base 2Base 3Base 4Base 5Base 8Base 16
1111111
21022222
311103333
41001110444
510112111055
611020121166
711121131277
81000222013108
910011002114119
101010101222012A
111011102232113B
121100110302214C
131101111312315D
141110112322416E
151111120333017F
1610000121100312010
1710001122101322111
1810010200102332212
1910011201103342313
2010100202110402414

No comments:

Post a Comment