I wonder how to calculate the number of possible arrangements in a group of numbers.An Example, usiung the numbers 1 and 0 only, how many possibilit's are there in an 8 digit sequence.
1. 00000000
2. 00000001
3. 00000011
4. ...
n. 11111111
Where I'm trying to find n.
thanks for any help.