SOLUTION: an 8 bit string is an 8-character long string where each character is either a 0 or 1. How many 8-bit strings have exactly three 1's?
Algebra.Com
Question 91844: an 8 bit string is an 8-character long string where each character is either a 0 or 1. How many 8-bit strings have exactly three 1's?
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
an 8 bit string is an 8-character long string where each character is either a 0 or 1. How many 8-bit strings have exactly three 1's?
----------
8C3 = [8*7*6]/[1*2*3] = 56
Cheers,
Stan H.
RELATED QUESTIONS
A "bit" is a computer term for one of the digits 0 or 1. A "bit-string" of length 9 is a... (answered by swincher4391)
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 11-bit strings (that is, bit strings of length 11) are there which:
a)Start... (answered by ikleyn)
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)
1. If a computer system uses 8 bits (a bit can be a 0 or a 1) to encode a character, how... (answered by KMST)
How many 12-bit strings (that is, bit strings of length 12) are there which have weight 7 (answered by ikleyn)
How many 9-bit strings are there which:
a) Start with the sub-string 101?
b)... (answered by Edwin McCravy)