the numbers you have written are most probably in binary notation. so from right to left each digit represents 1*2^i. where i is from 0 to n for any finite number. example: the number 3 can be written as 11 because 11 in binary notation means 1*2^1+1*2^0 = 3.
another example would be the number 2. in binary notation 2 is 10 which reads 1*2^1 + 0*2^0.
so let's look at the numbers you are adding.
100110 means 1*2^5 + 0*2^4 + 0*2^3 + 1*2^2 + 1*2^1 +0*2^0
which is 32 + 0 + 0 + 4 + 2 + 0 = 38
and the second number 01101 means 0*2^4 + 1*2^3 + 1*2^2 + 0*2^1 + 1*2^0
which is 0 + 8 +4 +0 +1 = 13
so 100110 + 01101 = 38 + 13 = 51.
in binary notation 51 can be written: 110011
2007-04-13 18:50:04
·
answer #1
·
answered by damathmatician 2
·
2⤊
0⤋
100110+01101=101211
2007-04-13 19:35:25
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
It equals 101211
2007-04-13 18:39:51
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
0. It cannot be divided by 4!
2007-04-13 18:44:09
·
answer #4
·
answered by Mimí..ツ 5
·
0⤊
0⤋
In decimal is 101211
In binary is: 110011
2007-04-13 18:41:51
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
100110
+ 01101
---------------
101011 if base 2 or binary
100110
+01101
------------
100211 if base 10 or decimal
2007-04-13 19:58:58
·
answer #6
·
answered by Dave aka Spider Monkey 7
·
0⤊
0⤋
It's equal to 110011. I hope this helps.:)
2007-04-13 18:40:15
·
answer #7
·
answered by Juni Mccoy 3
·
0⤊
0⤋
if you are talking about binary numbers, then it is 110011
if the base is decimal, then it is 101211
2007-04-13 18:40:28
·
answer #8
·
answered by Graundan 1
·
0⤊
0⤋
Can't you add up? Is your calculator broken?
2007-04-13 18:40:27
·
answer #9
·
answered by Traveller 4
·
0⤊
0⤋
110011
2007-04-13 18:41:16
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋