001101100101
001101100101 is a binary sequence. In binary, each digit represents a power of two. The sequence 001101100101, read from right to left, corresponds to the following calculation:
1 * 2^0 + 0 * 2^1 + 1 * 2^2 + 0 * 2^3 + 0 * 2^4 + 1 * 2^5 + 1 * 2^6 + 0
1 + 0 + 4 + 0 + 0 + 32 + 64 + 0 + 256 + 512 + 0 + 0 = 869
Therefore, the binary sequence 001101100101 represents the decimal number 869. Binary, or base-2, is a numeral