So im trying to figure out a problem that goes like this.
I have 12 characters or spaces and each character can be either a 0 or a 1
eg. 000000000000, 000000000001, 010101010101
How many total combinations can there be without repeating?
I think the answer is 144, because i think the formula is X^y. Where X is the number of spaces, and y is the number of possible values for a specific character or space. Does that make sense? Any help before sunday would be greatly appreciated. Tanks
I have 12 characters or spaces and each character can be either a 0 or a 1
eg. 000000000000, 000000000001, 010101010101
How many total combinations can there be without repeating?
I think the answer is 144, because i think the formula is X^y. Where X is the number of spaces, and y is the number of possible values for a specific character or space. Does that make sense? Any help before sunday would be greatly appreciated. Tanks