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
Binary (you operate on two numbers to arrive at one number). Mutual Inverses.
-8
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.
100
The number 919167 in binary is 11100000011001111111
The number 225 in binary is 11100001
The number 4693 in binary is 1001001010101
The number 1 as a binary number is 1
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.
There is no decimal number for the binary number 13 because 13 cannot be a binary number.
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.
The number 14 in binary is 1110