137k views
2 votes
What is the number 232 in binary

User JDL Wahaha
by
4.5k points

2 Answers

1 vote
011101000 is the binary
User Gabuchan
by
4.6k points
4 votes

Answer:

Step 1: Divide (232)
x_(10) successively by 2 until the quotient is 0:

232/2 = 116, remainder is 0

116/2 = 58, remainder is 0

58/2 = 29, remainder is 0

29/2 = 14, remainder is 1

14/2 = 7, remainder is 0

7/2 = 3, remainder is 1

3/2 = 1, remainder is 1

1/2 = 0, remainder is 1

Step 2: Read from the bottom (MSB) to top (LSB) as 11101000.

So, 11101000 is the binary equivalent of decimal number 232

(Answer).

User Eduardo Matsuoka
by
4.5k points