convert into binary
Answers
Here is your answer
1. (35)10 = (100011)2
STEP BY STEP SOLUTION:-
Step 1: Divide (35)10 successively by 2 until the quotient is 0:
35/2 = 17, remainder is 1
17/2 = 8, remainder is 1
8/2 = 4, remainder is 0
4/2 = 2, remainder is 0
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 100011.
So, 100011 is the binary equivalent of decimal number 35 (Answer).
2. (29)10 = (11101)2
STEP BY STEP SOLUTION:-
Step 1: Divide (29)10 successively by 2 until the quotient 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 11101.
So, 11101 is the binary equivalent of decimal number 29 (Answer).
3. (50)10 = (110010)2
STEP BY STEP SOLUTION:-
Step 1: Divide (50)10 successively by 2 until the quotient is 0:
50/2 = 25, remainder is 0
25/2 = 12, remainder is 1
12/2 = 6, remainder is 0
6/2 = 3, remainder is 0
3/2 = 1, remainder is 1
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 110010.
So, 110010 is the binary equivalent of decimal number 50 (Answer).
4. (10)10 = (1010)2
STEP BY STEP SOLUTION:-
Step 1: Divide (10)10 successively by 2 until the quotient is 0:
10/2 = 5, remainder is 0
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 1010.
So, 1010 is the binary equivalent of decimal number 10 (Answer).
5. (16)10 = (10000)2
STEP BY STEP SOLUTION:-
Step 1: Divide (16)10 successively by 2 until the quotient is 0:
16/2 = 8, remainder is 0
8/2 = 4, remainder is 0
4/2 = 2, remainder is 0
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 10000.
So, 10000 is the binary equivalent of decimal number 16 (Answer).
.
.
.
plzz mark it as the brainiest answer!!!