Decimal number system

  1. A system which permits numbers to be expressed according to the following rules:
    • Numbers consist of two parts, π‘₯ and 𝑦 in the form π‘₯.𝑦, where π‘₯ is an integer such that |π‘₯| β‰₯ 1 and π‘¦ is a number such that 0 ≀ |𝑦| < 1.
    • Each digit in both π‘₯ and 𝑦 has a value between 0 & 9 inclusive.
    • The symbol separating π‘₯ from π‘¦ is called the decimal point.
    • Each digit represents a multiple of 10n, where n is a digit’s position relative to the decimal point. Because of this, numbers expressed in the decimal number system are said to be in base 10.
  2. A radix of 10 can be appended to any number to remove any doubt it is a decimal number, for example: 501246.23110.
  3. In the table below each digit of the decimal number 501246.231 is converted into the value it represents.
    • 5 x 105 + 0 x 104 + 1 x 103 + 2 x 102 + 4 x 101 + 6 x 100 + 2 x 10-1 + 3 x 10-2 + 1 x 10-3 = 501246.231.
  4. Position543210.-1-2-3
    Value of β€˜1’105104103102101100.10-110-210-3
    Example decimal number501246.231
    Value of digit5 x 1050 x 1041 x 1032 x 1024 x 1016 x 100.2 x 10-13 x 10-21 x 10-3