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?
----------
8C3 = [8*7*6]/[1*2*3] = 56
Cheers,
Stan H.