document.write( "Question 357246: A bit is a 0 or a 1. A bit string of length 7 is a sequence of 7 digits, all of which are either 0 or 1.
\n" );
document.write( "a. how many bit strings of length 7 are there?
\n" );
document.write( "b. how many bit strings of length 7 or less are there?
\n" );
document.write( "(count the empty string of length zero also) \n" );
document.write( "
Algebra.Com's Answer #258867 by collegegirl11(1)![]() ![]() You can put this solution on YOUR website! a. how many bit strings of length 7 are there? the answer is 128 because 2^7= 2*2*2*2*2*2*2\r \n" ); document.write( "\n" ); document.write( "b. how many bit strings of length 7 or less are there? \n" ); document.write( "(count the empty string of length zero also)\r \n" ); document.write( "\n" ); document.write( "for this one i don't know how to do it. but i am very sure that (a) is correct \n" ); document.write( " |