document.write( "Question 666393: A \"bit\" is a computer term for one of the digits 0 or 1. A \"bit-string\" of length 9 is a sequence of 9 digits, all of which are either 0 and 1. \r
\n" );
document.write( "\n" );
document.write( " a) How many bit strings of length 9 are there? \r
\n" );
document.write( "\n" );
document.write( " b) How many bit strings are between 8 and 9 bits long? \n" );
document.write( "
Algebra.Com's Answer #414447 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! a) There 2*2*2*2*2*2 ... 9 times = 2^9 = 512 bit strings of length 9.\r \n" ); document.write( "\n" ); document.write( "b) There are 2^8 bit strings of length 8, 2^9 of length 9. So there are 2^8 + 2^9 = 768 bit strings of length 8 or 9. \n" ); document.write( " |