document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #66698 by stanbon(75887)![]() ![]() ![]() 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? \n" ); document.write( "---------- \n" ); document.write( "8C3 = [8*7*6]/[1*2*3] = 56 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |