50Considering the decimal number system, it has a set of values which range from 0 to9. This basic set is repeated over and over, creating larger numbers. (i.e. 10, 75, 190etc).
2.2.2 Different Number Systems
The
base value
of a number system is the number of different values the set hasbefore repeating itself. For example, decimal has a base of ten values, 0 to 9.
•
Binary = 2 (0, 1)
•
Octal = 8 (0 - 7)
•
Decimal = 10 (0 - 9)
•
Duodecimal = 12 symbols used for some purposes by the Romans
•
Hexadecimal = 16 (0 - 9, A-F)
Therefore, depending on the different
base values
we create different numbersystems.
2.2.3 The Weighting Factor
The weighting factor is the multiplier value applied to each column position of thenumber. For instance, decimal has a weighting factor of TEN, in that each column tothe left indicates a multiplication value increase of 10 over the previous column onthe right, ie; each column move to the left increases in a multiplying factor of 10.
200 =0 * 1 = 00 * 10 = 02 * 100 = 200-----200 (adding these up)-----
CLASS ACTIVITY 2.1
Using Roman number system shown above express Decimal 555 and 5320