87.1k views
1 vote
Convert decimal 305 to binary. show your work. how many bytes will it take to store the number

User Chad Crowe
by
7.0k points

1 Answer

4 votes
okay so instead of in place value going 1,10,100 in binary you go 1,2,4 so it would go 256:1,128:0,64:0,32:1,16:1,8:0,4:0,2:0,1:1=1+16+32+256=305. So 100110001=305 in binary. It is also would take 1+1/2 bytes or 9 bits to store the number. Hope this helps.
User Fourth
by
7.3k points