38 convert to binary
Answers
Answered by
13
(38) = (100110)
Step by step solution
Step 1: Divide (38)successively by 2 until the quotient is 0:
38/2 = 19, remainder is 0
19/2 = 9, remainder is 1
9/2 = 4, remainder is 1
4/2 = 2, remainder is 0
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom to top as 100110. This is the binary equivalent of decimal number 38 (Answer).
nikitasinhalko:
welcome
Answered by
5
Here is your answer mate..✌✌
Conversion of binary number.
38 - 100110
✍✍Convert decimal fraction to binary number
1.Divide the decimal number by 2 and store remainders in array.
2.Divide the quotient by 2.
3.Repeat step 2 until we get the quotient equal to zero.
4.Equivalent binary number would be reverse of all remainders of step 1.
Similar questions