SOLUTION: A "bit" is a computer term for one of the digits 0 or 1. A "bit-string" of length 9 is a sequence of 9 digits, all of which are either 0 and 1. a) How many bit strings of len

Algebra.Com
Question 666393: A "bit" is a computer term for one of the digits 0 or 1. A "bit-string" of length 9 is a sequence of 9 digits, all of which are either 0 and 1.
a) How many bit strings of length 9 are there?
b) How many bit strings are between 8 and 9 bits long?

Answer by swincher4391(1107)   (Show Source): You can put this solution on YOUR website!
a) There 2*2*2*2*2*2 ... 9 times = 2^9 = 512 bit strings of length 9.
b) There are 2^8 bit strings of length 8, 2^9 of length 9. So there are 2^8 + 2^9 = 768 bit strings of length 8 or 9.

RELATED QUESTIONS

A bit is a 0 or a 1. A bit string of length 7 is a sequence of 7 digits, all of which are (answered by collegegirl11)
how many bit string of length eight either start with a 1 bit or end with the two bits... (answered by Alan3354,Jk22)
How many 12-bit strings (that is, bit strings of length 12) are there which: have weight (answered by ikleyn)
How many bit strings of length 9 either begin with 2 bit(s) equal to 0 or end with 3... (answered by edjones)
How many 11-bit strings (that is, bit strings of length 11) are there which: a)Start... (answered by ikleyn)
Determinants: Let M = ( 𝑎 𝑐 𝑏 𝑑 ) is a 2x2 matrix. a. For which values... (answered by ikleyn)
The access code consists of four digits. The first digit cannot be zero and the last... (answered by ikleyn)
Question: The sum of three numbers in a GP is 14. If the first two terms are each... (answered by ikleyn)
an 8 bit string is an 8-character long string where each character is either a 0 or 1.... (answered by stanbon)