Convert Decimal number 48 to binary (along with steps)
Answers
Answer:
48 in binary is 110000.
Step-by-step explanation:
Unlike the decimal number system where we use the digits 0 to 9 to represent a number, in a binary system, we use only 2 digits that are 0 and 1 (bits). We have used 6 bits to represent 48 in binary. In this article, we will show how to convert the decimal number 48 to binary.
48 in Binary: 48₁₀ = 110000₂
48 in Octal: 48₁₀ = 60₈
48 in Hexadecimal: 48₁₀ = 30₁₆
110000₂ in Decimal: 48₁₀
Step 1: Divide 48 by 2. Use the integerquotient obtained in this step as the dividend for the next step. Repeat the process until the quotient becomes 0.
DividendRemainder48/2 = 24024/2 = 12012/2 = 606/2 = 303/2 = 111/2 = 01
Step 2: Write the remainder from bottom to top i.e. in the reverse chronological order. This will give the binary equivalent of 48.
Therefore, the binary equivalent of decimal number 48 is 110000.
https://wmznlejcfq.s3.ap-southeast-1.amazonaws.com/media/numbers-to-binary/how-to-convert-48-to-binary.png