70.5k views
1 vote
Describe what happens when you add an additional bit to a binary number in terms of the amount of data (combinations) it can store.

1 Answer

6 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 Mitaksh Gupta
by
3.2k points