Answer:
B.
Step-by-step explanation:
The opposite of 5/2 is -5/2 which is -2 1/2 and the opposite of -1/2 is 1/2.
Problem A
Usually the number of bits in a byte is 8 or 16 or 32 and recently 64. You don't have to write a formula to restrict it to this number of bits. You are not asked to do so. The general formula is 2^n - 1 for the problem of Millie and her golden keys. Somehow the system can be made to choose the right number of bits. Apple IIe s for example, used 8 bits and there was a location that told the processor that fact.
2^n - 1 <<<<< Answer
Problem B
In this case n = 4
2^n - 1 = 2^4 - 1 = 16 - 1 = 15
Millie can collect 15 keys <<<<<< Answer
Answer:
- The sum of the series is given as
7/(1 + 7z)
- The series converges for (-1/7, 1/7)
Step-by-step explanation:
Given the geometric series:
7 - 14z + 28z² - 56z³ + ...
The common ratio r is given as
-14z/7 or 28z²/(-14z) or -56z³/(28z²) and so on
r = -7z
The sum of the series is given as
S = a/(1 - r)
Where a is the first term in the series.
S = 7/(1 -(-7z))
= 7/(1 + 7z)
The series converges for |-7z| < 1
That is for -1/7 < z < 1/7