|
|
|
|
||
|
|
|
|
|
Number Bases: Base 4 and Base 7 (page 2 of 3) Sections: Introduction & binary numbers, Base 4 & base 7, Octal & hexadecimal In base four, each digit in a number represents the number of copies of that power of four. That is, the first digit tells you how many ones you have; the second tells you how many fours you have; the third tells you how many sixteens (four-times-fours) you have; the fourth tells you how many sixty-fours (four-times-four-times-fours) you have; and so on. The methodology for conversion between decimal and base-four numbers is just like that for converting between decimals and binaries, except that binary digits can be only "0" or "1", while the digits for base-four numbers can be "0", "1", "2", or "3". (As you might expect, there is no single solitary digit in base-four math that represents the quantity "four".)
I will do the same division that I did before, keeping track of the remainders. (You may want to use scratch paper for this.)
Then 35710 converts to 112114.
Note: Once I got "3" on top, I had to stop, because four cannot divide into 3. Reading the numbers off the division, I get that 80710 converts to 302134.
I will list out the digits, and then number them from the RIGHT, starting at zero:
Each digit stands for the number of copies I need for that power of four: 3×44
+ 0×43 + 2×42 + 1×41 + 3×40
As expected, 302134 converts to 80710. Base Seven I can't think of any particular use for base-seven numbers, but they will serve us by providing some more practice with conversions. Copyright © Elizabeth Stapel 2006-2008 All Rights Reserved
I do the division:
Then 35710 = 10207.
Then 1334610 = 536247.
I will list the digits, and count them off from the RIGHT, starting at zero:
Then I'll do the multiplication and addition: 5×74
+ 3×73 + 6×72 + 2×71 + 4×70
Then 536247 = 1334610. << Previous Top | 1 | 2 | 3 | Return to Index Next >>
|
|
|
|
Copyright © 2001-2008 Elizabeth Stapel | About | Terms of Use |
|
|
|
|
|
|