Final answer:
The minimum number of bits required to represent between 75 and 100 items is 7 bits, as 2^7 = 128 is the smallest power of 2 greater than 75.
Step-by-step explanation:
To determine the minimum number of bits required for a unique binary sequence for each item in a store inventory, we must find the smallest power of 2 that is greater than or equal to the number of items. Since the store has between 75 and 100 items, we are looking for the smallest power of 2 that is greater than 75.
Lets find the right power of 2:
Since 26 (64) is less than 75, it is not sufficient. However, 27 (128) is greater than 75, meaning 7 bits are enough to uniquely identify each item in the inventory.
Therefore, the correct answer is:
c. 7