Question 357246
a. how many bit strings of length 7 are there? the answer is 128 because 2^7= 2*2*2*2*2*2*2

b. how many bit strings of length 7 or less are there? 
(count the empty string of length zero also)

for this one i don't know how to do it. but i am very sure that (a) is correct