Deriving the Formula for Integer Range:
000, 001, 010, 011, 100, 101, 110, 111
111
4 + 2 + 1 = 7
Range for Both Positive and Negative Integers:
-2^(n-1)
2^(n-1) - 1
0 to 2^n -1
-2^(n-1) to 2^(n-1) - 1
[Applause] [Music]