Math, asked by Mahidhoni5473, 2 months ago

convert the given binary number into decimal number 1101.2

Answers

Answered by dimplesikhawat1983
1

Answer:

Consider the binary number from the last.

For the above mentioned example,

1 * 2^0 = 1

1 * 2^1 = 2

1 * 2^2 = 4

1 * 2^3 = 6

Decimal number = 1 + 2 + 4 + 6 = 15

1111 in binary form is represented as 15 in decimal

Similar questions