400 in Binary
400 in binary is 110010000. 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 9 bits to represent 400 in binary. In this article, let us learn how to convert the decimal number 400 to binary.
How to Convert 400 in Binary?
Step 1: Divide 400 by 2. Use the integer quotient obtained in this step as the dividend for the next step. Repeat the process until the quotient becomes 0.
Dividend | Remainder |
---|---|
400/2 = 200 | 0 |
200/2 = 100 | 0 |
100/2 = 50 | 0 |
50/2 = 25 | 0 |
25/2 = 12 | 1 |
12/2 = 6 | 0 |
6/2 = 3 | 0 |
3/2 = 1 | 1 |
1/2 = 0 | 1 |
Step 2: Write the remainder from bottom to top i.e. in the reverse chronological order. This will give the binary equivalent of 400.
Therefore, the binary equivalent of decimal number 400 is 110010000.
☛ Decimal to Binary Calculator
Let us have a look at the value of the decimal number 400 in the different number systems.
- 400 in Binary: 400₁₀ = 110010000₂
- 400 in Octal: 400₁₀ = 620₈
- 400 in Hexadecimal: 400₁₀ = 190₁₆
- 110010000₂ in Decimal: 400₁₀
Problem Statements:
What is 400 in Binary? - (Base 2) | (110010000)₂ |
What is 400 in Hexadecimal? - (Base 16) | (190)₁₆ |
What is 400 in Octal? - (Base 8) | (620)₈ |
Is 400 a Prime Number? | No |
Square Root of 400 | 20 |
Is 400 a Perfect Cube? | No |
Cube Root of 400 | 7.368063 |
Is 400 a Perfect Square? | Yes |
Is 400 a Composite Number? | Yes |
FAQs on 400 in Binary
What is 400 in Binary?
400 in binary is 110010000. To find decimal to binary equivalent, divide 400 successively by 2 until the quotient becomes 0. The binary equivalent can be obtained by writing the remainder in each division step from the bottom to the top.
How to Convert 400 to Binary Equivalent?
We can divide 400 by 2 and continue the division till we get 0. Note down the remainder in each step.
- 400 mod 2 = 0 - LSB (Least Significant Bit)
- 200 mod 2 = 0
- 100 mod 2 = 0
- 50 mod 2 = 0
- 25 mod 2 = 1
- 12 mod 2 = 0
- 6 mod 2 = 0
- 3 mod 2 = 1
- 1 mod 2 = 1 - MSB (Most Significant Bit)
Write the remainders from MSB to LSB. Therefore, the decimal number 400 in binary can be represented as 110010000.
What is the Binary Equivalent of 400 + 45?
400 in binary number system is 110010000 and 45 is 101101. We can add the binary equivalent of 400 and 45 using binary addition rules [0 + 0 = 0, 0 + 1 = 1, 1 + 1 = 10 note that 1 is a carry over to the next bit]. Therefore, (110010000)₂ + (101101)₂ = (110111101)₂ which is nothing but 445.
☛ Binary to Decimal Calculator
How Many Bits Does 400 in Binary Have?
We can count the number of zeros and ones to see how many bits are used to represent 400 in binary i.e. 110010000. Therefore, we have used 9 bits to represent 400 in binary.
Find the Value of 4 × 400 in Binary Form.
We know that 400 in binary is 110010000 and 4 is 100. Using the binary multiplication rules (0 × 0 = 0; 0 × 1 = 0 ; 1 × 0 = 0 and 1 × 1 = 1), we can multiply 110010000 × 100 = 11001000000 which is 1600 in the decimal number system. [400 × 4 = 1600]
☛ Also Check:
- 188 in Binary - 10111100
- 110 in Binary - 1101110
- 13 in Binary - 1101
- 189 in Binary - 10111101
- 151 in Binary - 10010111
- 113 in Binary - 1110001
- 200 in Binary - 11001000
visual curriculum