Computer Science, asked by Aditya3457, 11 months ago

convert binary number 1011101 to decimal number

Answers

Answered by karan7303132
8

Answer:

64 + 0 + 16 + 8 + 4 + 0 + 1 = 93. This is the decimal equivalent of the binary number 1011101.

Explanation:

hope u help:

rate me as a brainliest

Answered by steffis
3

The binary number of 1011101 to decimal number is 64 + 0 + 16 + 8 + 4 + 0 + 1 = 93

To convert binary number 1011101 to decimal:

By converting binary number to decimal from right to left, we have to multiply one place with 2^{0}, tens place with 2^{1} , hundreds place with 2^{2}, and so on.

  • The decimal equivalent of 1 is 1 × 2^0 = 1
  • The decimal equivalent of 0 is 0 × 2^1 =0
  • The decimal equivalent of 1 is 1 × 2^2 = 4
  • The decimal equivalent of 1 is 1 × 2^3 = 8
  • The decimal equivalent of 1 is 1 × 2^4 = 16
  • The decimal equivalent of 0 is 0 ×2^5 = 0
  • The decimal equivalent of 1 is 1 × 2^6 = 64

Add all the values to get the decimal equivalent of 1011101

64+0+16+8+4+0+1=93

Hence the decimal equivalent of 1011101 is 93

Similar questions