252,119 views
45 votes
45 votes
Describe what happens when you add an additional bit to a binary number in terms of the amount of data (combinations) it can store.

User Cforbish
by
3.1k points

1 Answer

18 votes
18 votes

Answer:

You double the amount of combinations.

Step-by-step explanation:

Each bit doubles the number of combinations.

n bits = 2ⁿ combinations

n+1 bits = 2ⁿ⁺¹ = 2·2ⁿ

User Mervyn
by
2.7k points