Math, asked by geetabhuppy, 9 months ago

conversion from binary to decimal number system (11011)2 (10101)2​

Answers

Answered by Anonymous
2

11011 is a binary number (base 2). We have to convert it into decimal number (base 10)

Binary number can be converted into decimal number by adding up the binary digits multiplied by their power of 2.

thus 11011 written as decimal number

= 1 × 2^0 + 1 × 2^1 + 0 × 2^2 + 1 × 2^3 + 1 × 2^4

= 1 + 2 + 8 + 16

= 27

Hope it helps!!

Thank u

Answered by ksnegi061974
4

Answer:

I think answer will be 1. , mark me as brainliest .

Similar questions