Computer Science, asked by komal05n0018, 19 days ago

convert decimal no into binary no( 50)10

Answers

Answered by Anonymous
5

Answer:

110010(2)

Explanation:

You enter the number: 50(10) in Decimal number system and want to translate it into Binary.

Converting 50(10) in Binary system here so:

Whole part of a number is obtained by dividing on the basis new

50 / 2 = 25 with 0 remainder

25 / 2 = 12 with 1 remainder

12 / 2 = 6 with 0 remainder

6 / 2 = 3 with 0 remainder

3 / 2 = 1 with 1 remainder

1 / 2 = 0 with 1 remainder

Then, when we put the remainders together in reverse order, we get the answer. The decimal number 50 converted to binary is therefore:

110010(2)

Attachments:
Similar questions