Lets do the binary addition of the numbers given that is , 1010 and 1101 that can be written as :
1010
+1101
-----------
(1 is carry)1 1 11.
------------
the sum of (1001+1010)is=(10011)
The average of a group of numbers is equal to the sum of the numbers divided by the number of numbers. If you want to find the sum of the five numbers, just multiply 790.6 by 5 to get the sum, which is 3953
You can't write that as the sum of two prime numbers. Note: Goldbach's Conjecture (for expressing numbers as the sum of two prime numbers) applies to EVEN numbers.
The sum of the first 50 natural numbers is 1,251.
which three prime numbers have a sum of 59
the sum of (1001+1010)is=(10011)
It is 11011.
101000
Written as a binary number, 10 + 101 + 1010 = 10001.
11011
To find the sum of binary numbers 1101 and 1110, we perform binary addition. Starting from the rightmost bit, we add each pair of bits along with the carry from the previous addition. 1+0 gives 1, 0+1 gives 1, 1+1 gives 0 with a carry of 1, and 1+1 (including the carry) gives 1 with a carry of 1. Therefore, the sum of 1101 and 1110 in binary is 11011.
10011.
To add the binary numbers 11011 and 1101, we start by aligning the numbers vertically and then adding each column from right to left. 1 + 1 = 10 in binary (0, carry 1), 1 + 0 = 1, 0 + 1 = 1, 1 + 1 = 10 (0, carry 1), and finally 1 + 1 = 10 (0, carry 1). Therefore, the sum of 11011 and 1101 in binary is 101000.
The sum of binary numbers is also a binary number.
To find the sum of two binary numbers, we can add them together just like decimal numbers. Starting from the rightmost bit, we add each pair of bits along with any carry from the previous addition. In this case, 1+0=1, 1+1=0 with a carry of 1, 0+1=1 with the carry, and 1+1+1=1 with a carry. Therefore, the sum of 1011 and 1010 in binary is 10101.
The person above answered by converting to decimal. Since our normal algebraic rules are designed for base-10 (ever try dividing in hex?) I suggest using the Calc program in Windows. Start the program, and in View, change the mode to Scientific. You will see one box called "Dec" selected. That is decimal notation. There is Hex for hexadecimal and Bin for binary. Click Bin, type in 1010, click +, type 1101, and press enter. FYI, if you now click Dec you will instantly convert the answer (10111) to decimal (23.)
1110