Computer Science, asked by prarabdha5689, 1 month ago

how we divide 111001 by 101 in binary number system

Answers

Answered by jahanvi567
5

We recall the concept of binary number system

Binary number system: It is system where a number is using only two digits (0,1) with a base 2.

Given:

Numbers are 111001,101

We have,

(111001)_{2}=(99)_{10}

     (101)_{2}=(5)_{10}

            \frac{99}{5}=19.8

                 =20

In binary it is (20)_{10}=(10100)_{2}

Answered by pragyakirti12345
2

Answer:

Explanation:

Given, divide 111001 by 101

At first, converting the binary number to decimal number :

(111001)_{2}  = 57

(101)_{2}  = 5(11.4)_{10} = (1011.011)_{2}

#SPJ3

Similar questions