Number System - Base r

General Number in base r is expressed as:
where,
  • Allowed values of ai (digits) are 0, 1, 2, ......., r-1 ONLY
  • an is the MSD (Most Significant Digit)
  • a-m is the LSD (Least Significant Digit)
A number with base r with form/shape as
is equal to

 Example:

(1234.5)10 = 1X103 + 2X102 + 3X103 + 4X104 + 5X10-1

Table 1 : Numbers with Different Bases

Note: Numbers in base r can use only r allowable digits. 

Example:
  • 10 allowable digits (0, 1, 2, ....., 9) for decimal numbers (base 10)
  • 2 allowable digits (0 and 1) for binary numbers (base 2)
  • 8 allowable digits (0, 1, 2, ......., 7) for octal numbers (base 8)
  • 16 allowable digits (0, 1, 2, ......, 9, A, B, ....., F) for hexadecimal numbers (base 16)

1 comment:

  1. Great Blog I Have Read Your Blog It Is Very Useful For Me Thank you for posting and sharing such great information.can you help me in finding out more detail on Basic Number System Formulas Tricks.

    ReplyDelete