document.write( "Question 401664: how many bit string of length eight either start with a 1 bit or end with the two bits 00 \n" ); document.write( "
Algebra.Com's Answer #284281 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
how many bit string of length eight either start with a 1 bit or end with the two bits 00
\n" ); document.write( "----------------
\n" ); document.write( "Starting with the 1 bit = 128 to 255 = 128 numbers
\n" ); document.write( "Ending with 00 = 256/4 = 64 numbers
\n" ); document.write( "Half of these 64 numbers start with 1, leaving 32.
\n" ); document.write( "Assuming starting with 1 and ending with 00 is counted only once:
\n" ); document.write( "128 + 32 = 160 numbers
\n" ); document.write( "
\n" ); document.write( "
\n" );