document.write( "Question 818888: How do you solve this question:How many bitstrings of length 8 either tart with a 1 or end with a 00? \n" ); document.write( "
Algebra.Com's Answer #492845 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do you solve this question:How many bitstrings of length 8 either tart with a 1 or end with a 00? \n" ); document.write( "----------- \n" ); document.write( "8 bits --> 256 numbers \n" ); document.write( "1/2 of them start with 1 = 128. \n" ); document.write( "---- \n" ); document.write( "1/4 of them (64) end with 00 and 1/2 of those start with 0 = 32 \n" ); document.write( "---- \n" ); document.write( "128 + 32 = 160 \n" ); document.write( " |