Two jacks can be distributed between Skat S, player B and player C.
Therefore, there are 6 possible options:
S(11),B(0),C(0) {two jacks on Skat, player B and C don't have jacks, etc...}
S(1),B(1),C(0)
S(0),B(11),C(0)
S(0),B(1),C(1)
S(0),B(0),C(11)
S(1),B(0),C(1)
this is my sample space, and...