convert (111011)^2 into its equivalent decimal number
Answers
Answer:
32 + 16 + 8 + 0 + 2 + 1 = 59. This is the decimal equivalent of the binary number 111011.
Hope this is helpful
please mark me as brainliest
Given,
(111011)^2
To Find,
Convert (111011)^2 into its equivalent decimal number.
Solution,
We have to convert the binary number (111011)^2 into its equivalent decimal form. The binary system only uses two digits i.e. 0 and 1. On the other hand, the decimal system uses ten digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.
To convert binary into decimal, each digit in the binary number is multiplied by and the result is added. Where, and so on.
We have to assign n to each digit, starting from the right-hand side or the LSB (least significant bit) position.
Now,
x x x x x x
Hence, its equivalent decimal number is 59.