Computer Science, asked by drpriyankarao, 5 hours ago

convert decimal to binary:
(178)¹⁰ = (?)²
Show the working please.​

Answers

Answered by nandanarottam9
2

(178)10 = (10110010)2

Step by step solution

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

178/2 = 89, remainder is 0

89/2 = 44, remainder is 1

44/2 = 22, remainder is 0

22/2 = 11, remainder is 0

11/2 = 5, remainder is 1

5/2 = 2, remainder is 1

2/2 = 1, remainder is 0

1/2 = 0, remainder is 1

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

So, 10110010 is the binary equivalent of decimal number 178 (Answer).

Answered by Vinayakmodiwal
0

Answer:

10110010.

Explanation:.

178/2=89

89/2=44

44/2=22

22/2=11

11/2=5

5/2=2

2/2=1

forget about the odd number and even no.we have to put 0 in odd 1

Similar questions