Enter Number 1 and base 1

base

Enter Number 2 and base 2

base
        

Perform the following base addition:
26 + 504

Convert both terms to base 10

Convert 26 to base 10
Move left to right
Start with a power of 0
Decrease powers by 1 for each digit

Term 1 is 2:
Assign it a value of 2 * (60) = 2.
Our total equals: 0 + 2 = 2.

Build our answer:

2(60)
2 = 2.

Convert 504 to base 10
Move left to right
Start with a power of 1
Decrease powers by 1 for each digit

Term 1 is 5:
Assign it a value of 5 * (41) = 20.
Our total equals: 0 + 20 = 20.

Term 2 is a 0
Our total is still 20.

Build our answer:

5(41) + 0
20 + 0 = 20.

Finalize addition in base 10:


2 + 20 = 22