Sol-Earth · Interactive Learning

elementary-math Module
Interactive Simulation Screen
SYS_OK
Lesson Directive // Binary NumbersREF_CORE

Base-2 System

Value\text{Value}==i=0n\sum_{i=0}^{n}bib_i\cdot2i2^i

Hover over a variable in the formula above, or see glossary below:

bib_i
Binary Digit (Bit)
0 or 1

Unlike our normal Base-10 system which uses digits 0-9, binary only uses 0 and 1. Each position represents a power of 2 instead of a power of 10.

INSIGHT: Computers use binary because it perfectly maps to electrical switches being OFF (0) or ON (1).