Convert the
into de cimal!
following binary
number into decimal
(11011)²
Answers
Answered by
1
11011 Binary to decimal conversation;
The given binary number = { 11011)^2
Step-by-step explanation:
step 1-; write summation of multiplication of each bit with increasing power of 2 from the right to left of the binary number 11011.
1×2^4+1×2^3+0×2^2+1×2^1+1×2^0
step 2-; simplify the above expression
16+8+0+2+1 = 27
(11011)2 =(27)10
Similar questions