
David W. answered 05/20/15
Experienced Prof
Also, the problem has is slightly confusing (see note later).
Observe the 1 = 2^0 (or for some computer software, 2**0, or 21-1= 20 )
And that 2^1 =2
2^2 = 4 (third day)
. . .
2^(n-1) on the nth day
With computers, a similar formula tells you immediately how large an integer memory will contain or how many address of memory may be referenced by an instruction. (It’s why memory values are a power of 2). For example, a 64-bit computer may address (2^64) -1 (not quite the same formula) locations.
David W.
05/20/15