answersLogoWhite

0


Best Answer

27 ≤ 240 < 28 so the binary version will consist of 7 + 1 = 8 digits.

Set the first digit as 1, and the remainder is 240 - 27 = 240 - 128 =112 26 ≤ 112 so the second digit is 1 and the remainder is 112 - 26 = 112 - 64 = 48

25 ≤ 48 so the third digit is 1 and the remainder is 48 - 25 = 48 - 32 = 16

24 = 16 so the fourth digit is 1 and the remainder is 16 - 24 = 16 - 16 = 0

Since the remainder is 0, the rest of the digits are 0.

Therefore 2402 = 11110000

---

In Simpler Terms

To create a binary number, use places for all exponent values of 2 that are less than your number. Subtract the largest digit and see if each successive smaller digit can be subtracted. If it can, enter a 1 value and subtract again. When your remainder is zero, put a 0 in all the remaining digits to the right.

240 - 128 = 112 (1)

112 - 64 = 48 (1)

48 - 32 = 16 (1)

16 - 16 = 0 (1)

no 8 (0)

no 4 (0)

no 2 (0)

no 1 (0)

= 11110000

Check: 11110000 = 128+64+32+16+0+0+0+0 = 240

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert 240 to a binary number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Convert 186 decimal numbers to its binary equivalent?

Convert 189 to binary number


How do you Convert 180 into binary?

The number 180 in binary is 10110100


Convert EF16 to a binary number?

The binary equivalent of the hexadecimal number EF16 is 1110111100010110.


Convert 13 into a binary number?

13 in decimal = 1101 in binary.


How do you convert 31.25 into a number?

It is a number...11111,012 in binary


Convert whole number 111 to its binary equivalent?

The number 111 in binary would be 1101111


How do you convert decimal number 63 to binary?

The binary equivalent of the decimal number 63 is 111111.


How do you convert binary number to bcd number on paper?

Example Binary 00111000 Convert to Decimal 56 Convert to BCD by using groups of four binary numbers for each digit 5 6 0101 0110


How do you convert Denney into binary?

You will need to look up the ASCII numbers for each letter, then convert those number to binary. The word "Denny" in binary is: 0100010001100001011011100110111001111001


How do you convert 240 of base 6 to binary?

2406 = 2*62 + 4*6 = 9610 = 110 00002


What is the binary number for 240?

The number 240 in binary is the eight-digit number 11110000. The digits in a binary number are exponents of 2 rather than 10, so that for an eight-digit number in binary, the digit places represent 128, 64, 32, 16, 8, 4, 2, 1 instead of increasing values of 10. 11110000 = 128 + 64 + 32 +16 + (0x8) + (0x4) + (0x2) + (0x1) = 240 (base 10)


What is the binary number for 0100011?

0100011 is not a binary number nor a properly written Arabic Numeral Number. If you are asking about how to convert 100,011 into binary, the result is: 1101011011011101111000011010101011. If you are asking about how to convert 1100010 into an Arabic Numeral, the result is: 98. If this is a binary command (as opposed to a binary number), there is the possibility that it may trigger the "1" character displaying.