document.write( "Question 1019577: A byte is a sequence of eight bits. A bit can be a 0 or a 1. In how many distinguishable ways can you have a byte with five 0's and three 1's? \n" ); document.write( "
Algebra.Com's Answer #635526 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! 8C3 (8 choose 3) = 8!/(5!*3!) = 56 ways. You can visualize this by selecting which 3 bits to set to 1. \n" ); document.write( " |