The base tells us how many different digits are used and what each position is worth.
In base 10 we use digits 0-9. 23510 = 2×102 + 3×101 + 5×100.
Base 2 (binary): digits 0,1 only. 10112 = 1×23 + 0×22 + 1×21 + 1×20 = 8+0+2+1 = 1110.
Base 5: digits 0-4. 2345 = 2×52 + 3×51 + 4×50 = 50+15+4 = 6910.
Base 8 (octal): digits 0-7. 178 = 1×81 + 7×80 = 8+7 = 1510.
How was the lesson? Discuss Lesson
Convert to base 10:101121101224354053781268
View Exercise Submit Exercise