answersLogoWhite

0


Best Answer

Binary columns start at 1 and then double to 2, 4, 8, 16, 32 etc. There is a column for 512 and this is too large to make up the number 431, so you would place a 1 in the next lower column, which is 256. You can also place a 1 in the next lower column again, which is 128, as 256 + 128 are less than 431, in fact they equal 384, which is still 47 short of the number you wish to represent. You would place a 0 in the 64 column as adding 64 to you total would make the number too big. A 1 placed in the 32 column adds 32 to your total, to make 416, leaving you 15 short of your total. A 0 in the 16 because this would exceed your total, leaving you to place a 1 in each of the 8, 4, 2, and 1 columns to reach your total of 431 and a binary number of 110101111

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

1mo ago

To convert the number 431 to binary, you divide it by 2 repeatedly and note the remainders from right to left. The remainders will give you the binary digits. Start by dividing 431 by 2, which gives 215 with a remainder of 1. Then divide 215 by 2, which gives 107 with a remainder of 1. Repeat this process until you reach 0. The binary representation of 431 is 110101111.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the steps in putting the number 431 in binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp