For those who don't know, 12 Tone Equal Temperament (12TET) simply means that, for a given frequency $f$, each step between $f$ and $2f$ can be written as $2^{k/12}f$, where $k$ denotes the $k$th step from $f$. In music, these notes are usually denoted as $$\lbrace C,C\#,D,D\#,E,F,F\#,G,G\#,A,A\#,B\rbrace$$Let us call this set $S$. I will define a "scale" to be a nonempty subset of $S$.
My First Thought Process
Taking $S$ as the above set, how many scales can be formed?
My logic is given the set
$\lbrace 1,2,3,4 \rbrace$
Then possible subsets are
$\lbrace 1,2,3,4\rbrace$
$\lbrace 1,2,3\rbrace$
$\lbrace 1,2,4\rbrace$
$\lbrace 1,3,4\rbrace$
$\lbrace 2,3,4\rbrace$
$\lbrace 1,2\rbrace$
$\lbrace 1,3\rbrace$
$\lbrace 1,4\rbrace$
$\lbrace 2,3\rbrace$
$\lbrace 2,4\rbrace$
$\lbrace 3,4\rbrace$
$\lbrace 1\rbrace$
$\lbrace 2\rbrace$
$\lbrace 3\rbrace$
$\lbrace 4\rbrace$
$\lbrace \emptyset \rbrace$
$1 + 4 + 6 + 4 + 1$
So for 12 members, I would get $2^{12}=4096$.
My Question:
What other mathematical ways are there to come to this number $4096$ besides the binomial theorem? Specifically, why might your particular method be interesting from a musical standpoint?
You don't really need the Binomial Theorem to count subsets. When building a subset, you either include or exclude each element. For $n$ elements, that yields $2^n$ possibilities, less one for the empty set.
As for musical validity, that's outside of my brief and a subject for a different forum, I suspect. I would, however disagree with you about silence. As Miles Davis said, "Music is the space between the notes."