convert binary to decimal -100101 explain
Answers
Answered by
1
Answer:
32 + 0 + 0 + 4 + 0 + 1 = 37. So, 37 is the decimal equivalent of the binary number 100101.
Answered by
260
Answer:
Binary to Decimal Conversion
N = bn q b3 q3 + b2 q2 + b1 q1 + b0 q0 + b-1 q-1 + b-2 q-2.
6000 + 100 + 60 + 3 = 6163.
( 6×1000 ) + ( 1×100 ) + ( 6×10 ) + ( 3×1 ) = 6163.
( 6×103 ) + ( 1×102 ) + ( 6×101 ) + ( 3×100 ) = 6163.
Similar questions