Computer Science, asked by oishi35573, 2 months ago

100000
111111111 convert it into decimal​

Answers

Answered by ashazaliazhar1010
0

Answer:

8703

Explanation:

hope it helps

explanation is too long

Answered by codinggem1
1

Answer:

1) 100000=(0x2^0)+(0x2^1)+(0x2^2)+(0x2^3)+(0x2^4)+(1x2^5)

=(0x1)+(0x2)+(0x4)+(0x8)+(0x16)+(1x32)

=0+0+0+0+0+32

=32

2) 111111111=(1x2^0)+(1x2^1)+(1x2^2)+(1x2^3)+(1x2^4)+(1x2^5)+(1x2^6)+(1x2^7)+(1x2^8)+(1x2^9)

=(1x1)+(1x2)+(1x4)+(1x8)+(1x16)+(1x32)+(1x64)+(1x128)+(1x256)

=1+2+4+8+16+32+64+128+256

=511

Explanation:

Similar questions