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 ->  Permutations -> 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?      Log On


   



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) About Me  (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.