answersLogoWhite

0


Best Answer

Addition in binary works exactly the same way as addition in decimal. The only difference between the two is the number of digits one has to work with. In the case of decimal we have ten digits, and in binary we have two.

Recall that in regular decimal addition, we do a special operation when the digits we add together are greater than our largest single digit, "9". For example:

''''5

+7

-----

12

(*note that the ' character is being used for spacing, as this wiki automatically trims white spaces)

If you consider this carefully, what we're doing is taking sum of the two values, dividing them by ten, and making the result our first digit, and the remainder our second digit. Addition is done the same way, but with two instead of ten:

'''''1

+ 1

------

10

To add the given binary numbers in your question then, you would do it like so:

'''''''''1110.1101

+110101.01101

-------------------------

First, fill out the empty decimals on the left with more zeroes;

''''''''1110.11010

+110101.01101

-------------------------

Now, go through each of the digits from right to left, adding them together and carrying the digits over where applicable:

'''111111 1

'''''''''1110.11010

+110101.01101

-------------------------

1000100.00111

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
User Avatar

Chinenye Omonyi

Lvl 1
2y ago
👍

Add your answer:

Earn +20 pts
Q: 1110.1101 plus 110101.01101 what the binary number system addition?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of operation are addition and subtraction?

Binary (you operate on two numbers to arrive at one number). Mutual Inverses.


What is the number you can multiply by to get -3 and add to get -5?

-8


What does the binary addition of 01001101 plus 00100010 equal in decimal form?

The first number (01001101) is equal to the decimal number 77. The second number (00100010) is equal to the decimal number 34. If you add the two together in decimal, you get 111. Expressed as a binary number, 111 is equal to 01101111.


What is the quotient when binary number 1100 is divided by binary number 11?

100


What is 919167 as a binary number?

The number 919167 in binary is 11100000011001111111


What is the binary number for 225?

The number 225 in binary is 11100001


What is the decimal number 4693 as a binary number?

The number 4693 in binary is 1001001010101


What is one or 1 as a binary number?

The number 1 as a binary number is 1


What is commutative property of addition using decimal numbers?

The commutative property of addition applies to all real and complex numbers. It has nothing whatsoever to do with the form in which the number is represented: decimal, binary, etc.


What is the decimal number of the binary number 13 in the OCT counting system?

There is no decimal number for the binary number 13 because 13 cannot be a binary number.


What is the distributive property of 588?

588 is a single number. A number does not have a distributive property. The distributive property is exhibited by two binary operations (such as multiplication and addition) defined over a field.


What is the binary number equivalent of fourteen?

The number 14 in binary is 1110