10011.
Written as a binary number, 10 + 101 + 1010 = 10001.
1010 1100
10 in decimal
The sum of binary numbers is also a binary number.
Examples of binary numbers are...1010 = 101111 = 1510001 = 1710101 = 2111001 = 25
the sum of (1001+1010)is=(10011)
Written as a binary number, 10 + 101 + 1010 = 10001.
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. ------------
Binary(1010) = Hex(A)
The question is a little vague, so Ill answer it both ways.1010 in binary is 10 in decimal â—„1010 in decimal is 1111110010 in binary â—„
1010
1010
1010 = A
1010 1100
10 in decimal
It is A.
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.