110111011001
110111011001 is a binary number. Binary is a base-2 numeral system that uses only two symbols, typically "0" and "1", to represent numbers. This is in contrast to the decimal system, which is base-10 and uses digits 0 through 9.
In the binary system, each digit's position represents a power of 2, starting from the rightmost digit
1 * 2^11 + 1 * 2^10 + 0 * 2^9 + 1 * 2^8 + 1 * 2^7 + 1 * 2^6 + 0 * 2^5 + 1
2048 + 1024 + 0 + 256 + 128 + 64 + 0 + 16 + 8 + 0 + 0 + 1 = 3545
Therefore, the binary number 110111011001 is equivalent to the decimal number 3545. Binary representation is fundamental