answersLogoWhite

0

How do you do binary numbers?

Updated: 4/28/2022
User Avatar

Wiki User

14y ago

Best Answer

In order to understand how to do binary numbers, you must first understand clearly what binary is.

Binary is just another way to express numbers, using the same system we normally use. There is only one difference, and that is the number of digits available. In decimal, we have ten different digits. In binary, we have only two. Other than that, the two systems work exactly the same way.

Consider the way we express a number. Let's take my birth year, nineteen-seventy-six. we normally express that as: 1976 Now consider the individual digits in that number, 1, 9, 7 and 6. As we're all taught in our earliest years, those digits each fall into a column, often referred to as "ones", "tens", "hundreds", etc. We call them that because the digit in that column does not actually represent it's own value, but a multiple of it's own value. Instead of "1 + 9 + 7 + 6", which is obviously incorrect, we actually see that as: 1 × 1000 + 9 × 100 + 7 × 10 + 6 × 1 which can also be expressed as: 1 × 103 + 9 × 102 + 7 × 101 + 6 × 100 In other words, each column represents a power of ten that is multiplied by the number in column. Those powers increment with each column from right to left. Binary works exactly the same way. The only difference between them is the exponent used. We normally use powers of ten because we have ten unique symbols that represent the first ten values, 0 through 9. There is nothing preventing us from using other numeric bases though. In the case of binary, or "base two" numbers. These work exactly the same way as decimal, but instead of having ten unique symbols, it only has two, "0" and "1". As a result, the columns used in expressing the numbers are not powers of ten, but powers of two. Instead of ones, tens, hundreds, etc. the columns in a binary number are ones, twos, fours, eights and so on. So the same number we used above, rather than being expressed as "1976", would instead be: 11110111000 If you break it down, you'll see that this is: 1 × 210 + 1 × 29 + 1 × 28 + 1 × 27 + 0 × 26 + 1 × 25 + 1 × 24 + 1 × 23 + 0 × 22 + 0 × 21 + 0 × 20 or converting back to decimal, 1024 + 512 + 256 + 128 + 0 + 32 + 16 + 8 + 0 + 0 + 0

= 1976 This same technique of expressing numbers works in any numeric base. For example, in "hexadecimal", or base 16, we would use 16 unique symbols, rather than 10. The standard there is to use letters as additional symbols, so the digits in use would be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F. That same number would then be expressed as "7B8", or: 7 × 162 + B × 161 + 8 × 160.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you do binary numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the sum of the binary numbers?

The sum of binary numbers is also a binary number.


What are the numbers in binary?

The only numbers used in binary are 0 and 1


How is a binary used?

Binary what? Binary numbers? Binary stars? Binary fission?


What numbers is binary made up of?

Binary has all the numbers. Each binary digit can have the value 0 or 1 only.


What is the product of the binary numbers 0101 and 0101?

What is the product of the binary numbers 0101 and 0101?


Why is it important to properly subscript our numbers on the Binary numeral system?

To ensure they are read as binary numbers and not decimal numbers.


How do you perform arithmetic operations on binary numbers?

There are a few rules to perform arithmetic operations in binary numbers. According to those rules you can add or subtract binary numbers. There are only two arithmetic operations used in binary numbers, they are addition and subtraction.


Convert the following decimal numbers into their equivalent binary numbers and then convert the resulting binary numbers back into the decimal numbers a. 6401 b. 1010110?

a) 6401 in Binary is 1100100000001b) 1010110 in decimal is 86


Convert the numbers 8 6 abd 5 to binary numbers?

In binary numbers....5 = 1016 = 1108 = 1000


What is the binary numbers?

It is 127 in decimal numbers.


Is a function that maps binary to natural numbers a bijection?

No. The set of binary numbers includes fractions which are written in binary form. For example, binary(0.1) = decimal(0.5) which is not a natural number.


What are the binary number?

The only numbers involved in the binary number system are one and 0. They are called binary numbers because it relates to exponents of the number two.