Addition in Base 2, 5 and 8

Rule

Add like normal, but when the sum reaches the base, carry 1.

Base 2

1+1 = 102 (write 0 carry 1).
Example: 10112 + 1102 = 100012.

Base 5

Digits 0-4 only. 3+4 = 7 = 125 (write 2 carry 1).
Example: 2345 + 435 = 3325.

Base 8

Digits 0-7 only. 6+5 = 11 = 138 (write 3 carry 1).
Example: 578 + 268 = 1058.

Discussion

How was the lesson? Discuss Lesson

Related Exercises

Add in bases

Work out (do not convert to base 10):11012 + 10121112 + 1121435 + 325445 + 235258 + 468778 + 68

View Exercise Submit Exercise