|
BINARY BASE 2 MATH (RADIX = 2) |
|
|
SCALE:
BINARY RANGE = (0 to 1)
Question: Add 75 + 8 Answer: How many columns will I need? Log(What ever number that you are trying to scale) / Log(radix) Log of 75 /Log of 2(radix) = 6.22 Always round up if there is a remainder. We will need 7 columns! We will need 3 columns! EACH col represents ? bits ? + ? + ? COLUMN VALUES 124-64-32-16-8-4-2-1 BIT VALUE 0 1 0 0 1 0 1 1 BIT VALUE 0 0 0 0 1 0 0 0 TOTAL 0 1 0 1 0 0 1 1
|
|